
/*头条新闻*/
.bignews-wrap{
	margin-bottom: 35px;
}
.bignews-wrap .bignews-box{
	width:770px;
	float: left;
}
.bignews-wrap .bignews-box .img-box{
	width:100%;
	height:511px;
}
.bignews-wrap .bignews-box h3{
	font-size:28px;
	line-height:48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:10px 0;
}



.bignews-wrap .bignews-right{
	width:406px;
	float: right;
}

/*热点新闻*/
.hotnews-wrap{
	margin-bottom: 40px;
}
.hotnews-wrap .hotnews-box{
	width:770px;
}
.hotnews-wrap .hotnews-box{
	width:770px;
	float: left;
}
.taiwannews-box{
	width: 406px;
	float: right;
}
.taiwannews-box .bignewsitem-box{
	margin-top:20px;
}


/*头条新闻右侧新闻列表*/
.bignewsitem-box li{
	font-size:18px;
	line-height:24px;
	margin-top:22px;
}
.bignewsitem-box  li:first-child{
	margin-top:0;
}
.bignewsitem-box  li h5{
	font-size:18px;
	line-height:28px;
	height:56px;
	margin-bottom: 10px;
	font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2; 


}
.bignewsitem-box  li h5:hover a{
	color:#0067cc;
}
.bignewsitem-box li h5 img{
	width:24px;
	height:24px;
	vertical-align: middle;
	margin-right:8px;
}
.bignewsitem-box li .date-box{
	font-size:14px;
	line-height:20px;
	padding-top:10px;
	border-top:1px solid #999;
	color:#666;
	margin:0;
	text-align: right;
}
.bignewsitem-box  li .date-box .active{
	color:#b50000;
	margin-right:8px;
}

.bignewsitem-box  li .date-box .tag{
	display: inline-block;
	width:25px;
	height:20px;
	vertical-align: middle;
	margin-right:5px;
}
.vdtag{
    background: url(../images/second_vplayer.png) no-repeat;
    background-position: 0 0;
}
.imgtag{
    background: url(../images/second_photo.png) no-repeat;
    background-position: 0 0;
}
.esstag{
    background: url(../images/second_news.png) no-repeat;
    background-position: 0 0;
}




/*热点新闻标题*/
.hotnews-title{
	width:100%;
	min-height:3px;
	position: relative;
}
.hotnews-title .gray-line{
	width:100%;
	height:3px;
	background:#ccc;
	position: absolute;
	top:0;
	left: 0;
}
.hotnews-title .gray-line .blue-line{
	width:115px;
	height:3px;
	background:#0067cc;
	position: absolute;
	top:0;
	left: 0;
}
.hotnews-title h5{
	font-size:24px;
	line-height:40px;
	padding-top:15px;
	color: #0067cc;
	padding-right:20px;
    display: inline-block;
	
}
.hotnews-title a{
	position: absolute;
	right:0;
	top:30px;
}



/*加载更多*/
.hotnews-box .gomore ,.taiwannews-box .gomore {
	font-size:16px;
	line-height:70px;
	border-top:1px solid rgb(79,172,241);
	color:rgb(79,172,241);
	text-align: center;
	margin-top:60px;
}
.hotnews-box .gomore a,.taiwannews-box .gomore a{
	font-size:13px;
	line-height:20px;
	color:rgb(79,172,241);
}
.hotnews-box .gomore .news-tag,.taiwannews-box .gomore .news-tag{
	width:4px;
	height:4px;
	display: inline-block;
    border-radius: 50%;	
    background:rgb(79,172,241);
    vertical-align: middle;
    margin:0 15px;
}	
.taiwannews-box .gomore {
	margin-top:40px;
}


