<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*视频栏目页*/
.video_list2{ padding:15px 10px; line-height:24px; color:#666; overflow:hidden;}
.video_list2 li{ position:relative; width:313px; height:110px; overflow:hidden; margin:5px 10px 0 0; padding-bottom:12px; float:left; }
.video_list2 li img{ border:#ccc solid 1px; width:150px; height:105px;float: left;margin-right: 15px;}
.video_list2 li a.video_btn{ width:150px; height:105px; position:absolute; left:0; top:0; z-index:1; padding:1px;background: url(../../common/images/play-btn.png) no-repeat center}
.video_list2 li a.video_btn:hover{padding:0; background:url(/Content/Areas/Common/images/op_bg.png) repeat;}
.video_list2 li h2{ font-weight:normal; font-size:14px; margin-top:5px; text-align:left;height:50px;}
ul.video_list2 li p.play_time{display: block;float: left;background: url(/Content/Areas/common/images/btn_count.png) no-repeat left center;padding-left:15px;width:125px;}
ul.video_list2 li div.video_author{background: url(/Content/Areas/common/images/btn_auther.png) no-repeat left center;padding-left:15px;float: left;}
.video_list2 li a{ color:#666}
.video_list2 li a:hover{color:#009ea1;}

body .title_all h2 {background: none;font-size: 26px;line-height: 30px;text-align: center;font-weight: 100;color: #333; margin-bottom: 20px;}
ul.ship_list2{*zoom: 1;}
ul.ship_list2 li{content:".";display:block;height:0;clear:both;visibility:hidden;}


@media only screen and (max-width:768px){
 .video_list2 li{width:50%;margin:0;box-sizing:border-box;padding-right:10px;height: auto;}
 .video_list2 li h2{height:75px;}
 ul.video_list2 li p.play_time{width:auto;margin-right: 10px;}
 


} 
@media only screen and (max-width:600px){
 .video_list2 li{width:100%;padding:0;}
 .video_list2 li h2{height:50px;overflow: hidden;}
 ul.video_list2 li p.play_time,ul.video_list2 li div.video_author{width:75px;}

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