/* 参会名单 */

.container {
    width: 100%;
    background: #ffffff;
}

.bannerBox {
    background: #011585;
}

.listContainer {
    width: 1000px;
    margin: 10px auto 0px;
    text-align: center;
}

.listContainer img {
    width: 100%;
}

.listContainer h3 {
    font-size: 24px;
    font-weight: 400;
    color: #1C4D7C;
    margin-bottom: 15px;
    /* 渐变字体 */
    color: transparent;
    background-image: linear-gradient(to right, #c55c56 0%, #6632a0 50%, #3671e5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}

.listContainer p {
    padding: 5px 0;
}

.listContainer table {
    width: 100%;
}