/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/report-cn.css");
@import url("/static/public/parts-cn.css");

:root {
    --HnnColor: #348233; /* H2-3标签字体颜色 */
    --HbgColor: #DEECC1; /* H3、H4的span背景颜色 */
    --WbgColor: #84B139; /* 适配白色字体的背景颜色*/
    --ItmColor: #4183C4; /* 项目数值字体颜色 */
    /* --menu-float-item-bg: #1E949D;左右子菜单项背景色，原始定义在：style-cn.css */
}

/*.box-main h3, .box-main h4 {
    font-size: 15px;
}*/


.my-TitleInfo ul {
    margin: 15px auto 5px auto;
    width: 50%;
}


/* ===== 豪华版“同期活动” ======= */

/* 定义活动系列子标题颜色 */
:root {
    --myConferencesColor10: #708BC0;
    --myConferencesColor20: #308691;
    --myConferencesColor30: #CB474F;
    --myConferencesColor40: #0E4A6D;
    --myConferencesColor50: #8A6C6C;
    --myConferencesColor60: #3E3939;
    --myConferencesColor70: #389BCF;
    --myConferencesColor80: #928AAB;
    --myConferencesColor90: #BD9119;
}

.box-Conferences > div:nth-child(1) h3 {
    color: var(--myConferencesColor10);
}

    .box-Conferences > div:nth-child(1) h3 b {
        background-color: var(--myConferencesColor10);
    }

.box-Conferences > div:nth-child(2) h3 {
    color: var(--myConferencesColor20);
}

    .box-Conferences > div:nth-child(2) h3 b {
        background-color: var(--myConferencesColor20);
    }

.box-Conferences > div:nth-child(3) h3 {
    color: var(--myConferencesColor30);
}

    .box-Conferences > div:nth-child(3) h3 b {
        background-color: var(--myConferencesColor30);
    }

.box-Conferences > div:nth-child(4) h3 {
    color: var(--myConferencesColor40);
}

    .box-Conferences > div:nth-child(4) h3 b {
        background-color: var(--myConferencesColor40);
    }

.box-Conferences > div:nth-child(5) h3 {
    color: var(--myConferencesColor50);
}

    .box-Conferences > div:nth-child(5) h3 b {
        background-color: var(--myConferencesColor50);
    }

.box-Conferences > div:nth-child(6) h3 {
    color: var(--myConferencesColor60);
}

    .box-Conferences > div:nth-child(6) h3 b {
        background-color: var(--myConferencesColor60);
    }

.box-Conferences > div:nth-child(7) h3 {
    color: var(--myConferencesColor70);
}

    .box-Conferences > div:nth-child(7) h3 b {
        background-color: var(--myConferencesColor70);
    }

.box-Conferences > div:nth-child(8) h3 {
    color: var(--myConferencesColor80);
}

    .box-Conferences > div:nth-child(8) h3 b {
        background-color: var(--myConferencesColor80);
    }

.box-Conferences > div:nth-child(9) h3 {
    color: var(--myConferencesColor90);
}

    .box-Conferences > div:nth-child(9) h3 b {
        background-color: var(--myConferencesColor90);
    }

/* 下面是各类构件 */
.box-Conferences > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

/* 2个ul并列的box */
.my-Conferences-2ulBox {
    border-top: solid 4px #fff;
    margin: 0 auto;
    padding: 0;
}

    .my-Conferences-2ulBox ul {
        width: 50%;
    }

    .my-Conferences-2ulBox li {
        list-style: none;
        margin: 0 auto;
        padding-right: 10px;
        display: inline-block;
        width: 100%;
        background-color: #f8f8f8;
        border-bottom: solid 4px #fff;
    }

        .my-Conferences-2ulBox li img {
            float: left;
            margin-right: 8px;
        }

        .my-Conferences-2ulBox li p {
            line-height: normal;
            width: auto;
            font-size: 14px;
        }

            .my-Conferences-2ulBox li p span {
                font-size: 15px;
                color: var(--ItmColor);
                float: none;
                margin: 0 5px;
            }

/* 系列h标签 */
.box-Conferences h3 {
    margin: 0 auto;
    padding-right: 15px;
    line-height: normal;
    font-size: 21px;
    letter-spacing: 1px;
    background-color: #f8f8f8;
    /* 垂直居中 */
    display: flex;
    align-items: center;
}

    .box-Conferences h3 b {
        float: left;
        margin-right: 15px;
        font-size: 54px;
        color: #fff;
        line-height: normal;
        padding: 1px 30px;
        /*border-radius:0;*/
    }

.box-Conferences h4 {
    margin: 10px auto;
    font-size: 16px;
}

.box-Conferences h5 {
    margin: 10px auto;
    font-size: 15px;
}


/* 私有特定定义 */
.my-CaseShare ul {
    width: 27%;
}

    .my-CaseShare ul:first-child {
        width: 19%;
    }
/* ================================ */
