.newsflash-page,
.newsflash-page * {
    box-sizing: border-box;
}

.newsflash-page {
    padding: 24px 0 48px;
    background: #f7f9fc;
}

.newsflash-page .main-content-full {
    width: 100% !important;
    float: none !important;
}

.newsflash-page .newsflash-header {
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8edf5;
}

.newsflash-page .newsflash-header h1 {
    margin: 0 0 8px !important;
    padding: 0;
    font-size: 34px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #111827 !important;
}

.newsflash-page .newsflash-header p {
    margin: 0 !important;
    padding: 0;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #6b7280 !important;
}

.newsflash-page .newsflash-wrap {
    width: 100%;
}

.newsflash-page .nf-day-group {
    position: relative;
    margin-bottom: 28px;
    padding-left: 34px;
}

.newsflash-page .nf-day-group::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 54px;
    bottom: 0;
    width: 2px;
    background: #e3e9f4;
}

.newsflash-page .nf-day-head {
    position: relative;
    margin-bottom: 12px;
}

.newsflash-page .nf-day-head::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 14px;
    width: 14px;
    height: 14px;
    background: #4065f6;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #dbe3ff;
}

.newsflash-page .nf-day-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4065f6, #6e88ff);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.newsflash-page .nf-day-sub {
    margin-top: 8px;
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
}

.newsflash-page .nf-day-card {
    position: relative;
    background: #fff;
    border: 1px solid #e9eef6;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.newsflash-page .nf-day-line {
    display: none !important;
}

.newsflash-page .nf-day-list {
    position: relative;
}

.newsflash-page .nf-item {
    position: relative;
    padding: 22px 22px 22px 22px;
    border-bottom: 1px solid #eef2f7;
}

.newsflash-page .nf-item:last-child {
    border-bottom: none;
}

.newsflash-page .nf-item:hover {
    background: #fafcff;
}

.newsflash-page .nf-item-dot {
    display: none !important;
}

.newsflash-page .nf-item-grid {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 16px;
    align-items: start;
}

.newsflash-page .nf-item-time {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #4065f6;
    white-space: nowrap;
    padding-top: 2px;
}

.newsflash-page .nf-item-main {
    min-width: 0;
}

.newsflash-page .nf-item-title {
    margin: 0 0 10px !important;
    padding: 0;
    font-size: 22px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
}

.newsflash-page .nf-item-title a {
    color: #131926 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.newsflash-page .nf-item-title a:hover {
    color: #4065f6 !important;
}

.newsflash-page .nf-item-summary {
    margin-bottom: 10px;
}

.newsflash-page .nf-item-summary p {
    margin: 0 !important;
    padding: 0;
    font-size: 15px !important;
    line-height: 1.9 !important;
    color: #4b5563 !important;
    word-break: break-word;
}

.newsflash-page .nf-item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 10px;
}

.newsflash-page .nf-item-timeago,
.newsflash-page .nf-item-views {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #64748b;
    font-size: 12px;
    line-height: 1;
}

.newsflash-page .nf-item-category {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.newsflash-page .nf-item-category a {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #64748b !important;
    font-size: 12px;
    text-decoration: none !important;
    line-height: 1;
    transition: all 0.2s ease;
}

.newsflash-page .nf-item-category a:hover {
    color: #4065f6 !important;
    border-color: #d6dfff;
    background: #f5f8ff;
}

.newsflash-page .nf-item-footer {
    margin-top: 2px;
}

.newsflash-page .nf-readmore {
    display: inline-block;
    color: #4065f6 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.newsflash-page .nf-readmore:hover {
    color: #274ddf !important;
}

.newsflash-page .pagebar {
    margin-top: 30px;
    text-align: center;
}

.newsflash-page .pagebar a,
.newsflash-page .pagebar span {
    display: inline-block;
    padding: 9px 16px;
    margin: 0 4px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.newsflash-page .pagebar a {
    color: #64748b;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.newsflash-page .pagebar a:hover {
    color: #4065f6;
    border-color: #d8defe;
    background: #f8faff;
}

.newsflash-page .pagebar .now {
    color: #fff;
    background: linear-gradient(135deg, #4065f6, #6e88ff);
    border-color: #4065f6;
}

/* 平板 */
@media (max-width: 992px) {
    .newsflash-page .newsflash-header h1 {
        font-size: 28px !important;
    }

    .newsflash-page .nf-item-title {
        font-size: 20px !important;
    }
}

/* 手机 */
@media (max-width: 768px) {
    .newsflash-page {
        padding: 18px 0 36px;
    }

    .newsflash-page .newsflash-header {
        margin-bottom: 18px;
        padding-bottom: 14px;
    }

    .newsflash-page .newsflash-header h1 {
        font-size: 24px !important;
    }

    .newsflash-page .newsflash-header p {
        font-size: 14px !important;
    }

    .newsflash-page .nf-day-group {
        padding-left: 24px;
        margin-bottom: 22px;
    }

    .newsflash-page .nf-day-group::before {
        left: 8px;
        top: 50px;
    }

    .newsflash-page .nf-day-head::before {
        left: -20px;
        top: 12px;
        width: 12px;
        height: 12px;
        border-width: 3px;
    }

    .newsflash-page .nf-day-badge {
        font-size: 16px;
        padding: 7px 12px;
    }

    .newsflash-page .nf-day-sub {
        font-size: 12px;
    }

    .newsflash-page .nf-item {
        padding: 18px 16px;
    }

    .newsflash-page .nf-item-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .newsflash-page .nf-item-time {
        font-size: 12px;
    }

    .newsflash-page .nf-item-title {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }

    .newsflash-page .nf-item-summary p {
        font-size: 14px !important;
        line-height: 1.8 !important;
    }

    .newsflash-page .pagebar a,
    .newsflash-page .pagebar span {
        padding: 8px 12px;
        margin: 0 3px;
        font-size: 13px;
    }
}