/* 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-list-tip {
    margin: 0 0 16px;
    padding: 10px 14px;
    background: #f3f7fc;
    border: 1px solid #d7e4f4;
    border-left: 4px solid #2368c4;
    border-radius: 4px;
    color: #2f4f75;
    font-size: 15px;
    line-height: 1.7;
}

body.cg11-content .c-content .nr-info .cg11-list-tip strong {
    color: #2368c4;
    font-weight: 600;
}

/* 详情页分组标题：去序号后放大加粗居中 */
body.cg11-content .c-content .nr-info .zccl-section-title {
    margin: 22px 0 14px;
    padding: 0;
    border: none;
    color: #243244;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

body.cg11-content .c-content .nr-info .cg11-list-tip + .zccl-section-title {
    margin-top: 8px;
}

/* 详情页 / 支撑材料列表（序号写在链接文字里，避免被全局样式盖掉） */
body.cg11-content .c-content .nr-info .cg11-pdf-list {
    margin: 0;
    padding: 0 0 0 0.2em;
    list-style: none;
}

body.cg11-content .c-content .nr-info .cg11-pdf-list > li {
    list-style: none;
    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-content p.vsbcontent_start,
body.cg11-content .cgjj-word p.vsbcontent_start,
body.cg11-content .cg-word-export p {
    text-indent: 2em;
    line-height: 2em;
    color: #666;
    margin: 0 0 0.6em;
}

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: 22px 0 14px;
    padding: 0;
    border: none;
    color: #243244;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