/*热点新闻列表*/
.hotnews-box li{
	padding:15px 0;
	border-bottom:1px solid #ccc;
}
.hotnews-box .newsitem{
	width:100%;
	height: 142px;
}
.hotnews-box .newsitem .img-box{
	width:200px;
	height: 100%;
	float: left;
}
.hotnews-box .newsitem .newsitem-right{
	width:540px;
	height:100%;
	margin-right:10px;
	float: right;
	position: relative;
}
.newsitem .newsitem-right h3{
	font-size:18px;
	line-height:28px;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsitem .newsitem-right .newsitem-sum{
	font-size:13px;
	line-height:20px;
	color:#222;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display:-webkit-box;
   -webkit-box-orient:vertical;

}
.newsitem .newsitem-right .newsitem-sum a{
	color:rgb(79,172,241);
}
.newsitem .newsitem-right .newsitem-time{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size:12px;
	line-height:16px;
	margin-top:10px;
	color:#808080;
}
.newsitem .newsitem-right .newsitem-time span{
	margin-right:15px;
}
.newsitem .newsitem-right .newsitem-time span img{
	vertical-align: middle;
	margin-right:3px;
}
.newsitem .newsitem-right .newsitem-time .tags{
	font-size:14px;
	color:#D03E67;
	margin-right:20px;
}



/*图片新闻*/
.imgnewsitem{
	width:238px;
}
.imgnewsitem .img-box{
	width:100%;
	height:157px;
} 
.imgnewsitem .imgnewsitem-bottom{
	margin-top:6px;
}
.imgnewsitem .imgnewsitem-bottom h3{
	font-size:18px;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imgnewsitem .imgnewsitem-bottom .imgnewsitem-time{
	font-size:13px;
	line-height: 20px;
	text-align: right;
	margin-top:6px;
	color:#666;
}
.imgnewsitem .imgnewsitem-bottom .imgnewsitem-time .tags{
    color: #b50000;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 235px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}	
.imgnewsitem .imgnewsitem-bottom .imgnewsitem-time .time{
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}



/*视频精选——切换*/

.vtype-wrap{
	padding-bottom:30px;
	border-bottom:2px solid #0067cc;
}
.vtype-wrap ul{
	text-align: center;
}
.vtype-wrap  li{
	font-size:23px;
	line-height:50px;
	display: inline-block;
	margin:0 30px;
}
.vtype-wrap .beblue a{
	color:#0067cc;
}
.vtype-wrap .beblue{
	border-bottom: 5px solid #0067cc;
}



/*视频精选——列表*/
.bestvideo-wrap{
	margin-bottom: 60px;
}

.vtype-video .bestvideo-box ul{
	margin-left:-33px;
}
.vtype-video .bestvideo-box li{
	width:378px;
	float: left;
	margin-left:33px;
	margin-top:25px;
}

.bestvideo-box .bestvideo-item{
    width:100%;
    height:280px;
    position: relative;
}
.bestvideo-box .bestvideo-item .img-box{
	width:100%;
	height:100%;
}
.bestvideo-box .bestvideo-item .video-play{
	position:absolute;
	width:100%;
	text-align: center;
	bottom:40%;
}
.bestvideo-box .video-play{
	margin-right:10px;
	vertical-align: middle;
}
.bestvideo-box .bestvideo-txt{
    font-size:18px;
	line-height:24px;
}
.bestvideo-box .bestvideo-txt p{
	font-size:18px;
	line-height:24px;
	margin:30px auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.bestvideo-box .bestvideo-txt .date-box{
	font-size:14px;
	line-height:20px;
	padding-top:10px;
	border-top:1px solid #999;
	color:#666;
	margin:0;
	text-align: right;
}
.bestvideo-box .bestvideo-txt .date-box .active{
	color:#b50000;
	margin-right:3px;
}
.bestvideo-box .gomore{
	font-size:16px;
	line-height:70px;
	border-top:1px solid rgb(79,172,241);
	color:rgb(79,172,241);
	text-align: center;
	margin-top:60px;
}
.bestvideo-box .gomore a{
	color:rgb(79,172,241);
}
.bestvideo-box .gomore .news-tag{
	width:4px;
	height:4px;
	display: inline-block;
    border-radius: 50%;	
    background:rgb(79,172,241);
    vertical-align: middle;
    margin:0 15px;
}	


/*时政新闻*/
.politics-wrap{
	margin-bottom: 60px;
}
.politics-wrap .bignews-wrap{
	margin-bottom:60px;
}
.politics-wrap .bignews-wrap .bignews-box{
	position: relative;
	
}
.politics-wrap .bignews-txt{
	width:100%;
	background:rgba(200,220,244,0.8);
    position:absolute ;
    bottom: 0;
    left: 0;
    display: block;
    padding:13px 0;
}
.politics-wrap .bignews-wrap .bignews-box h3{
	padding:0 10px;
}

.politics-wrap .bignews-wrap .bignews-right{
	width:430px;
	background:#F8F8F8;
	box-sizing: border-box;
	border: 1px solid #CCC;
	padding:0 10px;
}
.politics-wrap .bignewsitem-box li{
	font-size:20px;
	line-height:32px;
	height:64px;
	border-top:1px solid #ccc;
	margin-top:0;
	padding:10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2; 

}
.politics-wrap .bignewsitem-box li:first-child{
	border-top:none;
}
.politics-wrap .bignewsitem-box li p{
}
.politics-wrap .bignewsitem-box li span{
	display: inline-block;
	width:4px;
	height:4px;
	vertical-align: middle;
	border-radius: 50%;
	background:#222;
	margin:0 14px;
}



.politics-wrap .vtype-video{
	overflow:hidden;
}
.politics-wrap .vtype-video .bestvideo-box{
	
}
.politics-wrap .vtype-video .bestvideo-box ul{
	margin-left:-33px;
}
.politics-wrap .vtype-video .bestvideo-box li{
	width:378px;
	float: left;
	padding-left:33px;
	padding-top:10px;
	margin-top:15px;
	margin-left:0;
	border-top: 1px solid rgb(79,172,241,0.5);
}
.politics-wrap .vtype-video .bestvideo-box li.nobd{
	border-top:none;
}
.politics-wrap .imgnewsitem{
	width:100%;
}
.politics-wrap .imgnewsitem .img-box{
	width:100%;
	height:280px;
}
.politics-wrap .imgnewsitem .imgnewsitem-bottom{
	margin-top:0;
}
.politics-wrap .imgnewsitem .imgnewsitem-bottom h3{
	line-height:50px;
}
.politics-wrap .imgnewsitem .imgnewsitem-bottom .imgnewsitem-time{
	margin-top:10px;
}


.taiwannews-box li{
    padding:18px 0;
}
.lajl-box .gomore{
    margin-top: 48px;
}

.hxjs-box .bignewsitem-box li h5 {
    line-height: 26px;
    height: 52px;
}

.militnews-wrap .hxjs-box .gomore {
    margin-top: 36px !important;
}