<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}

.Img-Top {
	width: 100%;
	height: 100%;
}

.Img-Top img {
	width: 100%;
}

.content {
	width: 1280px;
	height: auto;
	margin: 40px auto;
}

.content .videoCont {
	width: 1060px;
	height: 630px;
	margin: auto;
}

.content .videoCont video {
	width: 1060px;
	height: 630px;
	margin: auto;
	display: block;
}

.scrollBox {
	width: 1280px;
	height: auto;
	position: relative;
	margin-top: 40px;
}

.scrollBox .scrollCont {
	width: 1200px;
	height: 410px;
	overflow: hidden;
	margin: auto;
}

.scrollBox .scrollCont ul {
	width: 10000px;
	position: relative;
	left: 0;
	transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scrollBox .scrollCont ul li {
	width: 274px;
	height: 406px;
	border: 1px solid #F5F5F5;
	border-radius: 10px;
	float: left;
	background: #fff;
	margin-right: 32px;
	cursor: pointer;
}

.scrollBox .scrollCont ul li .top {
	width: 274px;
	height: 203px;
	position: relative;
	border-radius: 10px 10px 0 0;
}

.scrollBox .scrollCont ul li .top .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px 10px 0 0;
}

.scrollBox .scrollCont ul li .top .btn-play {
	width: 50px;
	height: 50px;
	background: url(https://www.kepuchina.cn/images/authorBtn-player.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}

.scrollBox .scrollCont ul li .top img {
	width: 273px;
	height: 203px;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #afafaf;
}

.scrollBox .scrollCont ul li .bottom {
	width: 244px;
	padding: 0 15px;
}

.scrollBox .scrollCont ul li .bottom h3 {
	margin-top: 8px;
	font-size: 16px;
	line-height: 36px;
	color: #b6b5b5;
	font-weight: normal;
}

.scrollBox .scrollCont ul li .bottom h3 span {
	float: left;
}

.scrollBox .scrollCont ul li .bottom h3 em {
	font-weight: normal;
	float: right;
}

.scrollBox .scrollCont ul li .bottom .div_line {
	width: 244px;
	height: 6px;
	background: #b6b5b5;
	border-radius: 6px;
}

.scrollBox .scrollCont ul li .bottom h4 {
	font-size: 16px;
	line-height: 26px;
	color: #b6b5b5;
	font-weight: normal;
	margin-top:5px;
}

.scrollBox .scrollCont ul li .bottom p {
	font-size: 12px;
	line-height: 18px;
	color: #b6b5b5;
}

.scrollBox .scrollCont ul li .bottom p em {
	font-weight: normal;
}

.scrollBox .scrollCont ul li.playerBox .btn-play {
	display: block;
}

.scrollBox .scrollCont ul li.playerBox .bottom h3 {
	color: #0f0f0f;
}

.scrollBox .scrollCont ul li.playerBox .bottom .div_line {
	background: #2bde73;
}

.scrollBox .scrollCont ul li.playerBox .bottom h4 {
	color: #0f0f0f;
}

.scrollBox .scrollCont ul li.playerBox .bottom p {
	color: #7e7c7c;
}

.scrollBox .scrollCont ul li.playerBox .bottom p em {
	color: #444;
}

.scrollBox .scrollCont ul li.playerBox:hover {
	border: 1px solid #2bde73;
}

.btn-prev{
	width: 40px;
	height: 99px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn-prev img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn-next{
	width: 40px;
	height: 99px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn-next img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

</pre></body></html>