* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
            background: #F5F7FA;
            color: #1e2a3a;
            line-height: 1.6;
        }
        a {
            text-decoration: none;
            color: inherit;
        }
        ul {
            list-style: none;
        }
        .container {
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 20px;
        }

        

        /* ============================================================
                   医院简介主体
                   ============================================================ */

        .hospital-main {
            padding: 24px 0 40px;
        }

        /* ---- 医院信息头 ---- */
        .hospital-header {
            background: #ffffff;
            border-radius: 16px;
            padding: 24px 12px;
            margin-bottom: 24px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #edf0f5;
            display: flex;
            align-items: center;
            gap: 24px;
            flex-wrap: wrap;
        }
        .hospital-header .header-left {
            display: flex;
            align-items: center;
            gap: 18px;
            flex: 1;
            min-width: 200px;
        }
        .hospital-header .header-left .logo-big {
            width: 72px;
            height: 72px;
            background: linear-gradient(145deg, #eef3fc, #dce6f5);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 18px;
            color: #08C7A3;
            flex-shrink: 0;
        }
        .hospital-header .header-left .hospital-name-wrap {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .hospital-header .header-left .hospital-name-wrap h1 {
            font-size: 24px;
            font-weight: 700;
            color: #1e2a3a;
        }
        .hospital-header .header-left .hospital-name-wrap .badge-group {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 10px;
        }
        .hospital-header .header-left .hospital-name-wrap .badge-group span {
            display: inline-block;
            padding: 2px 14px;
            border-radius: 12px;
            font-weight: 500;
            font-size: 13px;
        }
        .hospital-header .header-left .hospital-name-wrap .badge-group span:first-child {
            background: #08C7A3;
            color: #ffffff;
        }
        .hospital-header .header-left .hospital-name-wrap .badge-group span:last-child {
            background: #E6F9F4;
            color: #08C7A3;
        }

        .hospital-header .header-right {
            display: flex;
            flex-direction: column;
            gap: 4px;
            font-size: 14px;
            color: #5a6a7e;
            flex-shrink: 0;
        }
        .hospital-header .header-right i {
            color: #8a9aa8;
            width: 20px;
            text-align: center;
        }
        .hospital-header .header-right .phone {
            color: #1e2a3a;
            font-weight: 500;
        }

        /* ---- 医院简介详情 ---- */
        .intro-section {
            background: #ffffff;
            border-radius: 16px;
            padding: 28px 32px;
            margin-bottom: 28px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #edf0f5;
        }
        .intro-section .intro-title {
            font-size: 22px;
            font-weight: 700;
            color: #1e2a3a;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .intro-section .intro-title i {
            color: #08C7A3;
        }
        .intro-section .intro-content {
            font-size: 15px;
            color: #4a5a6e;
            line-height: 2;
            text-align: justify;
        }
        .intro-section .intro-content .expand-btn {
            display: inline-block;
            margin-top: 8px;
            color: #08C7A3;
            font-weight: 500;
            cursor: pointer;
            font-size: 15px;
        }
        .intro-section .intro-content .expand-btn:hover {
            text-decoration: underline;
        }

        /* ---- 通用板块标题 ---- */
        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 18px;
            flex-wrap: wrap;
            gap: 8px 12px;
        }
        .section-header h2 {
            font-size: 22px;
            font-weight: 700;
            color: #1e2a3a;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .section-header h2 i {
            color: #08C7A3;
            font-size: 20px;
        }
        .section-header .more {
            font-size: 14px;
            color: #6a7a8e;
            display: flex;
            align-items: center;
            gap: 4px;
            cursor: pointer;
            transition: color 0.2s;
            white-space: nowrap;
        }
        .section-header .more:hover {
            color: #08C7A3;
        }
        

        /* ============================================================
                   响应式
                   ============================================================ */

        @media (max-width: 992px) {
            .party-list {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .intro-section {
                padding: 20px 18px;
            }
            .intro-section .intro-title {
                font-size: 19px;
            }
            .intro-section .intro-content {
                font-size: 14px;
                line-height: 1.9;
            }

            .section-header h2 {
                font-size: 19px;
            }

            .expert-grid {
                grid-template-columns: 1fr 1fr;
                gap: 14px;
            }
        }

        @media (max-width: 480px) {

            .hospital-header .header-left .logo-big {
                width: 56px;
                height: 56px;
                font-size: 14px;
            }
            .hospital-header .header-left .hospital-name-wrap h1 {
                font-size: 18px;
            }
            .hospital-header .header-left .hospital-name-wrap .badge-group span {
                font-size: 11px;
                padding: 1px 10px;
            }

            .intro-section .intro-content {
                font-size: 13px;
            }
            .section-header h2 {
                font-size: 17px;
            }

        }