
/* ===== 豪华版“同期活动” ======= */

/* 定义活动系列子标题颜色 */
: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: 23px;
    letter-spacing: 1px;
    background-color: #f8f8f8;
    /* 垂直居中 */
    display: flex;
    align-items: center;
}

    .box-Conferences h3 b {
        float: left;
        margin-right: 15px;
        font-size: 43px;
        color: #fff;
        line-height: normal;
        padding: 1px 25px;
    }

.box-Conferences h4 {
    margin: 10px auto 0 auto;
}
.box-Conferences h5 {
    margin: 10px auto 0 auto;
    line-height:normal;
}

/* ================================ */
