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

.content-left {
  width: 80%;
  float: left;
}

#expand {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #0764cc;
  border-bottom: dotted 1px;
  padding-bottom: 5px;
}

.content-left .list.up {
  height: 110px;
  overflow: hidden;
}

.list a {
  display: block;
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 15%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f0f6ff;
  margin-left: 2%;
  margin-top: 10px;
  transition: all ease 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-size: calc(18 * var(--font-scale) * 1px);
  padding: 0 5px;
}

.list .current {
  background: #0764cc;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 20%);
}

.list a:nth-of-type(4n + 1) {
  margin-left: 2%;
}

.list a:nth-of-type(6n + 1) {
  margin-left: 0;
}

.content-right {
  width: 19%;
  float: right;
}

.news-list {
  min-height: 400px;
  margin-top: 15px;
}

.news-list li {
  position: relative;
  height: auto;
}

.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:nth-of-type(2n)::before {
  height: 0;
}

.news-list li a {
  padding-left: 16px;
  font-weight: bold;
}

.news-list li .answer {
  padding-left: 15px;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  font-weight: bold;
  float: left;
}

.news-list li:nth-child(2n)::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;
}

.pic-list li {
  margin-top: 20px;
}

.pic-list img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.pic-list p {
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pic-list a:hover p {
  color: #1e84cb;
}

.section-title .zcwdsearch-container {
  font-size: 0;
  border-radius: 40px;
  float: right;
}

.section-title .zcwdsearch-container input {
  width: 320px;
  line-height: 35px;
  height: 35px;
  background-color: #fff;
  border: none;
  vertical-align: middle;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  padding-left: 17px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border: solid 1px #72a9ed;
}

.section-title .zcwdsearch-container .search-btn {
  display: inline-block;
  text-align: center;
  background-color: #72a9ed;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 120px;
  vertical-align: middle;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.section-title .zcwdsearch-container .search-btn .ic-search {
  width: 22px;
  top: 3px;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .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;
  }

  .section-title .zcwdsearch-container {
    border-radius: 2.08333vw;
  }

  .section-title .zcwdsearch-container input {
    width: 22.91667vw;
    height: 2.53vw;
    line-height: 2.53vw;
    padding-left: 0.88542vw;
    border-bottom-left-radius: 0.20833vw;
    border-top-left-radius: 0.20833vw;
  }

  .section-title .zcwdsearch-container .search-btn {
    height: 2.53vw;
    line-height: 2.53vw;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
    width: 6.25vw;
    border-top-right-radius: 0.20833vw;
    border-bottom-right-radius: 0.20833vw;
  }

  .section-title .zcwdsearch-container .search-btn .ic-search {
    width: 1.14583vw;
    top: 0.15625vw;
  }
}

@media screen and (max-width: 992px) {
  .section-title span {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    padding-bottom: 10px;
    border-bottom: solid 4px #0764cc;
  }

  .news-list {
    min-height: 300px;
  }

  .list a {
    width: 49%;
  }

  .list a:nth-of-type(2n) {
    margin-left: 2%;
  }

  .list a:nth-of-type(4n+1) {
    margin-left: 0%;
  }

  .content-left,
  .content-right {
    width: 100%;
    float: left;
  }

  .pic-list li {
    width: 49%;
    margin-right: 2%;
    float: left;
  }

  .pic-list li:nth-of-type(2n) {
    margin-right: 0;
  }

  .section-title .zcwdsearch-container input {
    height: 35px;
    line-height: 35px;
    width: 75%;
    padding-left: 10px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }

  .section-title .zcwdsearch-container .search-btn {
    width: 25%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }

  .section-title .zcwdsearch-container .search-btn .ic-search {
    width: 18px;
    top: 3px;
  }
}