.newspaper-main {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #ECEFF1;
}

.newspaper-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
}

.newspaper-header {
    text-align: center;
    border-bottom: 3px double #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.newspaper-title {
    font-family: 'Times New Roman', serif;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.newspaper-subtitle {
    font-size: 24px;
    color: #666;
    font-style: italic;
    margin-bottom: 15px;
}

.newspaper-date {
    font-size: 18px;
    color: #777;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    display: inline-block;
}

.newspaper-columns {
    column-count: 3;
    column-gap: 40px;
    column-rule: 1px solid #ddd;
    margin-bottom: 40px;
}

.part-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.part-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.part-title {
    font-size: 28px;
    font-weight: bold;
    color: #8b4513;
    margin-bottom: 8px;
    font-family: 'Times New Roman', serif;
    border-left: 4px solid #8b4513;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #f9f5ec;
    break-inside: avoid;
}

.part-subtitle {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
    padding-left: 16px;
    break-inside: avoid;
}

.part-image-container {
    margin: 15px 0 20px 0;
    break-inside: avoid;
    text-align: center;
}

.part-image {
    max-width: 95%;
    height: auto;
    max-height: 300px;
    display: block;
    margin: 0 auto 10px auto;
    border: 1px solid #e0d6c2;
    box-shadow: 0 3px 10px rgba(139, 69, 19, 0.12);
    object-fit: contain;
    background-color: #f9f5ec;
    padding: 8px;
}

.headline-section {
    margin-bottom: 40px;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
}

.headline-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Times New Roman', serif;
}

.headline-subtitle {
    font-size: 20px;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
}

.headline-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 20px 0;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}

.headline-content {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.headline-content p {
    margin-bottom: 15px;
    text-indent: 2em;
}

.newspaper-article {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.article-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    border-left: 4px solid #000;
    padding-left: 10px;
}

.article-subtitle {
    font-size: 16px;
    color: #666;
    font-style: italic;
    margin-bottom: 15px;
}

.article-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin: 10px 0;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.article-content {
    font-size: 12px;
    line-height: 1.5;
}

.article-content p {
    margin-bottom: 10px;
    text-align: justify;
}

.pull-quote {
    font-size: 22px;
    font-style: italic;
    color: #444;
    border-left: 3px solid #888;
    padding-left: 20px;
    margin: 20px 0;
    line-height: 1.3;
    font-family: 'Georgia', serif;
}

.sidebar {
    background-color: #f8f6f0;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 20px 0;
}

.sidebar-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.sidebar-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.sidebar-item:last-child {
    border-bottom: none;
}

.sidebar-item h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.advertisement {
    background-color: #f0f0f0;
    border: 2px dashed #999;
    padding: 15px;
    text-align: center;
    margin: 20px 0;
    break-inside: avoid;
    font-style: italic;
}

.ad-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.newspaper-footer {
    text-align: center;
    border-top: 3px double #333;
    padding-top: 20px;
    margin-top: 40px;
    font-size: 14px;
    color: #777;
    background-color: #f8f0e3 !important;
}

.page-number {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 14px;
    color: #999;
}

.drop-cap::first-letter {
    float: left;
    font-size: 60px;
    line-height: 50px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-weight: bold;
    color: #000;
}

.newspaper-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.03) 100%),
        repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(0,0,0,0.02) 1px, rgba(0,0,0,0.02) 2px);
    pointer-events: none;
    z-index: 1;
}

.newspaper-content {
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .newspaper-columns {
        column-count: 2;
    }
    
    .newspaper-title {
        font-size: 52px;
    }
    
    .headline-title {
        font-size: 32px;
    }
    
    .part-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .newspaper-columns {
        column-count: 1;
    }
    
    .newspaper-title {
        font-size: 42px;
    }
    
    .headline-title {
        font-size: 28px;
    }
    
    .newspaper-container {
        padding: 20px 15px;
    }
    
    .newspaper-main {
        padding: 15px 10px;
    }
    
    .part-title {
        font-size: 22px;
    }
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.image-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    break-inside: avoid;
}

.image-preview {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 8px;
}

.image-caption {
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    font-style: italic;
}

.main-image-container {
    margin: 20px 0;
    break-inside: avoid;
}

.main-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
    margin: 0 auto;
    display: block;
}

.single-image-container {
    margin: 20px 0;
    break-inside: avoid;
    text-align: center;
}

.memory-box {
    background-color: #f8f6f0;
    padding: 18px;
    border: 1px solid #ddd;
    margin: 15px 0 20px 0;
    break-inside: avoid;
    border-radius: 4px;
}

.memory-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.feature-quote {
    font-size: 17px;
    font-style: italic;
    color: #444;
    border-left: 3px solid #888;
    padding-left: 18px;
    margin: 18px 0;
    line-height: 1.4;
    font-family: 'Georgia', serif;
    break-inside: avoid;
    background-color: #f9f5ec;
    padding: 12px 18px;
    border-radius: 0 4px 4px 0;
}

.main-title-section {
    margin-bottom: 30px;
    break-inside: avoid;
}

.main-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Times New Roman', serif;
}

.main-subtitle {
    font-size: 16px;
    color: #666;
    font-style: italic;
}

.print-only {
    display: none;
}

@media print {
    .newspaper-main {
        background: white;
        padding: 0;
    }
    
    .newspaper-container {
        box-shadow: none;
        border: 1px solid #000;
    }
    
    .print-only {
        display: block;
    }

    .top-nav, .sub-nav, .bg-light-gray {
        display: none !important;
    }
    
    body {
        padding-top: 0 !important;
    }
    
    .part-image {
        max-width: 85%;
        max-height: 280px;
    }
}

@media (max-width: 992px) {
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .main-image {
        max-height: 300px;
    }
    
    .part-image {
        max-width: 100%;
        max-height: 280px;
    }
    
    .image-preview {
        height: 120px;
    }
}

@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: 1fr;
    }
    
    .main-image {
        max-height: 250px;
    }
    
    .part-image {
        max-width: 100%;
        max-height: 240px;
        margin: 12px auto 8px auto;
        padding: 6px;
    }
    
    .image-preview {
        height: 150px;
    }
}

.article {
    margin-bottom: 22px;
    break-inside: avoid;
}

.article-title {
    font-size: 16px;
    font-weight: bold;
    color: #8b4513;
    margin-bottom: 10px;
    border-left: 4px solid #8b4513;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.article-content {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.article-content p {
    margin-bottom: 12px;
}

.part-section:nth-child(1) .article-content p {
    text-indent: 2em;
}

.part-section:nth-child(2) .article-content p {
    text-indent: 0;
}

.part-section:nth-child(3) .article-content p {
    text-indent: 2em;
}

.case-item {
    margin-bottom: 30px;
    break-inside: avoid;
    padding: 20px;
    background-color: #f9f5ec;
    border-radius: 4px;
    border: 1px solid #e0d6c2;
}

.case-item h3 {
    color: #8b4513;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .part-image {
        max-width: 100%;
        max-height: 220px;
        margin: 12px auto 8px auto;
        padding: 6px;
    }
    
    .memory-box {
        padding: 15px;
        margin: 12px 0 18px 0;
    }
    
    .article-title {
        font-size: 18px;
    }
}
.memory-box {
    /* 现有样式 */
    font-size: 12px; /* 或你想要的大小 */
}