body {
  background-color: #f5f5f5;
}

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

.yjzj-list {
  margin-top: 26px;
  min-height: 400px;
}
.yjzj-list .head {
  background-image: linear-gradient(to top, #0764cc, #6da1db);
  *zoom: 1;
  margin-bottom: 10px;
  padding: 0 17px;
}
.yjzj-list .head:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.yjzj-list .head span {
  display: block;
  float: left;
  width: 10%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #fff;
}
.yjzj-list .head span:nth-of-type(1) {
  width: 60%;
  text-align: left;
}
.yjzj-list .item {
  *zoom: 1;
  padding: 0 17px;
  border-bottom: solid 1px #ebebeb;
}
.yjzj-list .item:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.yjzj-list .item span {
  display: block;
  float: left;
  width: 10%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
}
.yjzj-list .item span.blue {
  color: #0764cc;
}
.yjzj-list .item span.gray {
  color: #999;
}
.yjzj-list .item span:nth-of-type(1) {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.yjzj-list .item a {
  display: inline-block;
  padding: 6px 13px;
  color: #fff;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  border-radius: 4px;
  line-height: normal;
}
.yjzj-list .item a.yellow-btn {
  background-color: #f6c134;
}
.yjzj-list .item a.blue-btn {
  background-color: #0764cc;
}

@media screen and (max-width: 992px) {
  .section-title span {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .yjzj-list {
    margin-top: 15px;
    min-height: auto;
  }
  .yjzj-list .head {
    margin-bottom: 5px;
    padding: 0 5px;
  }
  .yjzj-list .head span {
    width: 30%;
    height: 45px;
    line-height: 45px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .yjzj-list .head span:nth-of-type(1) {
    width: 40%;
  }
  .yjzj-list .head span:nth-of-type(2), .yjzj-list .head span:nth-of-type(3) {
    display: none;
  }
  .yjzj-list .item {
    padding: 0 5px;
  }
  .yjzj-list .item span {
    width: 30%;
    height: 45px;
    line-height: 45px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .yjzj-list .item span:nth-of-type(1) {
    width: 40%;
  }
  .yjzj-list .item span:nth-of-type(2), .yjzj-list .item span:nth-of-type(3) {
    display: none;
  }
  .yjzj-list .item a {
    padding: 5px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
}