/* cg11 首页专用样式 — 轮播图等比缩小适配，白底展示 */
body.cg11-home .i_banner {
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 24px rgba(35, 104, 196, 0.08);
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

body.cg11-home .cg_jdt {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

body.cg11-home .cg_jdt .bd {
    position: relative;
    width: 100%;
    aspect-ratio: 1480 / 540;
    max-height: none;
    overflow: hidden;
    background: #ffffff;
}

body.cg11-home .cg_jdt .bd ul,
body.cg11-home .cg_jdt .bd li {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
}

body.cg11-home .cg_jdt .bd li {
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    line-height: 0;
}

body.cg11-home .cg_jdt .bd img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    background: #ffffff;
    padding: 12px 18px;
    box-sizing: border-box;
}

body.cg11-home .qtcgbg {
    padding: 12px 0 24px;
}

body.cg11-home .qtcgbg .qtcgbgleft,
body.cg11-home .qtcgbg .qtcgbgright {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(35, 104, 196, 0.1);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(17, 88, 136, 0.07);
    padding: 0 16px 18px;
    box-sizing: border-box;
    float: none;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

body.cg11-home .qtcgbg > .w1300 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2%;
}

body.cg11-home .qtcgbg > .w1300 > .clear {
    display: none;
}

body.cg11-home .qtcgbg .qtcgbgleft {
    width: auto;
}

body.cg11-home .qtcgbg .qtcgbgright {
    width: auto;
}

body.cg11-home .title_03 {
    margin-bottom: 4px;
}

body.cg11-home .title_03 h1 span {
    letter-spacing: 0.5px;
    font-weight: 600;
}

body.cg11-home .title_more {
    font-size: 14px;
    opacity: 0.85;
    transition: opacity 0.2s ease, color 0.2s ease;
}

body.cg11-home .title_more:hover {
    opacity: 1;
}

/* 材料卡片网格 */
/* 首页材料列表：逐行文字（参考苏州大学样式） */
body.cg11-home .cg11-home-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    width: 100%;
}

body.cg11-home .cg11-home-list li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #e6ebf2;
    line-height: 1;
}

body.cg11-home .cg11-home-list li:last-child {
    border-bottom: none;
}

body.cg11-home .cg11-home-list li a {
    display: block;
    padding: 11px 4px 11px 18px;
    color: #333;
    font-size: 15px;
    line-height: 1.65;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/ico_002.png") left center no-repeat;
    transition: color 0.2s ease;
}

body.cg11-home .cg11-home-list li a:hover {
    color: #2368c4;
}

