#warpper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#body {
  flex: 1;
}
#body .banner {
  width: 100%;
}
#body .banner .img {
  width: 100%;
  height: auto;
  display: block;
}
#body .main-bb {
  width: 90vw;
  margin: 0 auto;
}
#body .main-bb .title {
  text-align: start;
  color: #00a0e8;
  font-size: 0.875rem;
}
#body .main-bb .title:nth-child(n+2) {
  margin-top: 8px;
}
#body .list {
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 2rem;
}
#body .list .item {
  line-height: 6vh;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #e0dddd;
  box-sizing: content-box;
}
#body .list .item a {
  display: flex;
}
#body .list .item a .date {
  width: 20%;
  text-align: center;
  border-right: 1px solid #ccc;
}
#body .list .item a .date .day {
  font: 1.6875rem "PingFangSC Regular";
  color: #999;
}
#body .list .item a .date .month {
  color: #ccc;
  font: 0.625rem "PingFangSC Regular";
}
#body .list .item a .info {
  width: 80%;
  padding-left: 1rem;
  padding-top: 1rem;
  font: 1rem "PingFangSC Medium";
  color: #666;
  display: flex;
  justify-content: space-between;
}
#body .list .item a .info .title {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#body .list .item a .info .title.dqbg {
  width: 100%;
}
