img{
    width: 100%;
    height: 100%;
}


.video-box{
	width: 100%;
}

.video-box ul{
	margin-left: -24px;
}
.video-box li{
	width: 282px;
	padding-bottom: 20px;
	float: left;
	padding-left: 24px;
	position: relative;
}
.video-box li .img-box{
	width: 282px;
	height: 158px;
	overflow: hidden;
}
.video-box li .img-box a{
	width: 100%;
	height: 100%;
	display: block;
}
.video-box li .img-box img{
	width: 100%;
	min-height: 100%;
	display: block;
}
.video-box li .img-box .play-btn{
	width: 37px;
	height: 37px;
	position: absolute;
	background-image: url(/images/pcnew/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 37px 37px;
	top: 28%;
	left: 48%;
}
.video-box p{
	font-size: 14px;
	color:#333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 42px;
	height: 42px;
}
.video-box li:hover a{
	color:#0099FF;
}
.video-box p.video-title{
	font-size: 14px;
	color: #333333;
	line-height: 38px;
	height: 38px;
}
.video-box p.time{
	    font-size: 12px;
	    color: #999999;
	    line-height: 17px;
	    height: 17px;
}

.ct-left{
	width:793px;
	float:left;
}
.ct-right{
	width:384px;
	float:right;
}
.ct-right .ctr-top{
	width:100%;
	height:216px;
	overflow: hidden;
	margin-top: 64px;
	position: relative;
}
.ct-right .ctr-top a{
	display:block;
	width:100%;
	height:100%;
}
.ct-right .ctr-top img{
	width:100%;
	min-height:100%;
}
.ct-right .ctr-top p{
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: inline-block;
	position: absolute;
	width: 94%;
	padding: 0 3%;
	height: 43px;
	bottom: 0;
	left: 0;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	color: #fff;
	background: url(/images/pcnew/slide_mask.png) 0 bottom repeat-x;
	padding-top: 28px;
	display: none;
}
.ctr-content{
	width:100%;
	overflow: hidden;
	margin-top: 8px;
}
.ctr-content li{
	width:100%;
	height:48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
}
.ctr-content li i{
	width:25px;
	height:48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
	display: inline-block;
	color: #cacaca;
	font-weight: bolder;
}
.ctr-content li .icon1{
	color: #e70f20;
}
.ctr-content li .icon2{
	color: #ff7f0d;
}
.ctr-content li .icon3{
	color: #ffc71c;
}
.ctr-content li a{
	width:350px;
	height:48px;
	line-height: 48px;
	font-size: 14px;
	display: inline-block;
	 overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	color: #333333;
}
.ctr-bottom .ctr-title{
	height:28px;
	line-height:28px;
	padding:26px 0;
	position: relative;
	border-bottom: 1px solid #f1f2f3;
}
.ctr-title h5{
	font-size:22px;
	/* font-weight: normal; */
	display: inline-block;
}
.ctr-title a{
	float: right;
	width: 24px;
	height: 24px;
	background: url(/images/pcnew/more.png) no-repeat 0px 3px;
	background-size: 24px 24px;
	padding: 4px;
}
.ctr-line{
	display: inline-block;
	width:220px;
	height:14px;
	border-bottom: 1px solid rgb(200,200,200);
	position: absolute;
	right:0;
	top:0;
}

.news-box{
	width: 100%;
	margin-top:15px;
}
.news-box .news-item{
		width:100%;
		padding:24px 0;
    	border-bottom: 1px solid #F1F2F3;
	  	/*  border-top:1px solid rgb(230,230,230); */
	}
	.news-box .news-item:first-of-type{
		border-top: none;
		padding-top:0;
	}
	.news-box .scaleimg-box {
	    width: 240px;
	    height: 134px;
	    overflow: hidden;
	    float: left;
	}
	.news-box .news-item .text-box{
		width:536px;
		overflow: hidden;
		float:right;
	}
	.news-box .news-item.no-img .text-box{
		width:100%;
		height:auto;
	}
	.news-box .text-box .tit{
	        font-size:16px;
	        line-height:24px;
	        overflow: hidden;
	         text-overflow: ellipsis;
	       -webkit-line-clamp: 1;
	        word-break: break-all;
	        display: -webkit-box;
	       -webkit-box-orient: vertical;
		   font-weight: bold;
		}
		.news-box .text-box .tit a{
			color:#333;
	              
		}
		.news-box .text-box .tit a:hover{
			color:#0099FF;
		}

	.news-box .text-box p{
			font-size:12px;
			line-height: 22px;
			padding-top:6px;
	        text-overflow: ellipsis;
	       -webkit-line-clamp: 2;
	       word-break: break-all;
	       display: -webkit-box;
	       -webkit-box-orient: vertical;
	       color:#666;
		       height: 44px;
		       overflow: hidden;
		}
		
.ellipsis{
	height: 45px;
    overflow: hidden;
    line-height: 23px;
    position: relative;
    text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*-webkit-box-orient: vertical;*/
}
.ellipsis:after{
	content: "...";
    position: absolute;
    font-size: 18px;
    right: 7px;
    padding-right: 44px;
    bottom: 0px;
    background: linear-gradient(to right, transparent, #fff 0%);
}
.ellipsis .details{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 88;
	display: inline-block;	
    color: #0099FF ;
}

.news-box .text-box .detailss{
			color:#0099FF;
			margin-left: 5px;
		}
		
		.news-box .text-box .details:hover{
			color:#0099FF;
		}
	.news-box  .colum{
		margin-top: 38px;
	}
	.news-box  .colum span{
		display: inline-block;
		margin-right: 30px;
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #999999;
		line-height: 24px;
	}
	.news-box .colum span i{
		display: inline-block;
		width: 15px;
		height: 12px;
		vertical-align: middle;
		margin-right: 5px;
		margin-bottom: 3px;
	}
	.news-box .colum span.time i{
		background: url(/images/pcnew/time.png) no-repeat;
	}
	.news-box .colum span.up i{
		background: url(/images/pcnew/up.png) no-repeat;
	}
	
/*分页*/
.pages {
	width: 100%;
	height: 45px;
	margin: 30px auto 30px auto;
	text-align: center;
	font-size: 14px;
}
.pages span {
	display: inline-block;
	margin-right: 6px;
	border-radius: 2px;
}
.pages span a {
	/* border: 1px solid #c8c8c8; */
	height: 32px;
	display: inline-block;
	line-height: 32px;
	padding: 0 12px;
	color: #333333;
	background: #F5F5F5;
	border-radius: 2px;
}
.pages input {
	width: 33px;
	text-align: center;
	/* border: 1px solid #c8c8c8; */
	height: 32px;
	display: inline-block;
	line-height: 32px;
	margin-right: 10px;
	border-radius: 2px;
}
.pages span a.on {
	height: 32px;
	display: inline-block;
	line-height: 32px;
	padding: 0 12px;
	background: #d60e19;
	color: #fff;
	background: #0099FF;
}
