body {
  background-color: #edf3fc;
}

.page-content-container {
  background-color: #fff;
  padding: 0.28rem;
}

.list {
  *zoom: 1;
}
.list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.list a {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 23.23529%;
  height: 4.96rem;
  margin-left: 2.35294%;
  padding: 0.175rem 0;
  margin-bottom: 0.2rem;
}
.list a::before {
  content: "";
  width: 90.82278%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border: solid 1px #3072d9;
  opacity: 0.45;
}
.list a .img-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.list a .img-container img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.list a .img-container .name {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.62rem;
  height: 100%;
  background-image: url(../images/yj-wz-zjwz-img-wzmp-item-name-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top: 0.2rem;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-size: 0.2rem;
  letter-spacing: 2px;
  color: #fff;
  display: flex;
  align-items: center;
}
.list a:hover .img-container img {
  transform: scale(1.02);
}
.list a:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .page-content-container {
    padding: 0.25rem;
  }
  .list {
    *zoom: 1;
  }
  .list:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .list a {
    width: 49%;
    height: 5.6rem;
    margin-left: 2%;
    padding: 0.175rem 0;
    margin-bottom: 0.3rem;
  }
  .list a .img-container .name {
    width: 1.2rem;
    padding-top: 0.2rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: 0.4rem;
  }
  .list a:nth-child(4n+1) {
    margin-left: 2%;
  }
  .list a:nth-child(2n+1) {
    margin-left: 0;
  }
}