@media screen and (max-width: 1440px) {
  .news-list-content {
    margin-top: 40px;
    margin-top: 2.77778vw;
    margin-bottom: 40px;
    margin-bottom: 2.77778vw;
  }

  .section-title {
    height: 55px;
    height: 3.81944vw;
    line-height: 55px;
    line-height: 3.81944vw;
    font-size: 22px;
    font-size: 1.52778vw;
    margin-top: 40px;
    margin-top: 2.77778vw;
    padding-left: 20px;
    padding-left: 1.38889vw;
    margin-bottom: 15px;
    margin-bottom: 1.04167vw;
  }

  .imgs-list {
    margin-top: 30px;
    margin-top: 2.08333vw;
  }
  .imgs-list > a {
    height: 200px;
    height: 13.88889vw;
  }
  .imgs-list > a::before {
    width: calc(100% - 10px);
    width: calc(100% - 0.69444vw);
    height: calc(100% - 10px);
    height: calc(100% - 0.69444vw);
  }
  .imgs-list > a > img {
    width: calc(100% - 10px);
    width: calc(100% - 0.69444vw);
    height: calc(100% - 10px);
    height: calc(100% - 0.69444vw);
  }
  .imgs-list > a > .slogan {
    height: 40px;
    height: 2.77778vw;
    line-height: 40px;
    line-height: 2.77778vw;
    padding-left: 15px;
    padding-left: 1.04167vw;
    width: calc(100% - 10px);
    width: calc(100% - 0.69444vw);
    font-size: 18px;
    font-size: 1.25vw;
  }
  .imgs-list > a > .name {
    padding: 5px 10px;
    padding: 0.34722vw 0.69444vw;
    font-size: 16px;
    font-size: 1.11111vw;
    bottom: 20px;
    bottom: 1.38889vw;
    right: 20px;
    right: 1.38889vw;
  }
}
