.dczj-top {
  padding-top: 62px;
  text-align: center;
  height: 232px;
  color: var(--c2primary-color);
  margin-bottom: 24px;
  background: url(../img/ah_hd_top_ad.jpg) center no-repeat;
}
.dczj-top h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 16px;
}
.dczj-top h2 b {
  color: #f26901;
}

.xzxx-items {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 24px auto;
}

.xzxx-items li {
  width: calc((100% - 48px) / 3);
  background: #ffffff;
  border: 1px solid;
  border-image: linear-gradient(180deg, #f1f8ff 0%, #c9e3ff 100%) 1;
}
.xzxx-items li .items-box .hd {
  padding: 16px;
  background: linear-gradient(180deg, #e8f2fc 0%, rgba(255, 255, 255, 0) 62%);
  border-bottom: 1px solid #e8f2fc;
}
.xzxx-items li .items-box .hd p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.xzxx-items li .items-box .hd p b {
  padding: 0 8px;
  font-size: 12px;
  font-weight: normal;
  color: #ff7d00;
  line-height: 20px;
  background: #fff7e8;
}

.xzxx-items li .items-box .hd p span {
  font-size: 16px;
  color: #000;
  padding-left: 30px;
  line-height: 28px;
}

.xzxx-items li .items-box .hd p .dc {
  background: url(../img/ah_hd_dczj_ico_dc.svg) no-repeat;
}
.xzxx-items li .items-box .hd p .zj {
  background: url(../img/ah_hd_dczj_ico_zj.svg) no-repeat;
}
.xzxx-items li .items-box .hd h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.xzxx-items li .items-box .bd {
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.xzxx-items li .items-box .bd dl {
  flex: 1;
  text-align: center;
}
.xzxx-items li .items-box .bd dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 2px;
}
.xzxx-items li .items-box .bd dl dd {
  font-size: 16px;
  color: #999;
}

.dczj-list a {
  padding-left: 28px;
}

.dczj-list a::before {
  width: 20px;
  height: 20px;
  left: 0;
  background: url(../img/ico_ah_dczj_li_dot.svg) no-repeat;
}
.dczj-list li:hover a::before {
  background: url(../img/ico_ah_dczj_li_dot.svg) no-repeat;
}

@media screen and (max-width: 768px) {
  .dczj-top {
    padding: 20px;
    height: auto;
  }
  .dczj-top p {
    text-align: justify;
  }
  .dczj-top h2 {
    font-size: 32px;
  }
  .xzxx-items li {
    width: 100%;
  }
}
