@media screen and (max-width: 1600px) and (min-width:0px) {
  .box6 .left {
    padding-left: 100px;
  }

  .newsBox {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    padding-top: 60px;
  }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  .box6 .left {
    width: 50%;
  }

  .box6 .right {
    width: 50%;
  }

  .box6 .mySwiper .swiper-slide-thumb-active::after {
    top: calc(70% - 141px);
  }

  .newsBox .NewsList:nth-child(4) {
    display: none;
  }
}
