.banner:before {
	background-image: url(../img/news.jpg);
}
@media only screen and (max-width: 991px) {
	.banner:before {
		background-image: url(../img/newsS.jpg);
	}
}
.news_banner .banner_title {
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
	line-height: 18px;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -75px;
}
.banner_title a {
	color: #FFFFFF;
}
.banner_title a:hover {
	color: #e60011;
	text-decoration: underline !important;
} 
.banner_title h1 {
	font-size: 60px;
	color: #FFFFFF;
	margin: 15px 0;
}
.news_banner .news_menu {
	width: 608px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -304px;
	z-index: 1;
}
.news_menu a {
	display: block;
	width: 290px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ffffff;
	color: #4c3d35;
	font-size: 18px;
	float: left;
	margin: 0 7px;
}
.news_menu a img {
	margin: -2px 14px 0 0;
}
.news_menu a img:nth-of-type(2) {
	display: none;
}
.news_menu a:hover {
	color: #e60012;
}
.news_menu a.active {
	background-color: #e60012;
	color: #FFFFFF;
}
.news_menu a.active img:nth-of-type(1) {
	display: none;
}
.news_menu a.active img:nth-of-type(2) {
	display: inline;
}
@media only screen and (max-width: 767px) {
	.banner_title h1 {
		font-size: 36px;
		margin: 10px 0;
	}
	.news_banner .news_menu {
	    width: 100%;
	    overflow: hidden;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    margin-left: 0;
	}
	.news_menu a {
	    width: 50%;
	    height: 45px;
	    line-height: 45px;
	    font-size: 16px;
	    margin: 0;
	}
	.news_menu a img {
		height: 22px;
	    margin: -2px 9px 0 0;
	}
}
/*新闻列表*/
.news_content {
	width: 100%;
	overflow: hidden;
	padding: 0 0 75px;
	background-color: #f7f7f7;
	position: relative;
	z-index: 2;
}
.news_content .content_title {
	width: 100%;
	overflow: hidden;
	color: #000000;
	font-size: 24px;
	line-height: 79px;
	border-bottom: 1px solid #d8d8d8;
}
.news_content .news_top {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 48px;
}
.news_top .newsTop_img {
	display: block;
	width: 465px;
	overflow: hidden;
	float: left;
}
.newsTop_img img {
	width: 100%;
}
.news_top .newsTop_txt {
	width: calc(100% - 520px);
	width: -moz-calc(100% - 520px);
	width: -webkit-calc(100% - 520px);
	overflow: hidden;
	float: right;
}
.newsTop_txt h2 {
	width: 100%;
	line-height: 85px;
	border-bottom: 1px solid #cbcbcb;
	color: #000000;
}
.newsTop_txt .newsTop_details {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin: 23px 0 28px;
}
.newsTop_txt a {
	display: block;
	width: 130px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #e60012;
	text-align: center;
	color: #e60012;
	font-size: 14px;
}
.newsTop_txt a:hover {
	background-color: #e60012;
	color: #FFFFFF;
}
.news_content .news_list {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e2e2e2;
}
.news_list a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 35px 0 30px;
	border-bottom: 1px solid #e2e2e2;
}
.news_list a .list_txt {
	width: calc(100% - 340px);
	width: -moz-calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
	overflow: hidden;
	float: left;
	color: #9a9a9a;
	font-size: 14px;
	line-height: 24px;
}
.list_txt h4 {
	width: 100%;
	color: #333333;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin: 0 0 15px;
}
.list_txt h4 span {
	font-family: arial;
	font-size: 12px;
	color: #9a9a9a;
	margin-left: 25px;
}
.list_txt p {
	width: 100%;
	height: 48px;
	overflow: hidden;
}
.news_list a .list_img {
	width: 160px;
	overflow: hidden;
	float: right;
}
.list_img img {
	width: 100%;
}
.news_list a:hover .list_txt h4 {
	color: #e60012;
}
@media only screen and (max-width: 991px) {
	.news_top .newsTop_img {
	    width: 100%;
	    float: none;
	}
	.news_top .newsTop_txt {
	    width: 100%;
	    float: none;
	}
	.news_list a .list_txt {
		width: calc(100% - 190px);
		width: -moz-calc(100% - 190px);
		width: -webkit-calc(100% - 190px);
	}
}
@media only screen and (max-width: 767px) {
	.news_content {
	    padding: 0 0 40px;
	}
	.news_content .news_top {
	    padding: 35px 0;
	}
	.newsTop_txt h2 {
	    font-size: 24px;
	    line-height: 35px;
	    padding: 15px 0 10px;
	}
	.newsTop_txt .newsTop_details {
	    font-size: 12px;
	    line-height: 20px;
	    margin: 13px 0 18px;
	}
	.newsTop_txt a {
	    width: 120px;
	    height: 35px;
	    line-height: 33px;
	    font-size: 13px;
	}
	.news_list a {
	    padding: 25px 0 20px;
	}
	.news_list a .list_img {
	    width: 100%;
	    float: none;
	}
	.news_list a .list_txt {
	    width: 100%;
	    float: none;
	    font-size: 14px;
	    line-height: 24px;
	    margin: 15px 0 0;
	}
	.list_txt h4 {
	    margin: 0 0 5px;
	    font-size: 20px;
	    height: auto;
	}
	.list_txt h4 span{
		display: block;
		margin: 5px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.news_list a .list_txt {
		width: calc(100% - 240px);
		width: -moz-calc(100% - 240px);
		width: -webkit-calc(100% - 240px);
	}
}
@media only screen and (min-width: 1200px) {
	.news_list a .list_txt {
		width: calc(100% - 340px);
		width: -moz-calc(100% - 340px);
		width: -webkit-calc(100% - 340px);
	}
}