.center-box ul {
  margin-top: 0.3rem;
}

.center-box ul li {
  position: relative;
  margin-bottom: 0.2rem;
}
.center-box ul li::after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
.center-box ul li:nth-child(8n + 8) {
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #ebebeb;
}
.center-box ul li:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
}
.center-box ul li a {
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-weight: 400;
}

.center-box ul li i {
  float: left;
  display: block;
  margin-top: 0.07rem;
  margin-right: 0.15rem;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #dee5ec;
  border-radius: 50%;
}
.center-box ul li .tit {
  float: left;
  display: block;
  max-width: calc(100% - 2.4rem);
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.center-box ul li .tit:hover {
  color: #0871cf;
}
.center-box ul li .tit2 {
  float: left;
  display: block;
  width: 0.8rem;
  color: red;
}
.center-box ul li .time {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.3rem;
  color: #999999;
  text-align: right;
}

@media screen and (max-width: 850px) {
  .z-type-box {
    margin-top: 0.2rem;
  }

  .center-box ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
  .center-box ul li a i {
    display: none;
  }
  .center-box ul li .tit {
    /* max-width: calc(100% - 1.9rem);
    white-space: wrap; */
    float: none;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    white-space: wrap;
  }
  .center-box ul li .tit2 {
    float: none;
    display: inline-block;
    width: calc(100% - 1.5rem);
  }

  .center-box ul li .time {
    /* width: 1rem; */
    position: static;
    width: 1.5rem;
    text-align: right;
  }
}
