#body .list {
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#body .list .item {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
#body .list .item:nth-of-type(7) {
  border: none;
}
#body .list .item .title {
  font: 0.875rem "PingFangSC Medium";
  color: #479ee2;
  margin-bottom: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#body .list .item .time {
  font: 0.75rem "PingFangSC Regular";
  color: #ccc;
  margin-bottom: 0.3rem;
}
#body .list .item .info {
  color: #999;
  font: 0.75rem "PingFangSC Regular";
}
/*# sourceMappingURL=./bidding.css.map */