#newsbanner{
	width: 100%;
	overflow: hidden;
}
#newsbanner img{
	width: 100%;
}
.newsBg{
	background: #ea5529;
	color: #fff;
}
.back{
	width: 90%;
	margin: 0 5%;
}
.back a img{
	font-size: 14px;
}
@media (min-width:768px){
	#newsbanner{
		width: 100%;
		overflow: hidden;
	}
}

#newsContent{
	width: 100%;
	overflow: hidden;
	color: #171717;
	font-size: 14px;
}

.newsContent{
	width: 100%;
	max-width: 1300px;
}

.news{
	width: 100%;
	overflow: hidden;
	padding: 0 5%;
}
.newsClassify{
	width: 100%;
	line-height: 32px;
    padding-top: 10px;
  
}
.newsClassify li{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
}
.newsClassify li:hover{
	background: #ea5529;
	color: #fff;
}
.newsListBox,.newsList{
	width: 100%;
	overflow: hidden;
} 
.newsList{
	margin: 6px 0 20px;
}
.newsList li{
	width: 100%;
	overflow: hidden;
	padding: 18px 0;
	border-bottom: 1px solid #8e8e8e;
}
.newsList li a{
	line-height: 24px;

}
.newsList li span{
	float: right;
}


@media (min-width:768px){
	.clickTitle a{
		background: #ea5529;
		color: #fff;
	}
	.newsContent{
		width: 80%;
		margin: 0 10%;
	}
	

	.news{
		padding: 0;
	}

	.newsClassify{
		min-width: 180px;
	}
	.newsClassify li{
		font-size: 18px;
		margin: 20px 0;
	}
	
	.newsClassify li a{
		display: block;
		line-height: 50px;
	}

	.newsList li a{
		line-height: 28px;
		font-size: 16px;
	}
	.newsList li span{
		display: block;
		line-height: 28px;
	}
}
@media (min-width:1000px){
	.clickTitle a{
		background: #ea5529;
		color: #fff;
	}

	.newsClassify li{
		line-height: 50px;
		font-size: 20px;
		margin: 24px 0;
	}

}
@media (min-width:1200px){
	.newsContent{
		width: 70%;
		margin: 0 15%;
	}
	.clickTitle a{
		background: #ea5529;
		color: #fff;
	}
	.newsList li{padding: 30px 0;}
	.newsList li a{float: left;}
	.newsList li span{float: right;}


}
@media (min-width:1440px){
	.newsContent{
		width: 65%;
		margin: 0 17.5%;
	}
}	



 .listpage{margin-bottom: 14px;margin-top: 30px;font-size: 14px;line-height: 30px;}
 .listpage a{border: 1px solid #ccc;padding: 0 5px;margin-left: 5px}
 .listpage b{padding: 0 5px;}
 .listpage a:hover{border: 1px solid #ccc;background: #ea5529;color: #fff;transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;}