<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video_list{
	
}

.video_list li{
	list-style-type:none;
	height:80px;
	line-height: 70px;
	overflow:hidden;
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

.video_list li a{
	font-size:14px;
	color:#0055AF;
	font-weight:bold;
}
.video_thumb .video_time,
.video_list .video_time{position:absolute;bottom:3px;right:3px;padding:0px 4px;height:18px;line-height:18px;border-radius:2px;text-align:center;font-size:12px;font-style:normal;font-weight:normal;font-family:"microsoft yahei";background:rgba(0,0,0,.6);color:#fff;}
.video_list .video_img{
	width: 110px;
	float:left;
	height: auto;
	position:relative;
}

.video_list .video_img .video_splay{
	position:absolute;
	left:50%;
	top:50%;
	border:0;
	margin: -15px 0 0 -15px;
	width: 30px;
}

.video_list .video_img .video_limg{
	width: 110px;
	height:70px;
	/* border:1px solid #ccc; */
	padding:1px;
}

.video_list .video_full{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:374px;
    float:left; 
    padding-left:10px;
    /* height:80px; */
    /*margin: 0 196px 0 106px;*/
    /* border-bottom:1px solid #eee; */
}

.video_list .video_pad{
	width:195px;
	float:right;
	height:80px;
	text-align:right;
	/* border-bottom:1px solid #f1f1f1; */
	overflow:hidden;
}

.video_ad{
	height:40px;
	line-height:40px;
	text-align:right;
	font-size:12px;
}

.video_ad a{
	color:#0354AF;
}

.video_box{
	text-align:center;
}

#main .box .video_box p {
	text-align: center;
}

.video_box a{
	font-size:14px;
	color:#0055AF;
	font-weight:bold;
}

.video_box .video_thumb{
	margin:0 auto;
	position:relative;
	width:600px;
	background-color: #000;
}
/* .video_box .video_thumb:before{
	content:'';
	position: absolute;
	top:-10%;left:-10%;
	width:120%;height:120%;
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-filter:blur(10px);
	filter:blur(10px);
} */

.video_box .video_thumb .thumb_img{
	max-width:600px !important;
	max-height:600px;
}

.video_box .video_thumb .video_play{
	position:absolute;
	left:50%;
	top:50%;
	width:70px;
	margin:-35px 0 0 -35px;
	z-index:4;
}

.video_box .video_fill{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background-color: #8FB0D1;
	opacity: 0.6; */
}

.player-box{width:600px;margin:0 auto;}
#video-player{margin:0 auto;padding:0;display:none;}
.player-box .video-js .vjs-big-play-button{display:none;}
.player-box .video-js{width:100%;height:100%;}

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