.news-top {
  overflow: hidden;
  position: relative; }
  .news-top .swiper-pagination, .news-top .swiper-pagination-bullets {
    bottom: 0px !important;
    z-index: 9; }
    .news-top .swiper-pagination .swiper-pagination-bullet, .news-top .swiper-pagination-bullets .swiper-pagination-bullet {
      cursor: pointer; }
    .news-top .swiper-pagination .swiper-pagination-bullet-active, .news-top .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: #ff9a00; }
  .news-top__item {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
    .news-top__item.swiper-slide-active {
      opacity: 1; }
    .news-top__item__date {
      display: inline-block;
      font-size: 12px;
      color: rgba(42, 45, 71, 0.8); }
      .news-top__item__date .date_value {
        margin: 0; }
    .news-top__item__title {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.4;
      color: #2a2d47;
      margin: 10px 0; }
      .news-top__item__title a {
        color: #2a2d47;
        -webkit-transition: .3s;
        transition: .3s; }
        .news-top__item__title a:hover {
          color: #691917; }
    .news-top__item__summary {
      margin: 10px 0;
      line-height: 1.6;
      font-size: 13px; }
    .news-top__item__more {
      color: #3d4167;
      margin: 20px 0;
      float: right; }
      .news-top__item__more span {
        margin-left: 5px;
        -webkit-transition: .3s;
        transition: .3s;
        display: inline-block; }
      .news-top__item__more:hover {
        color: #691917; }
        .news-top__item__more:hover span {
          -webkit-transform: translate3d(5px, 0, 0);
                  transform: translate3d(5px, 0, 0); }

/*# sourceMappingURL=mod-topnews.css.map */
