

.s-news-swiper {
  width:467px;
  height:50px;
  overflow:hidden;
}
  
  .s-news-swiper .swiper-slide {
padding-left: 5px;
    text-align: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
        background: #dbe9ff;

    color: #1d5fbb;
  }
   .s-news-swiper .swiper-slide a {
         color: #1d5fbb;
   }

   .s-news li:last-child {
     border-bottom:none;
   }

        