.tender-page {
  width: 980px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 114px;
  padding-bottom: 50px;
  background: rgba(255, 255, 255, 0.8);
  min-height: calc(100vh - 310px);
  box-sizing: border-box;
}


.tender-page .pagination {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.tender-page .list .list-item {
  display: flex;
  align-items: center;
  gap: 64px;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0;
  cursor: pointer;
}


.tender-page .list .list-item .name {
  flex: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tender-page .list .list-item .time {
  flex-shrink: 0;
  color: #999999;
}

.tender-page .list .list-item:hover .name {
  color: #51AAFD;
}
