/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/report-cn.css");
@import url("/static/public/parts-cn.css");

.box-main > h2:first-child {
    font-size: 24px;
}

.my-TitleInfo ul{
    margin:15px auto 5px auto;
    width:50%;
}

/* 三列子表：对/static/public/style.css的.box-max4son 类再定义 */
.my-Organization ul {
    width: 32.5%; /*第2列*/
}
    .my-Organization ul:first-child {
        width: 38.5%;
    }
    .my-Organization ul:last-child {
        width: 29%;
    }
    .my-Organization ul li {
        list-style-image: url(/static/public/images/start.png);
    }

.my-VipGroupBuyers {
    padding:15px;
    background-color:#f8f8f8;
}
    .my-VipGroupBuyers ul {
        width: 28%; /*第2列*/
    }
    .my-VipGroupBuyers ul:first-child {
        width: 37%;
    }
    .my-VipGroupBuyers ul:last-child {
        width: 35%;
    }




