.list-wrapper{
  max-width: 1200px;
  margin: 20px auto;
}

@media screen and (max-width: 1024px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  .img-box-center {
    height: 100px;
  }
  .list-picture .list-picture-content{
    height: 140px;
  }
}

@media screen and (min-width: 1024px) {
  .swiper-container {
    height: 500px;
  }

  .banner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
