.newsList  {
  padding-top:20px;

}

.newsList li {
	padding:20px 0;
	overflow:hidden;
	-webkit-transition-duration:.3s;
	transition-duration:.3s
}
.newsList li dl {
	max-width:1140px;
	margin:0 auto;
	padding:0 15px
}
.newsList li dt {
	padding:0;
	width:31%;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	text-align:center
}
.newsList li dt .pic {
	border:solid 1px #f0f0f0;
	position:relative
}
.newsList li dt .pic:after {
	content:"";
	display:block;
	padding-bottom:43.5%
}
.newsList li dt .pic img {
	-webkit-transition-duration:.5s;
	transition-duration:.5s
}
.newsList li dd {
	margin-top:10px;
	padding-left:40px
}
.newsList li dd h3 {
	font-size:16px;
	height:24px;
	line-height:24px;
	overflow:hidden
}
.newsList li dd h3 a {
	color:#333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    padding-right: 20%;
    font-size:18px;
}
.newsList li dd p {
	margin-top:15px;
	line-height:26px;
	height:52px;
	font-size:14px;
	color:#808080;
	overflow:hidden
}
.newsList li dd .more-two {
	margin-top:20px;
	color:#fff;
	font-size:14px;
	padding:0 10px;
	display:inline-block;
	line-height:30px;
	background-color:#b7d533
}
.newsList li:hover {
	background-color:#b7d533
}
.newsList li:hover img {
	opacity:.7
}
.newsList li:hover dt {
	margin-top:-5px
}
.newsList li:hover h3 a,.newsList li:hover p {
	color:#fff
}
.newsList li:hover span {
	color:#bdb0aa
}
.newsList li:hover .more-two {
	background:#fff;
	color:#b7d533
}
.newsList li:nth-of-type(even) {
	background-color:#f7f7f7
}
.newsList li:nth-of-type(even):hover {
	background-color:#b7d533
}
@media (max-width:997px) {
	.newsList li dd p {
	margin-top:0px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.newsList li dd .more-two {
	display:none
}
}@media (max-width:570px) {
	.newsList li dt,.newsList li dd {
	width:100%;
	padding-left:0
}
}.newsShow {
	font-size:14px;
	line-height:30px
}
.newsTitle {
	color:#4c4c4c;
	font-size:26px;
	text-align:center;
	font-weight:normal;
	padding:50px 0 20px 0;
	border-bottom:solid 1px #e6e6e6
}
.newsTime {
	color:#999;
	padding-top:10px;
	text-align:center
}
.newsPrve {
	margin-top:30px;
	padding-top:20px;
	border-top:solid 1px #e6e6e6
}
.newsPrve li {
	padding-left:0;
	white-space: nowrap;
	overflow: hidden;
}
.newsPrve li span {
	display:inline-block;
	margin-right:10px;
	border-top:5px solid transparent;
	border-left:10px solid #ccc;
	border-bottom:5px solid transparent;
	margin-top:10px;
	float:left;
}
.newsPrve li b{
	display: inline-block;
    width: 10%;
    float: left;
}
.newsPrve li a{
	width: 80%;
    display: block;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.newsPrve li .first {
	border-right:10px solid #ccc;
	border-left:0
}
.newsPrve li a:hover {
	color:#b7d533
}
.newsPrve li:hover a {
	color:#b7d533
}
.newsPrve li:hover span {
	border-left:10px solid #b7d533
}
.newsPrve li:hover .first {
	border-right:10px solid #b7d533;
	border-left:0
}
.relnews {
	font-size:14px;
	line-height:30px;
	padding:20px 0;
	border-top:solid 1px #e6e6e6
}
.relnews p {
	padding:0 20px;
	font-size:18px;
	color:#b7d533;
	margin-bottom:15px;
	border-left:solid 5px #b7d533
}
.relnews a {
	color:#999;
	white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    padding: 0px 3%;
}
.relnews a:hover {
	color:#b7d533
}
.relnews li {
	padding-left:0
}

.asider-page {
	padding:70px 0;
	text-align:center;
	position:relative
}
.asider-page .num-container {
	position:relative;
	display:inline-block;
	background-color:#fff
}
.asider-page span,.asider-page a {
	margin:0 2px;
	padding:0 10px;
	line-height:26px;
	vertical-align:top;
	display:inline-block;
	background-color: #eee;
}
.asider-page .page-cur{background:#b7d533;}
.asider-page span.num,.asider-page a.num {
	font-family:arial
}
.asider-page span.num.active,.asider-page a.num.active {
	color:#fff;
	background-color:#b7d533
}
.asider-page span.iconfont,.asider-page a.iconfont {
	width:50px;
	line-height:34px
}
.asider-page a {
	background-color:#eee
}
.asider-page a:hover {
	color:#fff;
	background-color:#b7d533
}
@media (max-width:767px) {
	.asider-page {
	padding-top:40px;
	padding-bottom:10px
}
.asider-page a.num {
	display:none
}
}.page-current {
	color:#999;
	height:40px;
	line-height:40px;
	background-color:#f7f7f7
}
.page-current h2 {
	font-size:12px;
	font-weight:normal;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-current a {
	color:#999
}
.page-current a:hover {
	color:#b7d533
}
.page-current span {
	color:#b7d533
}
.page-nav {
	margin:50px 0;
	text-align:center;
	font-size:14px
}
.page-nav a {
	background-color:#999;
	display:inline-block;
	line-height:40px;
	padding:0 50px;
	color:#fff;
	margin-right:6px;
	-webkit-transition-duration:.5s;
	transition-duration:.5s
}
.page-nav a:hover,.page-nav .active {
	background-color:#b7d533
}


.newsList li dd .more-two {
	background-color:#fa8357
}
.newsList li:hover {
	background-color:#fa8357
}
.newsList li:hover .more-two {
	background:#fff;
	color:#f75316
}
.newsList li:nth-of-type(even) {
	background-color:#f7f7f7
}
.newsList li:nth-of-type(even):hover {
	background-color:#fa8357
}
.newsPrve li a:hover {
	color:#f75316
}
.newsPrve li:hover a {
	color:#f75316
}
.newsPrve li:hover span {
	border-left:10px solid #f75316
}
.newsPrve li:hover .first {
	border-right:10px solid #f75316;
}
.relnews p {
	color:#f75316;
	border-left:solid 5px #f75316
}
.relnews a:hover {
	color:#f75316
}



.asider-page .page-cur{
	background:#f75316;
	color:#fff;
}
.asider-page span.num.active,.asider-page a.num.active {
	color:#fff;
	background-color:#f75316
}
.asider-page a:hover {
	color:#fff;
	background-color:#f75316
}
.page-current a:hover {
	color:#f75316
}
.page-current span {
	color:#f75316
}
.page-nav a:hover,.page-nav .active {
	background-color:#f75316;
	color:#fff;
}