/* 详情页标题 */
.detail-title {
    text-align: center;
    margin-bottom: 20px;
}

.detail-title h1 {
    color: #1A3A5C;
    font-size: 32px;
    margin-bottom: 15px;
}

.detail-meta {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.detail-meta span {
    margin: 0 10px;
}

.breadcrumb a:hover {
    color: #C9A959;
}

.page-header {
    display: none;
}

.article-content {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}

.article-content p {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.article-content h2 {
    color: #1A3A5C;
    margin: 30px 0 15px;
    font-size: 22px;
}

.article-content ul {
    margin: 20px 0;
    padding-left: 25px;
}

.article-content li {
    margin-bottom: 10px;
    color: #666;
}

.article-image {
    background: linear-gradient(135deg, #1A3A5C 0%, #2C5F8D 100%);
    height: 300px;
    border-radius: 8px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 80px;
}

.share-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #E0E0E0;
}

.share-section h4 {
    color: #1A3A5C;
    margin-bottom: 15px;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    padding: 8px 20px;
    background: #F5F7FA;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.share-btn:hover {
    background: #1A3A5C;
    color: white;
}

.back-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 25px;
    background: #1A3A5C;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.back-btn:hover {
    background: #2C5F8D;
}

/* 相关新闻 */
.related-news {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #E0E0E0;
}

.related-news h3 {
    color: #1A3A5C;
    margin-bottom: 25px;
    font-size: 22px;
}

.related-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.related-item {
    background: #F5F7FA;
    padding: 20px;
    border-radius: 8px;
}

.related-item h4 {
    color: #1A3A5C;
    font-size: 16px;
    margin-bottom: 10px;
}

.related-item a {
    color: #1A3A5C;
    text-decoration: none;
}

.related-item a:hover {
    text-decoration: underline;
}

.related-date {
    font-size: 13px;
    color: #999;
}


.artInfo-page {
    padding: 15px 3.689567430025445%;
    line-height: 40px;
    background: #F5F7FA;
    color: #1A3A5C;
    margin: 49px 0 0;
    overflow: hidden;
}

.artInfo-page .type {
    color: #999999;
    margin: 0 5px 0 0;
}

.artInfo-page a {
    display: block;
    width: 46%;
    color: inherit;
}

.artInfo-page a.fl {
    float: left;
}

.artInfo-page a.fl:hover {
    background: #F5F7FA;
    color: #1A3A5C;
}

.artInfo-page a.fr {
    text-align: right;
    float: right;
}

.artInfo-page a.fr:hover {
    background: #F5F7FA;
    color: #1A3A5C;
}

@media (max-width: 768px) {

    .banner {
        height: 200px;
    }

    .article-content {
        padding: 25px;
    }
}
