.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;
	}
}
footer .footer_top {
    background-color: #ffffff;
}
.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_content {
	width: 100%;
	overflow: hidden;
	padding: 35px 0 85px;
	background-color: #f8f8f8;
}
.news_content .news_title {
	width: 100%;
	overflow: hidden;
	font-family: arial;
	color: #818181;
	font-size: 14px;
}
.news_title h1 {
	color: #000000;
	font-size: 32px;
}
.news_content .news_list {
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
}
.news_list a {
	display: block;
	width: calc(100% - 110px);
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	height: 165px;
	background-color: #FFFFFF;
	margin: 50px auto 0;
	padding: 10px;
	position: relative;
}
.news_list a .list_time {
	width: 80px;
	height: 105px;
	overflow: hidden;
	position: relative;
	left: -20px;
	top: -20px;
	background-color: #d7000f;
	text-align: center;
	color: #FFFFFF;
	font-family: arial;
	padding: 20px 15px;
	float: left;
}
.list_time h1 {
	font-size: 36px;
	line-height: 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 10px;
}
.news_list a .list_img {
	width: 210px;
	height: 145px;
	overflow: hidden;
	float: right;
}
.list_img img {
	width: 100%;
}
.news_list a .list_txt {
	width: 825px;
	overflow: hidden;
	float: left;
	color: #949494;
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 0 15px;
}
.list_txt h4 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	color: #333333;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin: 10px 0;
}
.list_txt p {
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.news_list a:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.news_list a:hover .list_txt h4 {
	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;
	}
	.news_list a {
	    width: calc(100% - 100px);
	    width: -moz-calc(100% - 100px);
	    width: -webkit-calc(100% - 100px);
	    height: auto;
	    padding: 10px 10px 30px;
	}
	.news_list a .list_img {
	    width: 210px;
	    height: auto;
	    float: none;
	}
	.news_list a .list_txt {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0 20px;
	}
}
@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_content {
	    padding: 35px 0;
	}
	.news_title h1 {
	    font-size: 26px;
	}
	.news_list a {
	    width: calc(100% - 10px);
	    width: -moz-calc(100% - 10px);
	    width: -webkit-calc(100% - 10px);
	    margin: 30px 0 0 10px;
	    padding: 15px;
	}
	.news_list a .list_time {
	    left: -30px;
	    top: -25px;
	}
	.news_list a .list_img {
	    width: 215px;
	}
	.news_list a .list_txt {
		padding: 0;
		font-size: 12px;
    	line-height: 20px;
	}
	.list_txt h4 {
	    height: 35px;
	    line-height: 35px;
	    font-size: 16px;
	    margin: 5px 0;
	}
	.list_txt p {
	    height: 40px;
	}
}
@media only screen and (min-width: 992px) {
	.news_list a {
	    width: calc(100% - 20px);
	    width: -moz-calc(100% - 20px);
	    width: -webkit-calc(100% - 20px);
	}
	.news_list a .list_txt {
		width: 600px;
	}
}
@media only screen and (min-width: 1200px) {
	.news_list a {
	    width: calc(100% - 110px);
	    width: -moz-calc(100% - 110px);
	    width: -webkit-calc(100% - 110px);
	}
	.news_list a .list_txt {
		width: 680px;
	}
}
@media only screen and (min-width: 1400px) {
	.news_list a .list_txt {
		width: 825px;
	}
}