/* ============== PC 新闻资讯样式 ============== */
.topbar-links a.active { color: #ffb74d; }

.news-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 24px 50px;
}
.news-detail-wrap { max-width: 920px; }

/* 列表页头部 */
.news-page-head {
    background: #fff;
    border-radius: 14px;
    padding: 30px 32px;
    margin-bottom: 18px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}
.news-page-head h1 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}
.news-page-sub {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 18px;
}
.news-search-form {
    display: flex;
    gap: 0;
    max-width: 480px;
}
.news-search-form input[type=text] {
    flex: 1;
    padding: 0 16px;
    height: 42px;
    border: 1px solid #e6e8ec;
    border-right: none;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    outline: none;
    background: #fafbfc;
}
.news-search-form input[type=text]:focus {
    background: #fff;
    border-color: #f97316;
}
.news-search-form button {
    height: 42px;
    padding: 0 24px;
    background: #f97316;
    color: #fff;
    border: 1px solid #f97316;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    cursor: pointer;
}
.news-search-form button:hover { background: #ea580c; }

/* 面包屑 */
.news-breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 14px;
    padding: 0 4px;
}
.news-breadcrumb a { color: #555; }
.news-breadcrumb a:hover { color: #f97316; }
.news-breadcrumb .sep { margin: 0 6px; color: #ccc; }

/* 列表 */
.news-list {
    background: #fff;
    border-radius: 14px;
    padding: 6px 32px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}
.news-item {
    padding: 22px 0;
    border-bottom: 1px dashed #ececec;
}
.news-item:last-child { border-bottom: none; }
.news-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.5;
}
.news-item-title a { color: #222; }
.news-item-title a:hover { color: #f97316; }
.news-item-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    color: #999;
}
.news-item-meta time { color: #888; }
.news-item-meta .news-item-hits { color: #999; }
.news-item-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.news-tag {
    display: inline-block;
    padding: 2px 9px;
    background: #f3f4f6;
    color: #666;
    border-radius: 4px;
    font-size: 12px;
}
.news-tag:hover { background: #fff3e6; color: #f97316; }
.news-item-readmore {
    margin-left: auto;
    color: #f97316;
    font-size: 13px;
}
.news-item-readmore:hover { color: #ea580c; }

/* 分页 */
.news-pager {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
}
.news-pager a, .news-pager .news-pager-cur {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    line-height: 34px;
    border: 1px solid #e6e8ec;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    color: #555;
    background: #fff;
}
.news-pager a:hover { border-color: #f97316; color: #f97316; }
.news-pager .news-pager-cur {
    background: #f97316;
    border-color: #f97316;
    color: #fff;
    font-weight: 600;
}

.news-empty {
    background: #fff;
    border-radius: 14px;
    padding: 60px 20px;
    text-align: center;
    color: #999;
    font-size: 15px;
    line-height: 2;
}
.news-back { color: #f97316; }

/* ============== 详情页 ============== */
.news-detail {
    background: #fff;
    border-radius: 14px;
    padding: 36px 44px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
    margin-bottom: 18px;
}
.news-detail-head {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.news-detail-head h1 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    margin-bottom: 12px;
}
.news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: #888;
}
.news-detail-summary {
    background: #fff7e6;
    border-left: 3px solid #f97316;
    padding: 14px 18px;
    margin-bottom: 24px;
    color: #555;
    font-size: 15px;
    line-height: 1.85;
    border-radius: 4px;
}

.news-detail-body { color: #333; font-size: 16px; line-height: 1.95; }
.news-detail-body h2 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 28px 0 14px;
    padding-left: 12px;
    border-left: 4px solid #f97316;
}
.news-detail-body h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin: 22px 0 10px;
}
.news-detail-body p { margin-bottom: 14px; }
.news-detail-body ul, .news-detail-body ol { margin: 10px 0 14px 24px; }
.news-detail-body li { margin-bottom: 6px; }
.news-detail-body a { color: #f97316; }
.news-detail-body a:hover { text-decoration: underline; }
.news-detail-body strong { color: #222; }

.news-detail-tags {
    margin-top: 28px;
    padding: 16px 0;
    border-top: 1px dashed #ececec;
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.news-detail-tags .news-tag { font-size: 13px; padding: 4px 11px; }

.news-detail-nav {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    padding: 16px;
    background: #fafbfc;
    border-radius: 8px;
    font-size: 14px;
}
.news-detail-nav > div { flex: 1; min-width: 0; }
.news-detail-nav span {
    display: inline-block;
    color: #999;
    margin-right: 8px;
}
.news-detail-nav a { color: #555; }
.news-detail-nav a:hover { color: #f97316; }
.news-detail-nav em { color: #ccc; font-style: normal; }
.news-nav-next { text-align: right; }

.news-detail-cta {
    margin-top: 28px;
    padding: 24px;
    background: linear-gradient(135deg, #fff7e6 0%, #ffece0 100%);
    border-radius: 10px;
    text-align: center;
}
.news-detail-cta p { font-size: 15px; color: #555; margin-bottom: 14px; }
.news-cta-btn {
    display: inline-block;
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    margin: 0 4px;
}
.news-cta-btn-primary {
    background: #f97316;
    color: #fff;
}
.news-cta-btn-primary:hover { background: #ea580c; }
.news-cta-btn-grey {
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.news-cta-btn-grey:hover { border-color: #f97316; color: #f97316; }

/* 相关阅读 */
.news-related {
    background: #fff;
    border-radius: 14px;
    padding: 22px 32px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}
.news-related h3 {
    font-size: 16px;
    color: #222;
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 3px solid #f97316;
}
.news-related ul { list-style: none; }
.news-related li {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 14px;
    gap: 14px;
}
.news-related li:last-child { border-bottom: none; }
.news-related li a {
    color: #444;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-related li a:hover { color: #f97316; }
.news-related li time { color: #aaa; font-size: 12px; flex-shrink: 0; }

/* 响应式 */
@media (max-width: 640px) {
    .news-wrap { padding: 16px 12px 40px; }
    .news-page-head { padding: 20px 18px; }
    .news-page-head h1 { font-size: 19px; }
    .news-list { padding: 4px 18px; }
    .news-item-title { font-size: 16px; }
    .news-detail { padding: 22px 18px; }
    .news-detail-head h1 { font-size: 21px; }
    .news-detail-body { font-size: 15px; }
    .news-detail-body h2 { font-size: 18px; }
    .news-related { padding: 18px; }
    .news-detail-nav { flex-direction: column; gap: 10px; }
    .news-nav-next { text-align: left; }
}
