.kjzc_box {
  position: relative;
  margin-top: 36px;
}

.kjzc_box .changeline li {
  float: left;
}

.gzdt_item li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
}

.gzdt_item li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(45, 77, 181, 1);
  position: absolute;
  left: 0;
  top: 21px;
}

.gzdt_item li a {
  width: 80%;
  -webkit-line-clamp: 1;

  line-height: 46px;
  color: rgba(0, 0, 0, 1);
}

.time {
  
  line-height: 46px;
  color: rgba(166, 166, 166, 1);
}

.zcjd_box {
  position: relative;
  margin-top: 36px;
    margin-bottom: 36px;
}

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

.zcjd_item li {
  width: 32%;
  background: url(/uploads/image/sxgizwgk/time_bg1.png) no-repeat center;
  height: 184px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.item_sj {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  color: rgba(3, 82, 148, 1);
}

.zcjd_item li a {
 

  line-height: 30px;
  color: rgba(56, 56, 56, 1);
}

.item_sj img {
  margin-right: 10px;
  vertical-align: top;
}

@media (max-width: 992px) {
  .zcjd_item li {
    width: 48%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .zcjd_item li {
    width: 48%;
    margin-top: 20px;
  }

  .gzdt_item li a {
    width: 69% !important;
  }

  .zcjd_item li {
    width: 100%;
    margin-top: 20px;
  }
}
 body.useoldfixed .gzdt_item li a {
            width: 80% !important;
        }

        body.useoldfixed .gzdt_item li::before {

            top: 34px;
        }


        body.useoldfixed .zcjd_item li {
            width: 48% !important;
            height: 225px !important;
            background-size: 100% 100%;
            margin-top: 20px;
        }

        body.useoldfixed .item_sj img {

            vertical-align: middle;
            width: 25px;
        }