.zfgb-ad {
  height: 181px;
  margin-bottom: 24px;
  background: url(../img/ico_zfgb_banner.jpg) center no-repeat;
}

.zfgb-bd .zfgb-left {
  width: 980px;
  float: left;
}

.zfgb-bd .zfgb-right {
  float: right;
  width: 356px;
  background: rgba(22, 88, 160, 0.05);
}

.zfgb-ewm {
  margin-bottom: 48px;
}
.zfgb-ewm p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.zfgb-ewm-bg {
  margin: 0 auto;
  width: 222px;
  height: 222px;
  padding: 16px;
  background: url(../img/ico_zfgb_ewm_bg@1x.png) center bottom no-repeat;
}
.zfgb-ewm-bg #div_div {
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 148px;
  height: 148px;
  background: #fff;
}

.zfgb-year {
  padding: 0 48px;
}
.zfgb-year .zfgb-year-items {
  margin: 0 auto 16px;
  border: 1px solid #e5e6eb;
  background: #fff;
  border-radius: 4px;
  line-height: 36px;
  padding: 0 8px;
  display: flex;
  color: #1d2129;
}
.zfgb-year .zfgb-year-items .child {
  flex: 1;
}
.zfgb-year .zfgb-year-items span {
  font-size: 16px;
  color: #1d2129;
  margin-right: 12px;
}

.cxjs {
  padding: 16px;
  margin-bottom: 24px;
  background: #f7f8fa;
}
.cxjs .hd {
  margin-bottom: 16px;
}
.cxjs .hd h2::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--c2primary-color);
}
.cxjs .hd h2 {
  padding-left: 13px;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  position: relative;
}

.periods {
  padding: 16px;
  background: #f7f8fa;
  position: relative;
}
.periods::after {
  position: absolute;
  content: "";
  width: 203px;
  height: 59px;
  right: 0;
  bottom: 0;
  background: url(../img/ico_down_gb_btn_bg.png) no-repeat;
}
.periods .bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #fff;
}
.periods .bd .periosds-info h2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 8px;
}
.periods .bd .periosds-info p {
  font-size: 16px;
  color: #333333;
}

.periods .bd .btn-down {
  display: block;
  margin-right: 35px;
}

.fromDiv .from-items {
  display: flex;
  gap: 8px;
  margin: 8px auto;
}

.fromDiv .from-items .item {
  width: calc((100% - 24px) / 4);
  border: 1px solid #e5e6eb;
  background: #fff;
  border-radius: 4px;
  line-height: 36px;
  padding: 0 8px;
  display: flex;
  color: #1d2129;
}
.fromDiv .from-items .item span {
  margin-right: 10px;
  white-space: nowrap;
}
.fromDiv .from-items .item .child {
  flex: 1;
}
.fromDiv .from-items .item-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fromDiv .from-items .item-list label {
  white-space: nowrap;
}

.fromDiv .from-items .item-btns {
  display: flex;
}

.fromDiv .from-items .item-btns .btnForm {
  display: block;
  margin-right: 10px;
  height: 36px;
  line-height: 36px;
  width: 70px;
  background: #1658a0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

.fromDiv .from-items .item-btns .reset {
  color: #4e5969;
  background: #e5e6eb;
}
.fromDiv .from-items .item5 {
  width: calc(50% - 4px);
}

.zfwj-list .hd {
}

.zfgb-wj-list .hd {
  height: 48px;
  padding: 0 20px 0 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--c2primary-color);
  position: relative;
}
.zfgb-wj-list .hd::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 22px;
  left: 0;
  bottom: 0;
  background: url(../img/ah_ico_gl_title_lf.svg) no-repeat;
}

.zfgb-wj-list .hd::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 0;
  background: url(../img/ah_ico_gl_title_ri.svg) no-repeat;
}
.zfgb-wj-list .hd h2 {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 58px;
}

.zfgb-wj-list .bd .wj-list {
}

.zfgb-wj-list .bd .wj-list li {
  border-radius: 4px;
  margin-bottom: 16px;
  background: #f7f8fa;
  position: relative;
  transition: all 0.3s;
}
.zfgb-wj-list .bd .wj-list li:hover {
  background: var(--c2primary-color);
}
.zfgb-wj-list .bd .wj-list li a {
  display: block;
  padding: 18px 54px;
  font-size: 16px;
  color: #3d3d3d;
  position: relative;
}
.zfgb-wj-list .bd .wj-list li a:hover {
  color: #fff;
}
.zfgb-wj-list .bd .wj-list li a::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_xzfwj_li_dot.png) center no-repeat;
}
.zfgb-wj-list .bd .wj-list li a::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_xzfwj_li_dot_right.png) center no-repeat;
}
.zfgb-wj-list .bd .wj-list li a:hover::before {
  background: url(../img/ico_xzfwj_li_dot_on.png) center no-repeat;
}
.zfgb-wj-list .bd .wj-list li a:hover::after {
  background: url(../img/ico_xzfwj_li_dot_right_on.png) center no-repeat;
}
@media screen and (max-width: 768px) {
  .zfgb-bd .zfgb-left,
  .zfgb-bd .zfgb-right {
    width: 100%;
    float: none;
  }
  .periods .bd {
    flex-direction: column;
  }
  .periosds-info {
    margin-bottom: 25px;
  }
  .periods .bd .btn-down {
    margin: 0 auto;
  }
  .zfgb-ewm {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .fromDiv .from-items {
    flex-direction: column;
  }
  .fromDiv .from-items .item {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .fromDiv .from-items .item-btns {
    justify-content: center;
    margin: 16px auto;
  }
  .zfgb-ad {
    height: 90px;
    margin-bottom: 0;
    background-size: 210%;
  }
  .zfgb-year .zfgb-year-items{
    height: 45px;
    line-height: 45px;
  }
}
