/* 导入样式表 */
@import url("/static/public/style-en.css");
@import url("/static/public/parts-en.css");
@import url("/static/public/report-en.css");


/* 组织单位 */
.my-Organization-1 ul {
    width: 50%;
}
.my-Organization-2 ul:first-child {
    width: 65%;
}
.my-Organization-2 ul:last-child {
    width: 35%;
}
.my-Organization-1 li, .my-Organization-2 li {
    list-style-image:url(/static/public/images/start.png);
}


/* 展会概述 */
.box-expoDesc div {
    background: linear-gradient(to bottom, rgba(87,197,185,0.8), rgba(71,192,181,1));
    margin-top: -295px
}
    .box-expoDesc div ul li b {
        font-weight: bold;
    }

/* Vip采购团 */
.my-VIPGroupBuyers ul:first-child {
    width: 56%;
}
.my-VIPGroupBuyers ul:last-child {
    width: 44%;
}

.my-Visiting-Categories tr td:first-child {
    width: 535px;
}

.box-Publicity {
    background-color: #4FC2B5;
}