.detail-content {
  display: flex;
  flex-direction: column;
}

.detail-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.detail-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #233a48;
  margin-top: 20px;
}

.divider {
  border-bottom: 1px dashed #868484;
  margin-top: 20px;
}

.detail-text {
  font-size: 14px;
  color: #233a48;
  margin-top: 20px;
  line-height: 24px;
  min-height: 200px;
}

.bid-section {
  max-width: 90%;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Microsoft YaHei", sans-serif;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #111;
  margin-bottom: 24px;
}

.bid-list {
  border-top: none;
}

.bid-item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

/* 左侧红色卡片 */
.bid-card {
  width: 280px;
  height: 160px;
  border-radius: 8px;
}

/* 右侧文字区 */
.bid-content {
  flex: 1;
}

.bid-title {
  font-size: 24px;
  color: #d92121;
  font-weight: bold;
  margin-bottom: 12px;
}

.bid-time {
  font-size: 14px;
  color: #999;
  margin-bottom: 16px;
}

.bid-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}