#body .banner {
  width: 100%;
  padding: 5vw 0;
  margin-bottom: 5vw;
}
#body .banner img {
  width: 100%;
}
#body .list {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 5vw;
}
#body .list a:nth-of-type(10) .item {
  border-bottom: none;
}
#body .list a .item {
  margin-bottom: 5vw;
  border-bottom: 1px solid #999;
}
#body .list a .item .item-title {
  color: #00a0e8;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 3vw;
}
#body .list a .item .item-date {
  color: #666;
  font-size: 0.75rem;
  margin-bottom: 2vw;
}
/*# sourceMappingURL=./bidding.css.map */