.list-news{padding: 0;}
.slide-temp{position: relative; overflow: hidden; width:100%; height:517px;}
.slide-block{width:400%; height:500px; position: absolute; left:0; top:0;}
.slide-block>a{display: block;width:25%;float: left;}
.slide-block>a img{width:100%; max-width:unset;}

.slide-news a{display: block;}
.slide-news a>dl{padding: 0 20px; margin:0; color: #AAA; overflow: hidden; }
.slide-news a>dl dd{ font-size: 12px; height:44px; overflow: hidden;}
.slide-news a>dl dd:first-of-type{ font-size: 12px; height: 80px; text-align: center; padding-right: 20px; margin-right: 20px; float: left;}
.slide-news a>dl dd:first-of-type strong{font-size: 60px; color: #333; display: block; line-height: 1; border-bottom: 1px solid #CCC;}
.slide-news a>dl dt{font-size: 16px; margin-bottom: 5px; color: #333;}
.slide-news a.active>dl,.slide-news a.active>dl dd:first-of-type strong,.slide-news a.active>dl dt{ color:#FFF; background-color: #b58b51; }
.slide-news a.active>dl dd:first-of-type strong{border-bottom: 1px solid #FFF;}

.slide-dot{position: absolute; bottom: 10px; left:0; right:0; text-align: center;}
.slide-dot>li{display: inline-block; width: 10px; height: 10px; background-color: rgba(255,255,255,.5); border-radius: 10px; margin:0 5px; cursor: pointer;}
.slide-dot>li.active{background-color: #16509a;}

.slide-txt{position: absolute; bottom:0; left:0; right:0; text-align: center;}
.slide-txt>li{display: none;font-size: 16px; color: white; padding:40px 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background-image:linear-gradient(transparent,rgba(0,0,0,.8));}
.slide-txt>li.active{display: block;}

.slide-nav a.prev, .slide-nav a.next{background-color: rgba(0,0,0,.5);}

@media (max-width:1024px) {
  .news-slider.pd-v{padding: 0;}
  .news-slider .col-half{width: 97%;}
  .news-slider .col-half.f-r{display: none;}
}

@media (max-width:450px) {
  .news-slider .col-half{width: 100%;}
}
