.van-list {
  position: relative;
  padding-bottom: .5rem;
}
.van-list ul li {
  padding: 3.2vw 4vw;
}
.van-list ul li a {
  position: relative;
  min-width: 0;
}
.van-list ul li a .title {
  font-family: PingFang SC, Noto Sans, Helvetica;
  margin: 0 0 1.067vw;
  font-size: 4.267vw;
  line-height: 5.867vw;
  color: #333;
  font-weight: 400;
  padding: 0 !important;
  height: auto;
  width: 100%;
  overflow: hidden;
  max-height: 12vw;
}
.van-list ul li a .time {
  font-family: PingFang SC, Noto Sans, Helvetica;
  color: #999;
  font-size: 3.733vw;
  line-height: 5.067vw;
  font-weight: 400;
}
.loading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  font-family: PingFang SC, Noto Sans, Helvetica;
  color: #969799;
  font-size: 3.467vw;
  line-height: 13.333vw;
  text-align: center;
}
