.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);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding-left: 5.9375%;
  padding-right: 9%;
}
.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;
  line-height: 1.4;
  height: auto;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  white-space: normal;
}
.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;
}

.news-list {
  margin-top: 15px;
}
.news-list li {
  position: relative;
}
.news-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0764cc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-list li a {
  padding-left: 16px;
}
.news-list li:nth-child(5n) {
  margin-bottom: 30px;
}
.news-list li:nth-child(5n)::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ebebeb;
  width: 100%;
  margin-top: 15px;
}
.news-list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.news-list li:nth-last-of-type(1)::after {
  display: none;
}

@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;
  }
  .list-page-container .left-container a.home {
    line-height: 1.4;
    min-height: 3.64583vw;
    padding: 0.52083vw 1.04167vw;
  }
  .section-title span {
    padding-bottom: 0.9375vw;
    border-bottom: solid 0.20833vw #0764cc;
  }
  .news-list {
    margin-top: 0.78125vw;
  }
  .news-list li:nth-child(5n) {
    margin-bottom: 1.5625vw;
  }
  .news-list li:nth-child(5n)::after {
    margin-top: 0.78125vw;
  }
}
@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);
    padding: 10px;
  }
  .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;
  }
}