.van-list {
  padding: 5.333vw 4vw 4vw;
  position: relative;
  padding-bottom: .5rem;
}
.van-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.van-list ul li {
  margin-top: 5.333vw;
  width: 48%;
}
.van-list ul li:nth-child(1),
.van-list ul li:nth-child(2) {
  margin-top: 0;
}
.van-list ul li a {
  display: block;
}
.van-list ul li a .imgbox {
  position: relative;
}
.van-list ul li a .imgbox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 24.533vw;
  border-radius: .8vw;
}
.van-list ul li a .imgbox span {
  font-family: PingFang SC, Noto Sans, Helvetica;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5.067vw;
  line-height: 5.067vw;
  padding: 0 1.067vw;
  color: #fff;
  font-size: 2.933vw;
  border-top-right-radius: 1.333vw;
}
.van-list ul li a .imgbox .ing {
  background-color: #49b849;
}
.van-list ul li a .imgbox .over {
  background-color: #d2d2d2;
}
.van-list ul li a .imgbox .start {
  background-color: #1989fa;
}
.van-list ul li a .title {
  font-family: PingFang SC, Noto Sans, Helvetica;
  color: #333;
  font-size: 4.267vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 5.867vw;
  margin: 2.133vw 0 1.067vw;
}
.van-list ul li a .time {
  font-family: PingFang SC, Noto Sans, Helvetica;
  font-size: 3.733vw;
  color: #999;
  font-weight: 400;
  line-height: 5.333vw;
}
.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;
}
