.zjhs .hs_nj_box {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 1.2rem 0.6rem 1.2rem 1.2rem;
  box-sizing: border-box;
  font-size: 1.1rem;
  background-image: url(../images/hs_nj_bg.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 100% auto;
}
.zjhs .hs_nj_box .title {
  width: 100%;
  font-weight: normal;
  font-stretch: normal;
  line-height: 11.339vw;
  letter-spacing: 1px;
  color: #555555;
}
.zjhs .hs_nj_box .title a {
  display: block;
}
.zjhs .hs_nj_box .title .left {
  float: left;
}
.zjhs .hs_nj_box .title .left img {
  width: 11.339vw;
  height: 11.339vw;
}
.zjhs .hs_nj_box .title .left span {
  margin-left: 1.25rem;
}
.zjhs .hs_nj_box .title .right {
  float: right;
  margin-right: 2vw;
}
.zjhs .hs_nj_box .title .right img {
  height: 1.1rem;
  vertical-align: middle;
}
.zjhs .hs_nj_box .nj_list_box {
  margin-top: 4vw;
  margin-right: -2vw;
}
.zjhs .hs_nj_box .nj_list_box li {
  float: left;
  margin-right: 2vw;
  width: calc(33.3% - 2vw);
  background-image: linear-gradient(0deg, #ffffff 0%, #ebfbfa 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                normal;
  border-radius: 1vw;
  border: solid 1px #d7eaf2;
  margin-bottom: 4vw;
  padding: 2vw 0;
}
.zjhs .hs_nj_box .nj_list_box li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 2.1vw;
  color: #555555;
  line-height: 7.1vw;
  text-align: center;
}
.zjhs .hs_nj_box .nj_list_box .year {
  font-family: DIN-Medium;
  letter-spacing: 0vw;
}
.zjhs .hs_nj_box .nj_list_box p {
  font-family: PingFang-SC-Medium;
  color: #555555;
}
.zjhs .inner_bg .hs-zoujing > ul {
  margin-bottom: 0;
  padding-bottom: 1.8rem;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::before {
  clear: both;
  height: 0;
}
.clearfix::after {
  clear: both;
  height: 0;
}
