.list-page-container {
  *zoom: 1;
  min-height: 400px;
}
.list-page-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.list-page-container .left-container {
  float: left;
  width: 22.85714%;
}
.list-page-container .left-container a {
  display: block;
  box-sizing: border-box;
  position: relative;
  background-color: #f3f5f7;
  height: 70px;
  line-height: 70px;
  margin-bottom: 8px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  text-align: left;
  padding-left: 5.9375%;
}
.list-page-container .left-container a::after {
  content: "";
  color: #999;
  position: absolute;
  right: 8.75%;
  top: 50%;
  width: 8px;
  height: 14px;
  background-image: url(/images/yj-zx-list-ic-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.list-page-container .left-container a.current, .list-page-container .left-container a:hover {
  background-color: #dceafa;
}
.list-page-container .left-container a.home {
  background-color: #0764cc;
  color: #fff;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}
.list-page-container .left-container a.home::after {
  display: none;
}
.list-page-container .right-container {
  float: right;
  width: 74.21428%;
}

.section-title {
  border-bottom: solid 1px #ebebeb;
  text-align: left;
}
.section-title span {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #0764cc;
  padding-bottom: 18px;
  border-bottom: solid 4px #0764cc;
  display: inline-block;
}

.imgs-list {
  *zoom: 1;
}
.imgs-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.imgs-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 31.73076%;
  background-color: #f3f5f7;
  overflow: hidden;
  margin-left: 2.40386%;
  margin-top: 26px;
}
.imgs-list a:nth-child(3n+1) {
  margin-left: 0;
}
.imgs-list a .img-container {
  margin: 10px 9px 0;
  height: 0;
  padding-top: 51.28205%;
  position: relative;
  overflow: hidden;
}
.imgs-list a .img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.imgs-list a .info {
  background-color: #dceafa;
  padding: 12px;
}
.imgs-list a .info h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgs-list a .info span {
  display: block;
  color: rgba(0, 0, 32, 0.65);
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  margin-top: 12px;
}
.imgs-list a:hover {
  box-shadow: 0px 7px 19px rgba(171, 193, 218, 0.4);
}
.imgs-list a:hover .img-container img {
  transform: scale(1.1);
}

@media screen and (max-width: 1450px) {
  .list-page-container .left-container a {
    height: 3.64583vw;
    line-height: 3.64583vw;
    margin-bottom: 0.41667vw;
  }
  .list-page-container .left-container a::after {
    width: 0.41667vw;
    height: 0.72917vw;
  }
  .section-title span {
    padding-bottom: 0.9375vw;
    border-bottom: solid 0.20833vw #0764cc;
  }
  .imgs-list a {
    margin-top: 1.35417vw;
  }
  .imgs-list a .img-container {
    margin: 0.52083vw 0.46875vw 0;
  }
  .imgs-list a .info {
    padding: 0.625vw;
  }
  .imgs-list a .info span {
    margin-top: 0.625vw;
  }
  .imgs-list a:hover {
    box-shadow: 0vw 0.36458vw 0.98958vw rgba(171, 193, 218, 0.4);
  }
}
@media screen and (max-width: 992px) {
  .list-page-container {
    min-height: auto;
  }
  .list-page-container .left-container {
    float: none;
    width: 100%;
  }
  .list-page-container .left-container a {
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .list-page-container .left-container a::after {
    width: 8px;
    height: 14px;
  }
  .list-page-container .left-container a.home {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .list-page-container .right-container {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .section-title span {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    padding-bottom: 10px;
    border-bottom: solid 4px #0764cc;
  }
  .imgs-list a {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .imgs-list a .img-container {
    margin: 10px 9px 0;
  }
  .imgs-list a .info {
    padding: 12px;
  }
  .imgs-list a .info span {
    margin-top: 12px;
  }
  .imgs-list a:hover {
    box-shadow: 0px 7px 19px rgba(171, 193, 218, 0.4);
  }
}