/*导航栏对应页面a标签高亮显示*/
.nav-icon3{
	display: inline-block!important;
}
/*banner部分样式*/
.banner{
	width: 100%;
	min-width: 1200px;
	height: 590px;
	/*background: url(../img/news/banner_bg.jpg) center center no-repeat;*/
	background-size: cover;
	margin: 0 auto;
}
.banner-box{
	width: 623px;
	height: 43px;
	text-align: center;
	padding-top: 131px;
	margin: 0 auto;
	color: #fff;
}
.banner-title{
	width: 193px;
	height: 43px;
	line-height: 43px;
	color: #333;
	font-size: 17px;
	background: #fff;
	margin: 0 5.5px;
	cursor: pointer;
}
.banner-title:hover{
	background: #014694;
	color: #fff;
}
.banner-title-bg{
	background: #014694;
	color: #fff;
}
/*content部分样式*/
.content{
	width: 100%;
	min-width: 1200px;
}
.content-box{
	width: 1058px;
	margin: 0 auto;
	position: relative;
	top: -342px;
	background: #fff;
	padding: 21px;
	margin-bottom: -300px;
}
.total-name,.total-name span{
	height: 61px;
	line-height: 61px;
	font-size: 13px;
	color: #000;
}
.topline{
	height: 3px;
	background: #014694;
}
/*新闻部分样式*/
.news-box{
	margin-bottom: 42px;
}
.news-line{
	display: block;
	height: 170px;
	width: 1048px;
	padding: 15px 0px 15px 10px;
	position: relative;
}
.news-line:hover{
	background: #dfe2eb;
}
.news-date{
	width: 104px;
	height: 170px;
	margin-right: 34px;
	text-align: center;
}
.data-day{
	height: 81px;
	border-bottom: 1px solid #999;
	line-height: 81px;
	color: #808080;
	font-size: 37px;
	font-weight: bold;
}
.data-month{
	padding-top: 15px;
	font-size: 12px;
	color: #999;

}
.news-line .news-pic{
	width: 260px;
	height: 170px;
	margin-right: 30px;
}
.news-text{
	width: 565px;
	height: 170px;
	position: relative;
}
.news-title{
	font-size: 17px;
	color: #004593;
	height: 31px;
	line-height: 31px;
	margin-bottom: 12px;
}
.news-detail{
	font-size: 14px;
	color: #666;
	height: 65px;
	width: 530px;
	line-height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdae7;
}
.go-newsdel{
	display: block;
	width: 105px;
	height: 33px;
	color: #333;
	line-height: 33px;
	text-align: center;
	font-size: 12px;
	border: 2px solid #acacac;
	position: absolute;
	bottom: 0px;
}


/*.pageline{
	margin-bottom: 70px;
}*/
.news-pageline{
	height: 35px;
	width: 630px;
	overflow: hidden;
	margin-bottom: 72px;
	margin: 0 auto;
}
.news-pageline li{
	float: left;
	color: #3166cc;
	margin-right: 11px;
	cursor: pointer;
	font-size: 15px;
	line-height: 33px;
	width: 33px;
	height: 33px;
	text-align: center;
	border: 1px solid #ccc;
}
.news-pageline .btn{
	width: 66px;
}
.news-pageline .f{
	background: #208bd3;
	color: #fff;
}
.news-pageline .end{
	width: 55px;
}
.news-pageline li:hover{
	background: #208bd3;
	color: #fff;
	border: 1px solid #208bd3;
}
/*footerbar部分样式*/
.leftbar{
	width: 100%;
	height: 100%;
	background: #014694;
}
