.section-title-container .section-title {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #0764cc;
  font-family: MicrosoftYaHeiBold;
}
.section-title-container .tips {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  font-weight: bold;
  margin-left: 24px;
  font-family: MicrosoftYaHeiBold;
}
.section-title-container .btn-wyxx {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 4px;
  background-image: linear-gradient(to top, #0764cc, #6da1db);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 196px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #fff;
}
.section-title-container .btn-wyxx img {
  vertical-align: middle;
  margin-right: 10px;
}
.section-title-container .btn-xjcx {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 4px;
  background-image: linear-gradient(to top, #0764cc, #6da1db);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #fff;
}
.section-title-container .btn-xjcx img {
  vertical-align: middle;
  margin-right: 10px;
}

.list {
  margin-top: 25px;
}
.list .head {
  height: 47px;
  line-height: 47px;
  *zoom: 1;
  background-color: #0764cc;
  padding: 0 18px;
}
.list .head:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.list .head span {
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  color: #fff;
  font-weight: bold;
  text-align: left;
  float: left;
  display: block;
}
.list .head span:nth-of-type(1) {
  width: 40%;
}
.list .head span:nth-of-type(2) {
  width: 30%;
}
.list .head span:nth-of-type(3), .list .head span:nth-of-type(4) {
  text-align: center;
  width: 15%;
}
.list .item {
  height: 53px;
  line-height: 53px;
  *zoom: 1;
  border-bottom: solid 1px #ebebeb;
  padding: 0 18px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.list .item:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.list .item span {
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  text-align: left;
  float: left;
  display: block;
}
.list .item span:nth-of-type(1) {
  width: 40%;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .item span:nth-of-type(2) {
  width: 30%;
}
.list .item span:nth-of-type(3), .list .item span:nth-of-type(4) {
  text-align: center;
  width: 15%;
}
.list .item:hover span {
  color: #0764cc;
}

@media screen and (max-width: 992px) {
  .section-title-container .section-title {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    display: block;
  }
  .section-title-container .tips {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-left: 0;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-title-container .btn-wyxx {
    display: block;
    padding: 10px 30px;
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .section-title-container .btn-wyxx img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .section-title-container .btn-xjcx {
    display: block;
    padding: 10px 30px;
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .section-title-container .btn-xjcx img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .list {
    margin-top: 25px;
  }
  .list .head {
    height: 47px;
    line-height: 47px;
    padding: 0 10px;
  }
  .list .head span {
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
  }
  .list .head span:nth-of-type(1) {
    width: 60%;
  }
  .list .head span:nth-of-type(2) {
    display: none;
  }
  .list .head span:nth-of-type(3) {
    display: none;
  }
  .list .head span:nth-of-type(4) {
    width: 40%;
  }
  .list .item {
    height: 53px;
    line-height: 53px;
    padding: 0 10px;
  }
  .list .item span {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .list .item span:nth-of-type(1) {
    width: 60%;
  }
  .list .item span:nth-of-type(2) {
    display: none;
  }
  .list .item span:nth-of-type(3) {
    display: none;
  }
  .list .item span:nth-of-type(4) {
    width: 40%;
  }
}