.xxgk_box {
  display: flex;
  justify-content: space-between;
}

.xxgk_box li {
  width: 18%;
  background: rgba(244, 248, 253, 1);
  text-align: center;
}

.xxgk_box li a {
  width: 100%;
  display: block;
  height: 100%;
  padding-top: 105px;
  padding-bottom: 25px;
  box-sizing: border-box;
}

.xxgk_box li:first-child a {
  background: url(../images/xxgk/jggk_bg.png) center no-repeat;
  background-position: center -3px;
}

.xxgk_box li:nth-child(2) a {
  background: url(../images/xxgk/zwgknb_bg.png) center no-repeat;
  background-position: center -3px;
}

.xxgk_box li:nth-child(3) a {
  background: url(../images/xxgk/zwgkxz_bg.png) center no-repeat;
  background-position: center -3px;
}

.xxgk_box li:nth-child(4) a {
  background: url(../images/xxgk/xxgkml_bg.png) center no-repeat;
  background-position: center -3px;
}

.xxgk_box li:nth-child(5) a {
  background: url(../images/xxgk/ysqgk_bg.png) center no-repeat;
  background-position: center -3px;
}

.xzzx_box {
  display: flex;
  justify-content: space-between;
}

.xzzx {
  width: 50%;
  position: relative;
  box-sizing: border-box;
}

.xzzx .more,
.ywxz .more,
.tzgg .more {
  position: absolute;
  right: 14px;
  top: 11px;
}
.list li {
  display: flex;
  position: relative;
  padding-left: 15px;
  justify-content: space-between;
}

.list li a {
  width: 82%;
  line-height: 56px;
  color: rgba(56, 56, 56, 1);
}

.list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(204, 204, 204, 1);
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
}

.time {
  font-size: 1.125rem;
  line-height: 56px;
  color: rgba(166, 166, 166, 1);
}
.tzgg {
  position: relative;
  width: 100%;
}

.ywxz {
  position: relative;
  box-sizing: border-box;
}
.listbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_left {
  width: 48%;
  position: relative;
}

.box_right {
  width: 48%;
  position: relative;
}

.jgjj_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jgjj_box a {
  width: 32%;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .xzzx {
    width: 100%;
    padding-right: 0;
  }

  .xzzx_box {
    flex-wrap: wrap;
  }

  .ywxz {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .box_left {
    width: 100%;
  }

  .box_right {
    width: 100%;
    margin-top: 20px;
  }

  .tzgg_li li {
    width: 48%;
  }

  .jgjj_box a {
    width: 48%;
  }
}

@media (max-width: 992px) {
  .gzbg_box li a {
    padding-top: 22px;
  }
  .xxgk_box br {
    display: none;
  }
}

@media (max-width: 540px) {
  .xxgk_box {
    flex-wrap: wrap;
  }

  .xxgk_box li {
    width: 48%;
  }

  .xxgk_box li:nth-child(3),
  .xxgk_box li:nth-child(4),
  .xxgk_box li:nth-child(5) {
    margin-top: 20px;
  }

  .list li a {
    width: 74%;
  }

  .gzbg_box {
    flex-wrap: wrap;
  }

  .gzbg_box li {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .list li a {
    width: 68%;
  }

  .gzbg_box li {
    width: 100%;
    margin-top: 20px;
  }
  .tzgg_li li {
    width: 100%;
  }

  .list li a {
    width: 68%;
  }

  .jgjj_box a {
    width: 100%;
    margin-top: 20px;
  }
}
  body.useOldFixed .logo {
            text-align: center;
            width: 100%;
        }

        body.useOldFixed .search {
            width: 64%;
            margin: 0 auto;
        }



        body.useOldFixed .list li a {
            width: 82% !important;
        }