/* ============================================================
 * 悦互动官网 - 样式文件
 * 文件: css/pages/view_article_newsnr-2.css
 * 悦多网络版权所有 © YueDuo Network. All Rights Reserved.
 * ============================================================ */

/* view_article_newsnr-2.html 页面专属样式（自内联 <style> 抽离） */
/* ===== 文章详情页 - 精简风 ===== */

.article-wrap {
    padding: 100px 0 60px;
    background: #fff;
}
.article-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 文章头部 */
.article-header {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #F1F5F9;
}

.article-tag {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #2563EB;
    background: #EFF6FF;
    border-radius: 4px;
    margin-bottom: 16px;
}
.article-title {
    font-size: 30px;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}
.article-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 13px;
    color: #94A3B8;
    flex-wrap: wrap;
}
.article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.article-meta svg {
    width: 14px;
    height: 14px;
}

/* 正文 */
.article-content {
    font-size: 15px;
    line-height: 1.85;
    color: #334155;
}
.article-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0F172A;
    margin: 40px 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F5F9;
}

/* 悦多网络版权所有 */
.article-content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #0F172A;
    margin: 28px 0 12px;
}
.article-content p {
    margin-bottom: 16px;
}
.article-content img {
    width: 100%;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #F1F5F9;
}
.article-content ul,
.article-content ol {
    margin: 16px 0;
    padding-left: 22px;
}
.article-content strong {
    color: #0F172A;
    font-weight: 600;
}


/* 分页 */
.article-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #F1F5F9;
}
.article-nav a {
    flex: 1;
    padding: 14px 16px;
    background: #F8FAFC;
    border-radius: 8px;
    transition: all 0.2s;
}
.article-nav a:hover {
    background: #EFF6FF;
}
.article-nav a.next {
    text-align: right;
}
.article-nav-label {
    font-size: 11px;
    color: #94A3B8;
    margin-bottom: 4px;
}
.article-nav-title {
    font-size: 13px;
    font-weight: 600;
    color: #0F172A;
}

/* ===== 手机端 ===== */
@media (max-width: 768px) {
    .article-wrap { padding: 84px 0 40px; }
    .article-inner { padding: 0 16px; }
    .article-title { font-size: 20px; }
    .article-nav { flex-direction: column; }
    .article-nav a.next { text-align: left; }
    .article-meta { font-size: 12px; gap: 14px; }
    .article-content h2 { font-size: 18px; margin: 28px 0 12px; }
    .article-content h3 { font-size: 15px; margin: 20px 0 10px; }
}

/* 悦多网络版权所有 */

/* ===== 易优CMS 模板适配：上下篇禁用态 ===== */
/* 悦多网络版权所有 */
.article-nav a.disabled { opacity: 0.55; pointer-events: none; }
/* 悦多网络版权所有 */
