
@charset "utf-8";

.cur_pos>ul>li {
	float: left;
}

.cur_pos>ul>li>span {
	margin: 0 6px;
}

.news_con{
	margin-top: 40px;
}


.news_con>.right{
	width: 910px;
	
	float: left;
}

.news_con>.left{
	width: 250px;
	margin-right: 40px;
	float: left;
}

.news_con>div>.tit,
.news_con>div>div>.tit{
	position: relative;
	border-bottom: 2px solid #dfdfdf;
	line-height: 38px;
	font-size: 18px;
	color: #333;
}

.news_con>div>.tit:before,
.news_con>div>div>.tit:before{
	display: block;
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 80px;
	height: 2px;
	background-color: #669999;
}

.news_con>.left>.cols>.news_cols>li{
	position: relative;
	border-top: 1px solid #E1E1E1;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	
}

.news_con>.left>.cols>.news_cols>li>a{
	color: #555;
	font-size: 14px;
	display: block;
}
.news_con>.left>.cols>.news_cols>li>span{
	position: absolute;
	right: 0;
	top: 0;
	
}
.news_con>.left>.cols>.news_cols>li:first-child{
	border-top: 0 none;
}
.news_con>.left>.lately_news{
	margin-top: 20px;
}

.news_con>.left>.lately_news>.lately_news_list{
	padding-top: 5px;
}

.news_con>.left>.lately_news>.lately_news_list{
	line-height: 35px;
	position: relative;
}
.news_con>.left>.lately_news>.lately_news_list>li{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_con>.left>.lately_news>.lately_news_list>li>span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #f4f4f4;
	
}

.news_con>.left>.lately_news>.lately_news_list>li:nth-child(-n+3)>span{
	background-color: #669999;
	color: #fff;
}


.news_con>.left>.lately_news>.lately_news_list>li>a{
	color: #666;
	
}
.news_con>.left>.lately_news>.lately_news_list>li>a:hover{
	color: #1886b2;
}

.news_con>.right>.news_list>li{
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
}
.news_con>.right>.news_list>li>.tit{
	
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	height: 35px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.news_con>.right>.news_list>li>.des{
	line-height: 24px;
	color: #AFAFAF;
	float: right;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 58px;
	overflow: hidden;
}

.news_con>.right>.news_list>li>.pub_time{
	width: 100%;
	line-height: 30px;
	color: #999999;
}









.news_con>.right>.pro_tit{
	font-size: 24px;
	padding: 0 0 10px 0;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.news_con>.right>.date{
	text-align: center;
	color: #666;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.news_con>.right>.news_detail{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}



.news_con>.right>.pre_next{
	margin-top: 30px;
}
.news_con>.right>.pre_next>div{
	line-height: 30px;
	color: #555;
}


.pagelist {
	margin: 50px 0 30px;
}

.pagelist>ul>li {
	border-radius: 5px;
}

.pagelist>ul>li>a {
	border-radius: 5px;
	border-color: #22b7fc;
	margin: 0 8px;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
}

.pagelist>ul>li.active>a {
	background-color: #22b7fc;
	color: #fff;
	border-color: #22b7fc;
}

.pagelist>ul>li>a:hover {
	border-color: #22b7fc;
	background-color: #f5f5f5;
	color: #016abd;
}

.pagelist>ul>li.active>a:hover {
	background-color: #22b7fc;
	color: #fff;
	border-color: #22b7fc;
}




.news_con>.right>.date>.author{
	margin-right: 30px;
}

@media screen and (max-width: 768px){
				
	#main{
		width: auto;
		padding: 0 15px;
	}
	
	.news_con{
		margin-top: 30px;
	}
	.news_con>.left{
		
		float: none;
		width: 100%;
		margin-right: 0;
		
	}
	
	.news_con>.right{
		margin: 20px 0 38px;
		float: none;
		width: 100%;
	}
	
	.pagelist{
	  width: 100%;
	  text-align: center;
	}
	.pagelist>.pagination{
		display: block;
		
	}
	.pagelist>.pagination > li{
	  display: none;
	}
	
	.pagelist>.pagination > li:first-child{
	  margin-right: 10px;
	  background-color: #efefef;
	  border: 0 none !important;
	}
	.pagelist>.pagination > li:first-child,.pagelist>.pagination > li:last-child{
	  display: inline-block;
	  width: 40%;
	}
	.pagelist>.pagination > li > a{
	  width: 100%;
	  border: 0 none !important;
	  font-size: 14px !important;
	}
	.pagelist>.pagination > li:first-child>a{
	  background-color: #efefef;
	}
	.pagelist>.pagination > li:last-child>a,.pagelist>.pagination > li:last-child>a:hover{
	  background-color: #20cff4;
	  color: #fff;
	}
	
	
	.news_con>.right>.pro_tit{
		line-height: 150%;
	}
	
	.news_con>.right>.news_detail{
		width: 100%;
		overflow-x: hidden;
	}
	
	.news_con>.right>.date>.author{
		display: none;
	}
	
	
	
}