/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/report-cn.css");

:root {
    --HnnColor: #158594;
    --HbgColor: #E7F1EC; 
    --WbgColor: #56BAC1;
    --ItmColor: #4183C4;
}

.box-main > h2:first-child {
    font-size: 22px;
}

.my-TitleInfo ul {
    margin: 5px auto;
    width: 50%;
}

/* 展会概述 */
.box-expoDesc div {
    background: linear-gradient(to bottom, rgba(41,142,137,0.8), rgba(48,163,157,0.8));
    margin-top: -295px
}
    .box-expoDesc div ul li b {
        font-weight: bold;
    }
.box-expoDesc p {
    text-indent:30px;
    margin:10px auto;
}


.box-VipBuyers ul {
    padding:10px 0;
}
.box-VipBuyers ul:first-child {
    width: 28%;
}
.box-VipBuyers ul:nth-child(2n) {
    width: 33%;
}
.box-VipBuyers ul:last-child {
    width: 35%;
}

.box-KeyBuyers ul, .box-KeyBuyers ul:first-child {
    padding: 10px 0;
    width: 32.5%;
}


