.news_content{
	width: 100%;
	overflow: hidden;
	padding-top: 160px;
}
.news_content h1{
	font-size: 55px;
	text-align: center;
	font-weight: lighter;
	margin-bottom: 35px;
}
.news_menu{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #000000;
	margin-bottom: 70px;
}
.news_menu a{
	display: inline-block;
	height: 25px;
	font-size: 14px;
	color: #000000;
	padding: 0 10px;
	margin: 0 20px;
	cursor: pointer;
}
.news_menu a:hover{
	border-bottom: 1px solid #000000;
}
.news_menu a.news_menuNow{
	border-bottom: 1px solid #000000;
}
.news_list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_list li{
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
}
.news_list li:nth-of-type(3n+1){
	padding: 0 60px 0 0;
}
.news_list li:nth-of-type(3n+2){
	padding: 0 30px;
}
.news_list li:nth-of-type(3n){
	padding: 0 0 0 60px;
}
.news_list li a{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #404040;
}
.news_listImg{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.news_listImg img{
	width: 100%;
}
.news_list li a p{
	height: 20px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.news_listMore{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	border-radius: 3px;
	text-align: center;
	color: #8c8c8c;
	font-size: 14px;
	margin-bottom: 70px;
	border: 1px solid #a6a6a6;
}
@media only screen and (max-width:991px ) {
	.news_list li:nth-of-type(2n+1){
		padding: 0 30px 0 0;
	}
	.news_list li:nth-of-type(2n){
		padding: 0 0 0 30px;
	}
}
@media only screen and (max-width:767px ) {
	.news_content h1{
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.news_menu{
		margin-bottom: 35px;
	}
	.news_list{
		margin-bottom: 10px;
	}
	.news_list li{
		padding: 0 !important;
		margin-bottom: 25px;
	}
	.news_listMore{
		height: 40px;
		line-height: 38px;
		margin-bottom: 35px;
	}
}
@media only screen and (min-width:992px ) {
	.news_list li:nth-of-type(3n+1){
		padding: 0 30px 0 0;
	}
	.news_list li:nth-of-type(3n+2){
		padding: 0 15px;
	}
	.news_list li:nth-of-type(3n){
		padding: 0 0 0 30px;
	}
}
@media only screen and (min-width:1250px ) {
	.news_list li:nth-of-type(3n+1){
		padding: 0 60px 0 0;
	}
	.news_list li:nth-of-type(3n+2){
		padding: 0 30px;
	}
	.news_list li:nth-of-type(3n){
		padding: 0 0 0 60px;
	}
}
