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

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

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

.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 {
  background: rgba(244, 248, 253, 1);
  padding: 40px 0;
}

.tzgg_box {
  position: relative;
}

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

.tzgg_li li {
  width: 32%;
  padding: 20px 25px;
  box-sizing: border-box;
  margin-top: 20px;
  line-height: 30px;
  background: url(../images/index/li_bg.png) no-repeat center;
  box-shadow: 0px 6px 40px rgba(48, 104, 184, 0.2);
  background-size: 100% 100%;
}

@media (max-width: 1280px) {
  .box_left {
    width: 100%;
  }

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

  .tzgg_li li {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .tzgg_li li {
    width: 100%;
  }

  .list li a {
    width: 68%;
  }
}
 body.useOldFixed .logo {
            text-align: center;
            width: 100%;
        }

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



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