﻿.swiper-slide {
width: auto;
height: 3.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
.news-list .pic-box{height: 100%;}
.news-list .pic-box img{height: 100%; display: block;}


      .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 0.12rem;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
margin: 0.04rem;
    outline: none;
      }

      .swiper-pagination-bullet-active {
        color: #fff;
        background: #007aff;
      }

