/*导航栏对应页面a标签高亮显示*/
.nav-icon3{
	display: inline-block!important;
}
/*banner部分样式*/
.banner{
	height: 250px;
	/*background: url(../img/news/banner2_bg.jpg) center center no-repeat;*/
	background-size: cover;
}
.banner-box{
	height: 169px;
	padding-top: 35px;
}
.banner-ename{
	height: 92px;
	line-height: 92px;
	font-size: 38px;
	color: #fff;
}
.banner-cname{
	height: 33px;
	font-size: 33px;
	color: #c9c5c5;
	margin-bottom: 44px;
}
.banner-tabs{
	width: 100%;
	height: 46px;
	background: rgba(0,0,0,0.45);
	text-align: center;
}
.banner-tabs-box{
	width: 350px;
	margin: 0 auto;
}
.banner-title{
	width: 149px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 16px;
	margin: 0 5.5px;
	cursor: pointer;
	position: relative;
}
.banner-title:hover{
	color: #fd9c2b;
}
.banner-title-bg{
	color: #fd9c2b;
}
.title-line{
	width: 1px;
	height: 13px;
	background: #fff;
	margin-top: 16px;
}
/*content部分样式*/
.result-box{
	width: 1048px;
	margin: 0 auto;
	position: relative;
}
.total-name{
	text-align: left;
	height: 23px;
	font-size: 23px;
	color: #000;
	padding: 63px 0 20px 0;
	margin-bottom: 41px;
	border-bottom: 3px solid #548cd0;
}
.total-name span{
	font-size:19px;
	color: #999;
	padding-left: 10px;
}
/*新闻部分样式*/
.news-box{
	text-align: left;
	margin-bottom: 40px;
}
.news-line a{
	display: block;
	height: 158px;
	width: 1200px;
	color: #999;
	position: relative;
	border-bottom: 1px dotted #333;
	margin-bottom: 41px;
}
.news-line a:hover .news-date{
	background: #dfe2eb;
}
.news-date{
	width: 112px;
	height: 94px;
	margin-right: 47px;
	text-align: center;
	background: #e6e6e6;
	color: #808080;
	padding-top: 18px;
}
.data-day{
	height: 53px;
	line-height: 53px;
	color: #808080;
	font-size: 34px;
	font-weight: bold;
}
.data-month{
	font-size: 14px;
}
.news-text{
	width: 950px;
	height: 170px;
	position: relative;
}
.news-title{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	height: 18px;
	margin-bottom: 12px;
}
.news-other{
	height: 42px;
	line-height: 42px;
}
.news-other span{
	font-size: 12px;
	margin-right: 15px;
}
.news-detail{
	font-size: 14px;
	color: #999;
	height: 40px;
	font-weight: 500;
	width: 950px;
	line-height: 20px;
}