 /* 详情页专属静态样式（可合并到 index.css） */
 .news-detail {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
}
.back-to-list {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #486c8c;
    color: white;
    border: none;
    border-radius: 4px;
}
.back-to-list:hover {
    background-color: #3a5870;
}
.detail-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.detail-date {
    font-size: 15px;
    color: #999;
    margin-bottom: 15px;
}
.xian{
    border: 1px solid #ccc;
    margin-bottom: 28px;
}
.detail-image {
    margin-bottom: 15px;
}
.detail-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.detail-content {
    line-height: 1.6;
    color: #666;
}
.detail-section {
    margin-bottom: 20px;
}
.section-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.content-block {
    margin-bottom: 10px;
}
.content-block p {
    color: #333;
}
.aaa{
    color: #333;
}
.section-subtitle {
    margin-bottom: 5px;
    color: #333;
}
.zhangjie{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.zhanjiewen{
    color: #486c8c;
    font-weight: 700;
}