:root {

    --org-primary: #0e2c54;

    --org-blue: #1a6bc4;

    --org-blue-light: #eef3fa;

    --org-line: #c8d6ea;

    --org-text: #3a4a5e;

    --org-muted: #6c7c92;

}



/* ===== 区块标题 ===== */

.section-head { margin-bottom: 42px; }

.section-title {

    font-size: 24px;

    font-weight: 700;

    color: var(--text-primary);

    line-height: 1.2;

    position: relative;

    padding-left: 14px;

}

.section-title::before {

    content: '';

    position: absolute;

    left: 0;

    top: 0.25em;

    width: 4px;

    height: 0.7em;

    background: var(--primary-blue);

    border-radius: 2px;

}

.section-lead {

    margin-top: 14px;

    max-width: 980px;

    font-size: 15px;

    line-height: 1.85;

    color: #6c7c92;

}



/* ===== 组织架构图（SVG 矢量，等比缩放不变形） ===== */

.org-chart {

    display: flex;

    justify-content: center;

    padding: 34px 0 56px;

}

.org-svg {

    width: 100%;

    max-width: 900px;

    height: auto;

    display: block;

}

.org-svg text {

    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;

}

