.list-wrapper {
  max-width: 1200px;
  margin: 20px auto;
}

.list {
  background-color: #fff;
}
.list-1200{
  max-width: 1200px;
  margin: 20px auto;
}
.list .mui-table-view-cell{
  text-align: left!important;
}
.mui-card-content{
  padding: 10px;
  background-color: #333;
  color: #fff;
}
.mui-table-view:after{
  display: none;
}
.mui-card .img-box-center{
  height: 220px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.list-picture {
  border-top: 1px solid #c8c7cc;
}

.list-picture .list-picture-item {
  position: relative;
  display: block;
  padding: 10px 20px;
}

.list-picture .list-picture-item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 15px;
  height: 1px;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.list-picture .list-picture-item:last-child:after {
  left: 0;
  display: none;
}

.list-picture .list-picture-title {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-picture .list-picture-content {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.list-picture .list-picture-content img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  object-fit: cover;
}

@media screen and (max-width: 400px){
  .mui-table-view.mui-grid-view .mui-table-view-cell:nth-child(n+5){
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .list{
    margin-bottom: 20px;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  .img-box-center {
    height: 100px;
  }
  .mui-card .img-box-center{
    height: 100px;
  }
}


@media screen and (min-width: 1024px) {
  .swiper-container {
    height: 500px;
  }

  .banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover;
  }

  .list-wrapper {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-wrapper .list {
    width: calc(50% - 7px);
    margin-bottom: 14px;
  }
}
