﻿body {
	margin: 0;
	padding: 0;
	background-color: white;
}

.container {
	width: 1280px;
	margin: 0 auto;

}

.nav {
	background: linear-gradient(#f45055, #a8282b);
	height: 80px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
}

.nav .nav-list {
	font-size: 20px;
	text-align: center;
	color: white;
	width: 100%;
	height: 100%;
	line-height: 80px;
}

.nav-list.active {
	background-color: rgba(0, 0, 0, 0.3);
}

.chuangxin {
	display: flex;
	justify-content: space-between;
	background-color: #ffeeee;
	padding-left: 20px;
}

.goodvideo2 .sp-list .sp-list-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.goodvideo2 .sp-list .sp-list-down {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.goodvideo2 .sp-list .sp a {

	margin-bottom: 20px;
}

.goodvideo2 .sp-list .sp {
	width: 31.3%
}

.goodvideo2 .sp-list .sp:nth-child(1) .sp-left,
.goodvideo2 .sp-list .sp:nth-child(2) .sp-left,
.goodvideo2 .sp-list .sp:nth-child(3) .sp-left {
	float: left;
}

.goodvideo2 .sp-list .sp:nth-child(1) .sp-right,
.goodvideo2 .sp-list .sp:nth-child(2) .sp-right,
.goodvideo2 .sp-list .sp:nth-child(3) .sp-right {
	float: right;
}

.goodvideo2 .sp-list .sp:nth-child(4) .sp-left,
.goodvideo2 .sp-list .sp:nth-child(5) .sp-left,
.goodvideo2 .sp-list .sp:nth-child(6) .sp-left {
	float: right;
}

.goodvideo2 .sp-list .sp:nth-child(4) .sp-right,
.goodvideo2 .sp-list .sp:nth-child(5) .sp-right,
.goodvideo2 .sp-list .sp:nth-child(6) .sp-right {
	float: left;
}

.goodvideo2 .sp-list .sp .sp-left img {
	width: 200px;
	height: 220px;
}

.goodvideo2 .sp-list .sp .sp-right {
	width: 200px;
	height: 220px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f9f5f5;
}

.goodvideo2 .sp-list .sp .sp-right .top-title {
	color: red;
	height: 40%;
	overflow: hidden;
	line-height: 26px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
}

.goodvideo2 .sp-list .sp .sp-right .top-down {
	font-size: 14px;
	color: gray;
	overflow: hidden;
	line-height: 20px;
	height: 35%;
	margin-top: 10px;
}

.goodvideo2 .sp-list .sp .sp-right .time {
	font-size: 16px;
	vertical-align: middle;
	color: dimgray;
}

.goodvideo2 .sp-list .sp .sp-right .time img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.goodvideo2 .list .list-top .top-video:nth-child(7) .video .video-img,
.goodvideo2 .list .list-top .top-video:nth-child(2) .video .video-img {
	width: 110px;

	height: 110px;
	margin-left: 58px;
	margin-top: 0px;
	transform: rotate(45deg);
	overflow: hidden;
}

.goodvideo2 .list .list-top .top-video:nth-child(7) .video img,
.goodvideo2 .list .list-top .top-video:nth-child(2) .video img {
	margin: auto;
	display: inherit;
	transform: rotate(-45deg) scale(1.42);

}

.goodvideo2 .list .list-top .top-video:nth-child(4) .video,
.goodvideo2 .list .list-top .top-video:nth-child(9) .video {
	border-radius: 50%;
	overflow: hidden;
	width: 140px;
	height: 140px;
}

.left .title {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0;
}

.left .left-list div {
	margin-top: 25px;
	width: 100%;
	padding-left: 5px;
	padding-bottom: 10px;

	font-size: 12px;
	border-bottom: 1px solid gainsboro;
	display: flex;
	justify-content: space-between;

}

.left .left-list div span {
	display: inline-block;
	font-size: 16px;
}

.left .left-list div span:nth-child(1) {
	display: inline-block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right {
	height: 100%;
	width: 755px;
	position: relative;
}

.right .swiper-slide div {
	background-color: #fe565b;
	height: 366px;
	width: 760px;
}

.right .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 10px !important;
}

.right .swiper-pagination-bullet-active {
	background: red;

}

.right .swiper-container-horizontal>.swiper-pagination-bullets {
	left: 280px !important;
}

.right .right-new {
	position: absolute;
	bottom: 0;
	z-index: 9;
	font-size: 22px;
	color: white;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}

.goodvideo {
	width: 100%;
}

.goodvideo .name {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 60px;
}

.goodvideo .name span {
	font-size: 14px;
	color: #fe565b;
	display: inline-block;
}

.goodvideo .name span:first-child {
	font-size: 48px;

}

.goodvideo .name span:last-child {
	float: right;
	line-height: 75px;
}

.goodvideo .list .list-top,
.goodvideo .list .list-down {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.goodvideo .list .list-top .top-video,
.goodvideo .list .list-down .top-video {
	margin-left: 30px;
	margin-bottom: 20px
}

.goodvideo .list .list-top .top-video img {
	height: 100%;
	width: 100%
}

.goodvideo2 .list .list-top .top-video:nth-child(4) img {
	width: 140px;
	height: 140px;
}

.goodvideo2 .list .list-top .top-video:nth-child(9) img {
	width: 140px;
	height: 140px;
}

.goodvideo .list .list-top .top-video,
.goodvideo .list .list-down .top-video:nth-child(5) {
	margin-left: 0;
}

.top-video:hover .video-name {
	color: #fe565b;
}

.goodvideo .list .list-top .top-video:first-child,
.goodvideo .list .list-down .top-video:first-child {
	margin-left: 0;
}

.goodvideo .list .list-top .top-video .video,
.goodvideo .list .list-down .top-video .video {
	width: 232px;
	height: 140px;

}

.list-down {
	margin-top: 60px;
}

.video-name {
	font-size: 16px;
	margin-top: 10px;
	height: 50px;
	width: 238px;
	overflow: hidden;
}

.time {
	font-size: 14px;
	color: #9e9e9e;
	margin-top: 10px;
	margin-bottom: 13px;
}

.time span:nth-child(2) {
	display: inline-block;
	margin: 0 10px;
}

.footer-banner {
	background-color: #fe565b;
	width: 100%;
	height: 85px;
	margin: 60px 0;
}

.article-title {
	width: 100%;
	font-size: 14px;
	color: #fe565b;
	text-align: center;
	margin-bottom: 56px;
}

.article-title span:nth-child(1) {
	font-size: 48px;
}

.article-title span:nth-child(2) {
	float: right;
	line-height: 70px;
}

.article-list {
	display: flex;
	justify-content: space-between;

}

.article-list>div span {
	display: block;
	margin: 20px 0;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}