body.cg11-home .i_box_bk_list,
body.cg11-home .i_box_bk_list2 {
    margin-top: 0;
    height: auto !important;
    overflow: visible !important;
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

body.cg11-home .qtcgbg .cg11-home-list {
    flex: 1 1 auto;
}

body.cg11-home .i_box_bk_list > ul:not(.cg11-home-list),
body.cg11-home .i_box_bk_list2 > ul:not(.cg11-home-list) {
    display: none;
}

body.cg11-home .aboutbox > .w1300 {
    display: flex;
    align-items: stretch;
    gap: 50px;
}

body.cg11-home .aboutbox .cgjj_mtv {
    flex: 0 0 634px;
    width: 634px;
    height: 364px;
    float: none;
    margin: 0;
    box-shadow: 0 4px 16px rgba(35, 104, 196, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

body.cg11-home .aboutbox .cgjj_box {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    height: 364px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

body.cg11-home .aboutbox .cgjj_box .title_03 {
    flex: 0 0 56px;
}

body.cg11-home .aboutbox .aboutbox_nr {
    flex: 1 1 auto;
    width: auto;
    padding: 12px 16px 14px;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
}

body.cg11-home .aboutbox_nr p {
    line-height: 1.75;
    font-size: 16px;
    margin: 0;
}

body.cg11-home .aboutbox .aboutbox_nr .vsbcontent_start {
    margin: 0;
}

body.cg11-home .aboutbox .aboutbox_nr .vsbcontent_start.cgjj-clamped {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
}

/* 底部图片轮播：独立纵向布局，避免套用双栏 flex */
body.cg11-home .qtcgbg_photo {
    padding-bottom: 28px;
}

body.cg11-home .qtcgbg_photo > .w1300 {
    display: block;
}

body.cg11-home .qtcgbg_photo .title_03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    overflow: visible;
}

body.cg11-home .qtcgbg_photo .title_03 h1 {
    float: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 56px;
    min-width: 0;
    padding: 0 28px 0 52px;
    border-radius: 4px;
    overflow: visible;
}

body.cg11-home .qtcgbg_photo .title_03 h1 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 56px;
    width: 100%;
    object-fit: fill;
    z-index: 0;
}

body.cg11-home .qtcgbg_photo .title_03 h1 span {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    white-space: nowrap;
}

body.cg11-home .qtcgbg_photo .title_more {
    float: none;
    flex: 0 0 auto;
    margin-left: 16px;
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

body.cg11-home .qtcgbg_photo .ixy_box {
    position: relative;
    width: 100%;
    max-width: 1300px;
    height: auto !important;
    min-height: 0;
    margin: 0 auto;
    padding: 0 56px;
    box-sizing: border-box;
    overflow: hidden;
}

body.cg11-home .qtcgbg_photo .ixy_box .bd {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 982px;
    height: auto !important;
}

body.cg11-home .qtcgbg_photo .ixy_box .bd > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}

body.cg11-home .qtcgbg_photo .ixy_box .bd li {
    float: none;
    flex: 0 0 182px;
    width: 182px !important;
    min-width: 182px !important;
    max-width: 182px !important;
    height: auto !important;
    margin: 0 18px 0 0 !important;
    padding: 8px;
    border: 1px solid rgba(35, 104, 196, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(17, 88, 136, 0.07);
    box-sizing: border-box;
    list-style: none;
    overflow: hidden !important;
    position: relative;
}

body.cg11-home .qtcgbg_photo .ixy_box .bd li .pic {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    border-radius: 4px;
    overflow: hidden;
    background: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

body.cg11-home .qtcgbg_photo .ixy_box .prev,
body.cg11-home .qtcgbg_photo .ixy_box .next {
    top: 42%;
    width: 40px;
    height: 40px;
    z-index: 10;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

body.cg11-home .qtcgbg_photo .ixy_box .prev {
    left: 6px;
    right: auto !important;
    background: url(../images/cgzsjt.png) 0 0 no-repeat !important;
}

body.cg11-home .qtcgbg_photo .ixy_box .next {
    right: 6px;
    left: auto !important;
    background: url(../images/cgzsjt.png) -59px 0 no-repeat !important;
}

body.cg11-home .qtcgbg_photo .ixy_box.is-slide-ready .bd > ul {
    opacity: 1;
}

body.cg11-home .qtcgbg_photo .ixy_box .bd li > a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

body.cg11-home .qtcgbg_photo .ixy_box .bd li .pic img {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain !important;
    object-position: center center;
    transform: none !important;
}

body.cg11-home .qtcgbg_photo .ixy_box .bd li:hover .pic img {
    transform: none !important;
}

body.cg11-home .qtcgbg_photo .ixy_box .bd li span {
    color: #555;
    font-size: 13px;
    line-height: 1.45;
    height: auto;
    min-height: 38px;
    max-height: 42px;
    margin-top: 6px;
    padding: 0 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

body.cg11-home .qtcgbg_photo .ixy_box .bd li:hover span {
    color: #2368c4;
}

@media screen and (max-width: 1300px) {
    body.cg11-home .aboutbox .cgjj_mtv {
        flex-basis: 600px;
        width: 600px;
        height: 344px;
    }

    body.cg11-home .aboutbox .cgjj_box {
        height: 344px;
    }
}

@media screen and (max-width: 992px) {
    body.cg11-home .aboutbox > .w1300 {
        display: block;
    }

    body.cg11-home .aboutbox .cgjj_mtv,
    body.cg11-home .aboutbox .cgjj_box {
        width: 100%;
        max-width: 634px;
        height: auto;
        margin: 0 auto 20px;
    }

    body.cg11-home .aboutbox .aboutbox_nr .vsbcontent_start {
        -webkit-line-clamp: unset;
        display: block;
    }

    body.cg11-home .qtcgbg > .w1300 {
        display: block;
    }

    body.cg11-home .qtcgbg .qtcgbgleft,
    body.cg11-home .qtcgbg .qtcgbgright {
        width: 100%;
        float: none;
        margin-bottom: 16px;
        display: block;
    }

    body.cg11-home .qtcgbg_photo .title_03 h1 span {
        white-space: normal;
        font-size: 20px;
    }

    body.cg11-home .qtcgbg_photo .ixy_box {
        padding: 0 36px;
    }

    body.cg11-home .qtcgbg_photo .ixy_box .bd {
        max-width: 100%;
    }

    body.cg11-home .cg11-home-list li a {
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.cg11-home .cg_jdt .bd {
        max-height: none;
        aspect-ratio: 16 / 10;
    }
}
