.header_menu .menuBg {
	left: 320px;
}
.banner {
	background-image: url(../bgimg/news.jpg);
	color: #666666;
}
@media only screen and (min-width: 992px) {
	.header_menu .menuBg {
		left: 243px;
	}
}
@media only screen and (min-width: 1200px) {
	.header_menu .menuBg {
		left: 303px;
	}
}
@media only screen and (min-width: 1400px) {
	.header_menu .menuBg {
		left: 320px;
	}
}
.news_menu {
	width: 100%;
	height: 55px;
	overflow: hidden;
}
.news_menu a {
	display: block;
	width: 50%;
	line-height: 55px;
	height: 100%;
	float: left;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-align: right;
	padding: 0 205px 0 0;
}
.news_menu a:nth-of-type(2) {
	padding: 0 0 0 205px;
	text-align: left;
}
.news_menu a:hover {
	text-decoration: underline !important;
	color: #d7000f;
} 
.news_menu a.news_active {
	background-color: #d7000f;
	color: #FFFFFF;
}
/*新闻详情*/
.news_detials {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 30px;
}
.news_detials .detials_title {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.detials_title h1 {
	color: #000000;
	font-size: 32px;
	margin: 0 0 15px;
}
.detials_title ul {
	width: 100%;
	overflow: hidden;
	background-color: #f2f2f2;
	padding: 10px 0;
}
.detials_title ul li {
	display: inline-block;
	color: #333333;
	margin: 0 30px;
}
.news_detials .detials_detials {
	width: 100%;
	overflow: hidden;
	color: #545454;
	font-size: 14px;
	line-height: 25px;
	padding: 25px 0 40px;
}
.detials_detials img {
	display: block;
	max-width: 100%;
	margin: 25px auto;
}
.news_detials .detials_bottom {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ececec;
	line-height: 23px;
	padding: 15px 0 0;
}
.news_detials .detials_bottom a {
	color: #545454;
}
.detials_bottom a:hover {
	color: #d7000f;
}
@media only screen and (max-width: 991px) {
	.news_menu a {
	    padding: 0 80px 0 0;
	}
	.news_menu a:nth-of-type(2) {
	    padding: 0 0 0 80px;
	}
}
@media only screen and (max-width: 767px) {
	.news_menu {
	    height: 40px;
	}
	.news_menu a {
	    padding: 0 30px 0 0;
	    font-size: 14px;
	    line-height: 40px;
	}
	.news_menu a:nth-of-type(2) {
	    padding: 0 0 0 30px;
	}
	.news_detials {
	    padding: 35px 0 30px;
	}
	.news_detials .detials_detials {
	    padding: 15px 0;
	}
	.detials_title h1 {
	    font-size: 24px;
	    line-height: 27px;
	    margin: 0 0 10px;
	}
	.detials_title ul li {
	    margin: 0 10px;
	}
	.detials_detials img {
	    margin: 10px auto;
	}
}