/* 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;
            }
/* ================================ */

/* li 浮动从左到右依次排列 */
.ul-liFloatList {
    display: inline-block;
    width: 100%;
    background-color: #E9F4FA;
    padding: 6px 10px;
    border-bottom-right-radius: 25px;
}

    .ul-liFloatList li, .ul-liFloatList small {
        float: left;
        margin-right: 25px;
    }

        .ul-liFloatList li:last-child, .ul-liFloatList small:last-child {
            margin-right: 0;
        }

/* 获奖企业名单 */
.my-CmpList div:first-child {
    width: 35%;
}

.my-CmpList div:nth-child(2) {
    width: 42%;
}

.my-CmpList div:last-child {
    width: 21%;
}

.my-CmpList ul {
    font-size: 14px;
    padding: 0 10px 10px 3px;
}

.my-CmpList h4 {
    padding: 0 0 5px 0;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    border-bottom: solid 1px #fff;
}