.list-wrapper{
  max-width: 1200px;
  margin: 20px auto;
}
.list-wrapper .mui-media-body{
  font-size: 16px;
}

@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;
  }
}
#pages li {
  font-size: 14px;
  color: #333;
  border: 1px solid #999;
  padding: 3px 9px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

#pages li.active {
  background-color: #fd627a;
  color: #fff !important;
}

.pagenation{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.pagenation-btn{
  font-size: 16px;
  background-color: #eee;
  padding: 5px 12px;
  color: #797777;
  margin-right: 20px;
  border-radius: 2px;
}

.current-page,.current-tab{
  background-color: #4ed89c;
  color: #fff;
}

.current-page a, .current-tab a{
  background-color: #4ed89c;
  color: #fff;
}
