* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}

.wrap {
	width: 100%;
}

.header_main{
	height: 135px;
}
.footering{
	width: 100%;
	height: 280px;
}
.newscons_banner {
	width: 100%;
}

.banner_img {
	width: 100%;
}


/*主体*/

.newscons_main {
	position: relative;
		width: 100%;

}

.aboutcons_main_top {
	width: 1200px;
	margin:0px auto;
	text-align:center;
}

.aboutcons_main_top_top {
	text-align: center;
	margin: 0px auto;
	width: 130px;
	height: 35px;
	background: #FFFFFF;
	border: none;
}

.aboutcons_main_top_center {
	z-index: -3;
	position: absolute;
	top: 17.5px;
	width: 1200px;
	height: 70px;
	border: 1px solid #D9D9D9;
}

.aboutcons_main_top_bottom {
	margin: 0px auto;
	width: 450px;
	height: 50px;
}

.aboutcons_main_top_bottom_ul li {
	border-right:1px solid #ffffff;
	background-color: #0B67C5;
	text-align: center;
	line-height: 50px;
	width: 149px;
	height: 50px;
	float: left;
}

.aboutcons_main_top_bottom_ul li:hover {
	background-color: #1267C4;
	
}

.aboutcons_main_top_bottom_ul li a {
	text-decoration: none;
	color: #FFFFFF;
}


/*文字内容*/

.news_cons {
	margin: 0px auto;
	width: 1055px;
}

.news_cons ul li {
	overflow: hidden;
	list-style: none;
	border-bottom: 1px dotted #dbd4cd;
	list-style: none;
}

.time {
	text-align: center;
	float: left;
}

.time {
	width: 72px;
	height: 65px;
}

.conts {
	margin-left: 100px;
	width: 915px;
	height: 50px;
}

.conts_title a {
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	font-family: Microsoft YaHei;
	font-size: 20px;
	color: #5A5A5A;
	font-weight: normal;
	line-height: 140%;
}

.articleid {
	text-decoration: none;
}

.abstract {
	display: inline-block;
	font-family: Microsoft YaHei;
	font-size: 14px;
	padding-top: 6px;
	color: #929191;
	font-weight: normal;
	text-decoration: none;
	line-height: 140%;
}







/*栏目页页码 开始*/
.pageinfo{
	width:1050px;
	overflow: hidden;
    text-align: center;
    font-family: Arial;
    margin: 8px 0;
    display: block;
    width: 100%;
}
.pageinfo ul{
display:block;
margin-left:40%;
text-align:center;
}

.pageinfo li{
    float: left;
	min-width: 15px;
	margin: 0 2px 0 2px;
	padding: 0 12px;
	font-size: 13px;
	display: block;
	height: 38px;
	line-height: 38px;	
	color: #222;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	background-image: none;
	border: solid 1px #ddd;
	transition: .2s all;
	font-size: 14px;
}


.pageinfo li:hover{
	background: #00a1d6;
	color: #fff;
	border: 1px solid #00a1d6;
}

.pageinfo li:last-child {
	border:none;
	list-style:none;
	height:50px;
	background:none;
	font-size: 14px;
	color: #99a2aa;		
	padding-right:30px;

}
.pageinfo  li.thisclass{
	background: #00a1d6;
	color: #fff;
	border: 1px solid #00a1d6;
	font-size: 14px;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.header_main {
		width: 1200px;
		height: 135px;
	}
	.footering {
		width: 1200px;
	}
	.banner_img {
		width: 1200px;
	}
}
		