/* ========== 公共详情页 - Banner ========== */
.detail-wrapper {
  background: #fff;
  padding: 40px 0 60px;
}

.detail-container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 标题区（非富文本） */
.detail-header {
  text-align: center;
  border-bottom: 1px dotted #e0e0e0;
  padding-bottom: 20px;
}

.detail-header__title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 16px;
}

.detail-header__meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 24px;
}



/* 富文本正文 */
.detail-body {
  padding-top: 30px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  word-break: break-word;
}

.detail-body p {
  margin-bottom: 12px;
  text-indent: 2em;
}

.detail-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px auto;
}

.detail-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.detail-body table td,
.detail-body table th {
  border: 1px solid #e0e0e0;
  padding: 8px 12px;
}

.detail-body a {
  color: #c21116;
  text-decoration: none;
}

.detail-body a:hover {
  text-decoration: underline;
}

/* 相关附件（可选） */
.detail-attachments {
  margin-top: 40px;
  padding-top: 30px;
}

.detail-attachments__title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}

.detail-attachments__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.detail-attachments__item {
  margin-bottom: 10px;
}

.detail-attachments__item:last-child {
  margin-bottom: 0;
}

.detail-attachments__link {
  font-size: 16px;
  color: #c21116;
  text-decoration: none;
}

.detail-attachments__link:hover,
.detail-attachments__link:visited,
.detail-attachments__link:active {
  color: #c21116;
  text-decoration: none;
}
