/* cg11 正文页配图（成果简介、支撑材料等） */
body.cg11-content .cg11-photo-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    margin: 28px 0 12px;
    padding: 0;
}

body.cg11-content .cg11-photo-item {
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #e4eaf2;
    background: #fff;
    box-shadow: 0 4px 14px rgba(35, 104, 196, 0.08);
}

body.cg11-content .cg11-photo-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    object-position: center center;
    background: #f0f4f8;
}

body.cg11-content .cg11-photo-item figcaption {
    margin: 0;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    background: #f7f9fc;
    border-top: 1px solid #eef2f7;
}

@media screen and (max-width: 768px) {
    body.cg11-content .cg11-photo-gallery {
        grid-template-columns: 1fr;
    }
}

/* 支撑材料页：避免空容器 min-height 造成大块空白 */
body.cg11-content .c-content .nr-info.zccl-panels {
    min-height: 0;
}

body.cg11-content .lm-right .c-content .nr-info p:first-of-type {
    margin-top: 0;
}

/* 详情页 / 支撑材料列表文字 */
body.cg11-content .c-content .nr-info .cg11-pdf-list {
    margin: 0;
    padding: 0;
}

body.cg11-content .c-content .nr-info .cg11-pdf-list li a {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

/* Word 文档嵌入内容 */
body.cg11-content .cg-word-content {
    margin: 16px 0 24px;
    padding: 20px 24px;
    background: #fafbfd;
    border: 1px solid #e4eaf2;
    border-radius: 6px;
}

body.cg11-content .cg-word-doc-title {
    margin: 0 0 12px;
    font-size: 16px;
    color: #2368c4;
    font-weight: 600;
}

body.cg11-content .cg-word-heading {
    margin: 18px 0 8px;
    color: #333;
    font-size: 15px;
}

body.cg11-content .cg-word-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-size: 14px;
}

body.cg11-content .cg-word-table td {
    border: 1px solid #dde3ec;
    padding: 8px 10px;
    vertical-align: top;
}

body.cg11-content .cg-word-download {
    margin: 16px 0 0;
    text-align: right;
    font-size: 13px;
}

body.cg11-content .cg-word-download a {
    color: #2368c4;
}

body.cg11-home .cg-word-content {
    margin: 12px 0;
}

.zccl-panels--report .zccl-panel {
    display: block !important;
    margin-bottom: 28px;
}

.zccl-panels--report .zccl-section-title {
    margin: 0 0 14px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e6ebf2;
    color: #2368c4;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
