    /* 主图比例 */
    .mainSwiper {
      aspect-ratio: 5/4;
      width: 100%;
    }

    /* 缩略图 */
    .thumbSwiper {
      height: 600px;
    }

    .thumbSwiper .swiper-slide {
      opacity: 0.5;
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 6px;
      transition: 0.25s;
      overflow: hidden;
    }

    .thumbSwiper .swiper-slide:hover {
      opacity: 1;
    }

    .thumbSwiper .swiper-slide-thumb-active {
      opacity: 1;
      border: 2px solid #ef4444;
    }

    .thumbSwiper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    /* 视频缩略图 */
    .thumb-video {
      position: relative;
    }

    .thumb-video::after {
      content: '▶';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 34px;
      height: 34px;
      background: red;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }

    /* 主图 */
    .mainSwiper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    /* 播放按钮 */
    .play-video {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      font-size: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: white;
      background: red;
    }

    /* 箭头 */

   .swiper-button-next,
      .swiper-button-prev {
        color: white;
        background: rgba(0, 0, 0, 0.45);

        width: 44px;
        height: 44px;

        border-radius: 50%;
      }

      .swiper-button-next:after,
      .swiper-button-prev:after {
        font-size: 18px;
      }

    /* 进度条 */
    .swiper-pagination-progressbar {
      height: 4px;
      background: #e5e7eb;
    }

    .swiper-pagination-progressbar-fill {
      background: red !important;
    }


    /* 手机端 */

    @media (max-width: 1024px) {
      .thumbSwiper {
        height: auto;
      }
    }

/*  */
/*  */
.newslist li {
  box-shadow: 0px 0px 10px #ddd;
  padding: 20px;
  position: relative;
  margin: 2px 2px 2% 0;
  overflow: hidden;
}
.newshx:after,
.newshx:before,
.newssx:after,
.newssx:before {
  display: block;
  content: "";
  position: absolute;
  transition: all 0.5s ease;
  background: #ee7b1d;
}
.news_more {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.newshx:after,
.newshx:before {
  width: 0px;
  height: 3px;
}
.newshx:after {
  top: 0px;
  left: 0px;
}
.newshx:before {
  bottom: 0px;
  right: 0px;
}
.newssx:after {
  top: 0px;
  left: 0px;
}
.newssx:before {
  bottom: 0px;
  right: 0px;
}
.newssx:after,
.newssx:before {
  height: 0px;
  width: 3px;
}
.newslist li:hover .newshx:after,
.newslist li:hover .newshx:before {
  width: 100%;
}
.newslist li:hover .newssx:after,
.newslist li:hover .newssx:before {
  height: 100%;
}
.newspic {
  float: left;
  overflow: hidden;
  width: 20%;
}

@media only screen and (max-width:767px){ 
  .newspic{width: 100%;} 
  .newswa {width: 100% !important;}  
  .date{display:none !important}
}


.newspic img {
  width: 100%;
}
.newswa {
  width: 78%;
  float: right;
  padding-top: 1%;
}
.news_a a {
  font-size: 20px;
  font-weight: bold;
}
.news_a span {
  /* float: right; */
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
.news_a .da{ 
   float: right;
}
.news_body {
  margin-top: 2%;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  color: #888;
}
.news_more a {
  display: inline-block;
  padding: 0 23px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 17px;
  background: #666;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
.newslist li:hover .news_body {
  padding-left: 2%;
}
.newslist li:hover .news_more a {
  border-radius: 0px;
  background: #ee7b1d;
}
.newslist li:hover .news_a a {
  color: #033893;
}

/*  */
.pro_le {
  width: 95%;
  float: left;
  background: #fff;
  /* box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); */
  /* margin-left: 0.3%; */
  margin-bottom: 2%;
  margin-top: 0.5%;
}
.pro_lbt {
  color: #fff;
  text-align: center;
  font-weight: 200;
  padding: 12px;
  background-size: cover;
  border-radius: 12px;
  background: linear-gradient(45deg, #00BCD4, #49df68);
  margin-bottom: 12px;
  /* background: #033893; */
  min-width: 272px;
}
/*  */
.lianxi {
  overflow: hidden;
  padding-bottom: 20px; 
  background: white;
  margin-top: 16px;
}
