.ribao-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}
.ribao-container {
    position: relative;
}

.ribao-container::before {
    content: "";
    position: absolute;
    top: 40px;
    right: -3px;
    width: 120px;
    height: 80px;
    background: url('https://cdn.8i5.net/2026/05/monthly-report.svg') no-repeat center/contain;
    pointer-events: none;
    z-index: 1;
}
.ribao-main-wrapper {
    display: flex;
    gap: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.ribao-sidebar {
    width: 280px;
    background: linear-gradient(135deg, #f6f9fc 0%, #e9f2f9 25%, #f0f6fe 50%, #e9f2f9 75%, #f6f9fc 100%);
    background-size: 200% 200%;
    animation: ribao-flowBg 6s ease infinite;
    padding: 40px 20px;
    border-right: 1px solid rgba(0,0,0,0.05);
}

@keyframes ribao-flowBg {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.ribao-logo-line {
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 2px;
}

.ribao-logo-line::before {
    content: "知李";
    color: #009a61;
}

.ribao-logo-line::after {
    content: "月报";
    color: #1a1a1a;
}

.ribao-date-section {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.ribao-date-label {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
}

.ribao-date-label small {
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.ribao-qrcode-section {
    text-align: center;
}

.ribao-qrcode-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.ribao-qrcode {
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ribao-qrcode-note {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
}

.ribao-main {
    flex: 1;
    padding: 40px 40px 60px 40px;
    background: #fff;
}

.ribao-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.ribao-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.ribao-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #999;
    flex-wrap: wrap;
}

.ribao-date-range-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 30px;
}

.ribao-month-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s;
    line-height: 1;
}

.ribao-month-nav:hover {
    background: #009a61;
    border-color: #009a61;
    color: #fff;
}

.ribao-date-range {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.ribao-count {
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 20px;
}

.ribao-article-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ribao-article-item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ribao-article-header {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.ribao-article-category {
    font-size: 12px;
    padding: 2px 8px;
    background: #e8f4fd;
    color: #0073aa;
    border-radius: 4px;
    font-weight: 500;
}

.ribao-article-time {
    font-size: 13px;
    color: #999;
}

.ribao-article-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.ribao-article-title a {
    color: #009a61;
    text-decoration: none;
    transition: color 0.2s;
}

.ribao-article-title a:hover {
    color: #007a4a;
}

.ribao-article-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.ribao-pagination {
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.ribao-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s;
}

.ribao-pagination .page-numbers.current {
    background: #0073aa;
    color: #fff;
}

.ribao-pagination .page-numbers:hover {
    background: #e0e0e0;
}

.ribao-pagination .page-numbers.current:hover {
    background: #0073aa;
}

.ribao-footer-note {
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    font-size: 13px;
    color: #999;
}

.ribao-footer-logo {
    font-size: 12px;
    margin-bottom: 10px;
}

.ribao-footer-note a {
    color: #999;
    text-decoration: none;
}

.ribao-footer-note a:hover {
    color: #0073aa;
}

.ribao-no-posts {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
}

@media (max-width: 768px) {
    .ribao-main-wrapper {
        flex-direction: column;
    }
    
    .ribao-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding: 30px 20px;
    }
    
    .ribao-main {
        padding: 30px 20px;
    }
    
    .ribao-title {
        font-size: 22px;
    }

    .ribao-date-range-wrapper {
        gap: 6px;
        padding: 4px 8px;
    }

    .ribao-month-nav {
        width: 24px;
        height: 24px;
        font-size: 18px;
    }

    .ribao-date-range {
        font-size: 12px;
    }
}