/* news_show ��������ҳ */

/* ===== ������ ===== */
.news-show-page .border-bot {
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
}

.news-show-page .layout-nav li {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin-right: 8px;
}

.news-show-page .layout-nav li a {
    display: block;
    padding: 0 16px;
    color: #6b6b6b;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-show-page .layout-nav li a:hover {
    color: #D7000F;
}

.news-show-page .layout-nav li.on a {
    color: #D7000F;
    font-weight: 600;
}

.news-show-page .layout-nav li::after {
    background: #D7000F;
}

.news-show-page .searform input[type="text"] {
    border-radius: 4px 0 0 4px;
    border-color: #ddd;
}

.news-show-page .searform .search-btn-sm {
    border-radius: 0 4px 4px 0;
    background: #D7000F;
}

/* ===== ������ ===== */
.news-show-page .news-show-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

/* ===== ����ͷ�� ===== */
.news-show-page .news-article-header {
    padding: 0 0 24px;
    text-align: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.news-show-page .news_title,
.news-show-page #h1_title {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
    margin: 0 0 16px;
    padding: 0;
    border: none;
}

.news-show-page .news-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 24px;
    font-size: 13px;
    color: #999;
}

.news-show-page .news-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-show-page .news-meta-source a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-show-page .news-meta-source a:hover {
    color: #D7000F;
}

.news-show-page .news-meta-date::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 8px;
}

/* ===== ���� ===== */
.news-show-page .news-article-body {
    padding: 0 0 40px;
    line-height: 1.9;
    color: #444;
    font-size: 16px;
}

.news-show-page .news-article-body img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 20px auto;
}

.news-show-page .news-article-body p {
    text-indent: 2em;
    margin: 12px 0;
}

.news-show-page .news-article-body h2 {
    margin-top: 32px;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 4px solid #D7000F;
    font-size: 22px;
    color: #333;
    text-indent: 0;
}

.news-show-page .news-article-body h3 {
    font-size: 18px;
    color: #333;
    margin-top: 24px;
    text-indent: 0;
}

.news-show-page .news-article-body a {
    color: #a7222c;
    transition: color 0.2s ease;
}

.news-show-page .news-article-body a:hover {
    color: #D7000F;
}

.news-show-page .news-article-body ul,
.news-show-page .news-article-body ol {
    padding-left: 2em;
    margin: 12px 0;
}

.news-show-page .news-article-body li {
    margin-bottom: 6px;
}

/* ===== ����ƪ���� ===== */
.news-show-page .news-article-nav {
    display: flex;
    gap: 20px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.news-show-page .news-nav-item {
    flex: 1;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.news-show-page .news-nav-label {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 4px;
}

.news-show-page .news-nav-title {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.news-show-page .news-nav-item:hover .news-nav-title {
    color: #D7000F;
}

.news-show-page .news-nav-next {
    text-align: right;
}

/* ===== ��Ӧʽ ===== */
@media (max-width: 767px) {
    .news-show-page .nyban {
        height: 120px;
    }

    .news-show-page .news-show-wrap {
        padding: 20px 0 40px;
    }

    .news-show-page .news_title,
    .news-show-page #h1_title {
        font-size: 22px;
    }

    .news-show-page .news-meta {
        flex-direction: column;
        gap: 8px;
    }

    .news-show-page .news-meta-date::before {
        display: none;
    }

    .news-show-page .news-article-body {
        font-size: 15px;
    }

    .news-show-page .news-article-nav {
        flex-direction: column;
        gap: 16px;
    }

    .news-show-page .news-nav-next {
        text-align: left;
    }

    .news-show-page .layout-nav li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}
