.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;
}

.list {
  *zoom: 1;
}
.list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.list a {
  display: block;
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 22.47%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #f0f6ff;
  margin-left: 3.37333%;
  margin-top: 17px;
  transition: all ease 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  padding: 0 5px;
}
.list a:hover {
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
}
.list a:nth-of-type(4n + 1) {
  margin-left: 0;
}

@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;
  }
}
@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;
  }
  .list {
    *zoom: 1;
  }
  .list:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .list a {
    width: 49%;
    height: 50px;
    line-height: 50px;
    margin-left: 2%;
    margin-top: 10px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    padding: 0 5px;
  }
  .list a:nth-of-type(4n + 1) {
    margin-left: 2%;
  }
  .list a:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}