@charset "UTF-8";
/*order-option*/
/*order-option*/
.m07-news-top-list {
  margin-bottom: 5.7291666667vw;
}
.m07-news-top-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m07-news-top-list .list .item {
  width: calc(33.3333333333% - 1.04166vw);
  margin-top: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m07-news-top-list .list .item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.m07-news-top-list .list .item a .item-left {
  width: 100%;
  height: 258px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1540px) and (min-width: 992px) {
  .m07-news-top-list .list .item a .item-left {
    height: 16.7532467532vw;
  }
}
.m07-news-top-list .list .item a .item-left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.m07-news-top-list .list .item .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m07-news-top-list .list .item .title {
  font-size: 20px;
  margin-top: 1.71875vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  word-break: break-word;
  padding-bottom: 1px;
}
@media screen and (min-width: 992px) {
  .m07-news-top-list .list .item .title:hover {
    text-underline-position: under;
    -webkit-text-decoration: underline 1px;
            text-decoration: underline 1px;
  }
}
.m07-news-top-list .list .item .reduce {
  display: none;
}
.m07-news-top-list .list .item .time {
  font-size: 14px;
  margin-top: 1.5625vw;
}
.m07-news-top-list .list .item:last-child:nth-child(3n) {
  /* 让最后一个的间距等于两个元素的宽度 */
}
.m07-news-top-list .list .first.item {
  width: 100%;
  margin: 4.166667vw 0 1.041667vw;
}
.m07-news-top-list .list .first.item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.m07-news-top-list .list .first.item a .item-left {
  width: 55.48%;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 1540px) and (min-width: 992px) {
  .m07-news-top-list .list .first.item a .item-left {
    height: 29.2207792208vw;
  }
}
.m07-news-top-list .list .first.item .right {
  margin-left: 3.177083vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
.m07-news-top-list .list .first.item .right .title {
  font-size: 32px;
  margin-top: 1.5625vw;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
.m07-news-top-list .list .first.item .right .reduce {
  font-size: 16px;
  margin-top: 1.197917vw;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
.m07-news-top-list .list .first.item .right .time {
  font-size: 16px;
  margin-top: 5.208333vw;
}
.m07-news-top-list .list .first.item .right .reduce.show {
  display: block;
}

@media (max-width: 991px) {
  .m07-news-top-list {
    margin-bottom: 15.2777777778vw !important;
  }
  .m07-news-top-list .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .m07-news-top-list .list .item {
    width: 100%;
    margin-top: 6.944444vw;
    border-bottom: 1px solid #d8d8d8;
  }
  .m07-news-top-list .list .item a .item-left, .m07-news-top-list .list .item.first a .item-left {
    width: 100%;
    height: 52.2222222222vw;
  }
  .m07-news-top-list .list .item .title {
    font-size: 4.444444vw;
    margin-top: 5.555556vw;
  }
  .m07-news-top-list .list .item .time {
    font-size: 3.611111vw;
    margin-top: 5vw;
    color: #4e5356;
    padding-bottom: 6.25vw;
  }
  .m07-news-top-list .list .item > a {
    border: 0;
    display: block;
    width: 100%;
    border-radius: 1.666667vw;
    overflow: hidden;
    -webkit-appearance: none;
  }
  .m07-news-top-list .list .item > a img {
    -webkit-appearance: none;
    border-radius: 1.666667vw;
  }
  .m07-news-top-list .list .item > a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .m07-news-top-list .list .item.item:last-child:nth-child(3n) {
    margin-right: 0;
  }
  .m07-news-top-list .list .first.item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 13.888889vw;
  }
  .m07-news-top-list .list .first.item a {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m07-news-top-list .list .first.item a img {
    width: 100%;
  }
  .m07-news-top-list .list .first.item .right {
    margin: 0;
  }
  .m07-news-top-list .list .first.item .right .title {
    margin-top: 5.555556vw;
    font-size: 6.666667vw;
  }
  .m07-news-top-list .list .first.item .right .reduce {
    font-size: 4.444444vw;
    margin-top: 5vw;
  }
  .m07-news-top-list .list .first.item .right .time {
    font-size: 3.611111vw;
    color: #4e5356;
    margin-top: 5vw;
    padding-bottom: 7.916667vw;
  }
}