
@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>.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{
	border-top: 2px solid #016abd;
}
.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_cols{
				margin-top: 50px;
				padding-bottom: 50px;
				border-bottom: 1px solid #ddd;
				text-align: center;
			}
			
			.news_cols>li{
				display: inline-block;
				margin-left: 40px;
				width: 130px;
				line-height: 40px;
				color: #333;
			}
			
			.news_cols>li:first-child{
				margin-left: 0;
			}
			
			.news_cols>li>a{
				display: block;
				height: 100%;
				width: 100%;
				color: #333;
				border: 1px solid #333;
			}
			
			.news_cols>li>a:hover{
				color: #016abd;
				border: 1px solid #016abd;
			}
			
			.news_con>div>.tit, .news_con>div>div>.tit{
				padding-left: 20px;
				background-color: rgb(240, 240, 240);
				border-top: 2px solid #016abd;
			}
			
			
			.news_con>.left>.lately_news>.lately_news_list>li{
				border-bottom: 1px dotted #dddddd;
				line-height: 45px;
			}