body .container .m01_info_news {
  width: 62.5vw;
  margin: 2.34375vw auto 0 auto;
  overflow: hidden;
}

body .container .m01_info_news .swiper1 {
  width: 100%;
}

body .container .m01_info_news .swiper1 a {
  display: block;
}

body .container .m01_info_news .swiper1 a .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}

body .container .m01_info_news .swiper1 a .pic img {
  width: 100%;
  height: 11.3541666667vw;
  object-fit: cover;
  transition: all 600ms;
}

body .container .m01_info_news .swiper1 a .pic .tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5208333333vw;
  background: #EFEFF2;
  line-height: 1.11;
}

body .container .m01_info_news .swiper1 a .text .time {
  color: #666;
  margin: 1.0416666667vw 0;
}

body .container .m01_info_news .swiper1 a .text .t {
  height: 3.125vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.17;
  transition: all 600ms;
}

body .container .m01_info_news .swiper1 a .text .des {
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 1.0416666667vw 0;
}

body .container .m01_info_news .swiper1 a .text .common_btn {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

body .container .m01_info_news .swiper1 a .text .common_btn p {
  color: #000;
}

body .container .m01_info_news .swiper1 a .text .common_btn svg path {
  stroke: #000;
}

body .container .m01_info_news .swiper1 a:hover .pic img {
  transform: scale(1.05);
}

body .container .m01_info_news .swiper1 a:hover .text .t {
  color: #B82234;
}


@media screen and (max-width: 768px) {
  body .container .m01_info_news {
    width: 90%;
    margin: 0 auto;
  }

  body .container .m01_info_news .swiper1 a .pic {
    width: 100%;
  }

  body .container .m01_info_news .swiper1 a .pic img {
    height: 200px;
  }

  body .container .m01_info_news .swiper1 a .pic .tag {
    padding: 10px;
  }

  body .container .m01_info_news .swiper1 a .text {
    width: 100%;
    margin-top: 10px;
  }

  body .container .m01_info_news .swiper1 a .text .time {
    margin: 10px 0;
  }

  body .container .m01_info_news .swiper1 a .text .t {
    height: 45px;
  }

  body .container .m01_info_news .swiper1 a .text .des {
    margin: 10px 0;
  }
}