/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");
@import url("/static/public/report-cn.css");

:root {
    /*--HnnColor: #016934; 
    --HbgColor: #E7F1EC;
    --WbgColor: #51886C; 
    --ItmColor: #4183C4;*/ 
}

.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;
}

.my-VipBuyers ul {
    width: 37%; /*第2列*/
}
    .my-VipBuyers ul:first-child {
        width: 38%; 
    }
    .my-VipBuyers ul:last-child {
        width: 25%;
    }

.box-Publicity {
    background-color: #4FC2B5;
}



