@charset "utf-8";
/*===============================================
    
    fix+last update  by  sujiwei  2025.05.23
	精彩视频     
    
===============================================*/



/*三级导航激活状态*/
/*科普讲堂、高光时刻、媒体报道、特别报道 */
#VideoWonderfulList.articleNav {background:#fff;}
#VideoWonderfulList.articleNav li:nth-of-type(1) { margin-left:550px;
}

#VideoWonderfulList.articleNav.kpjt li:nth-of-type(1),
#VideoWonderfulList.articleNav.ggsk li:nth-of-type(2),
#VideoWonderfulList.articleNav.mtbd li:nth-of-type(3)
{font-weight: 900; background: /*url(../images/articleNav.png) center bottom no-repeat */ #fff;}

.container.video{
	margin-top:65px;
}
.video-box{
	height:350px;
	position:relative;
	padding-left: 383px;
}
.videoBox{ 
width:185px; 
height:158px; 
}

.videoBox .summy { 
width:165px;
padding:10px; 
position:relative; 
top:-10px; 
background-color:#f8f8f8
}

.videoBox .summy p { 
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.videoBox.first {
	width:383px; 
	height:295px; 
	margin:0;
	position:absolute;
	left:0;
	top:0;
}
.videoBox.first .summy{
	width:363px;
}
.videoBox.first video{
	width:100%;
	height:295px;
}
.videoBox.more{ 
width:185px; 
height:158px;
background: #f8f8f8;
}

.videoBox.more a { 
font-size: 16px;
color:#009251;
display: block; 
width:100%; 
height:100%; 
line-height:162px; 
text-align: center; 
cursor: pointer;
}








