.news_content{
	width: 100%;
	overflow: hidden;
}
.news_banner{
	width: 100%;
	height: 790px;
	padding-top: 255px;
	background: url(../img/news_banner.jpg) no-repeat top center;
	background-size: 100%;
	overflow: hidden;
}
.banner_text{
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.banner_text h1{
	font-size: 60px;
	margin-bottom: 20px;
}
.news_menu{
	width:600px;
	height: 60px;
	overflow: hidden;
	margin: 125px auto 0;
}
.news_menu a{
	display: block;
	width: 290px;
	height: 60px;
	background-color: #fff;
	line-height: 60px;
	float: left;
	color: #4c3d35;
	font-size: 18px;
}
.news_menu a:nth-of-type(2){
	float: right;
}
.news_menu a img{
	margin-right: 20px;
}
.news_menu a img:nth-of-type(2){
	display: none;
}
.news_menu a:hover{
	color: #fff;
	background-color: #d92702;
}
.news_menu a:hover img:nth-of-type(1){
	display: none;
}
.news_menu a:hover img:nth-of-type(2){
	display: inline-block;
}
.news_menu a.news_now{
	color: #fff;
	background-color: #d92702;
}
.news_menu a.news_now img:nth-of-type(1){
	display: none;
}
.news_menu a.news_now img:nth-of-type(2){
	display: inline-block;
}
@media only screen and (max-width:991px ) {
	.news_banner{
		height: 470px;
		padding-top: 175px;
		background: url(../img/news_banner.jpg) no-repeat top center;
		background-size:auto 410px;
		position: relative;
	}
	.news_banner br{
		display: none;
	}
	.banner_text{
		padding: 0 30px;
	}
	.banner_text h1{
		font-size: 36px;
		margin-bottom: 20px;
	}
	.news_menu{
		width: 100%;
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.news_menu a{
		width: 50%;
	}
}
@media only screen and (min-width:992px ) {
	.news_banner{
		height: 420px;
		padding-top: 115px;
	}
	.news_menu{
		width:600px;
		height: 60px;
		overflow: hidden;
		margin: 65px auto 0;
	}
}
@media only screen and (min-width:1200px ) {
	.news_banner{
		height: 790px;
		padding-top: 255px;
		background-size: auto 100%;
	}
	.news_menu{
		width:600px;
		height: 60px;
		overflow: hidden;
		margin: 125px auto 0;
	}
}
@media only screen and (min-width:1921px ) {
	.news_banner{
		background: url(../img/news_banner.jpg) no-repeat center center;
		background-size: 100% auto;
	}
}
/*新闻列表*/
.news_list{
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 20px 0 60px;
}
.news_list .news_title{
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}
.news_title h1{
	font-size: 24px;
	line-height: 75px;
	color: #000000;
}
.newsList{
	overflow: hidden;
}
.newsList .news_recommend{
	width: 100%;
	height: 375px;
	overflow: hidden;
	padding: 50px 0;
	border-bottom: 1px solid #e2e2e2;
}
.news_recommend li:nth-of-type(1){
	padding-right: 35px;
	height: 100%;
}
.news_recommend li:nth-of-type(2){
	padding-left: 15px;
	height: 100%;
}
.recommend_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
.recommend_img img{
	width: 100%;
	transition: all 0.5s;
}
.recommend_img:hover img{
	transform: scale(1.1);
}
.recommend_text{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 20px;
}
.recommend_text h3{
	font-size: 30px;
	color: #000;
	line-height: 75px;
	height: 75px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend_abstract{
	width: 100%;
	height: 80px;
	overflow: hidden;
}
.recommend_text a{
	display: block;
	width: 130px;
	height: 45px;
	border: 1px solid #d92702;
	color: #d92702;
	text-align: center;
	line-height: 43px;
	margin-top: 35px;
	font-size: 12px;
}
.recommend_text a:hover{
	color: #fff;
	background-color: #d92702;
}
.newsList>a{
	display: block;
	width: 100%;
	height: 170px;
	overflow: hidden;
	padding: 40px 0 30px;
	border-bottom: 1px solid #cbcbcb;
}
.newsList .newsList_text{
	width: 900px;
	height: 100%;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #9a9a9a;
	line-height: 25px;
	text-align: justify;
}
.newsList_text h4{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList_text h4 span{
	font-size: 12px;
	color: #9a9a9a;
	margin-left: 20px;
}
.newsList .newsList_text p{
	height: 50px;
	overflow: hidden;
}
.newsList .newsList_img{
	width: 160px;
	height: 100%;
	overflow: hidden;
	float: right;
}
.newsList_img img{
	width: 100%;
	transition: all 0.5s;
}
.newsList>a:hover h4{
	color: #d92702;
}
.newsList>a:hover img{
	transform: scale(1.1);
}
@media only screen and (max-width:991px ) {
	.newsList .news_recommend{
		width: 100%;
		height: auto;
		padding: 0;
		border-bottom: 1px solid #e2e2e2;
	}
	.news_recommend li:nth-of-type(1){
		padding-right: 0px;
		height: auto;
	}
	.news_recommend li:nth-of-type(2){
		padding-left: 0px;
		height: auto;
	}
	.recommend_text{
		padding:10px 25px 40px;
		background-color: #fff;
	}
	.newsList .newsList_text{
		width: 550px;
	}
}
@media only screen and (max-width:767px ) {
	.recommend_text{
		padding:10px 15px 40px;
		background-color: #fff;
	}
	.newsList .newsList_text{
		width: 50%;
	}
	.newsList_text h4 span{
		display: block;
		margin-left: 0;
	}
}
@media only screen and (min-width:992px ) {
	.newsList .newsList_text{
		width: 750px;
	}
}
@media only screen and (min-width:1200px ) {
	.newsList .newsList_text{
		width: 900px;
	}
}
/*新闻详情*/
.news_details{
	overflow: hidden;
}
.news_details_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px 0 30px;
}
.news_details_title h1{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}
.newsDetails{
	border-top:2px solid #cbcbcb;
	border-bottom:2px solid #cbcbcb;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	text-align: justify;
	padding-bottom: 40px;
}
.newsDetails img{
	max-width: 100%;
	text-align: center;
	margin: 30px auto;
	display: block;
}
ul.news_detailsSwitch{
	overflow: hidden;
	margin-top: 30px;
}
ul.news_detailsSwitch li{
	height: 30px;
	line-height: 30px;
}
ul.news_detailsSwitch li a{
	color: #999;
}
@media only screen and (max-width:767px ) {
	.news_details_title h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
}