/* 导入样式表 */
@import url("/static/public/style-cn-mob.css");
@import url("/static/public/home-cn-mob.css");

@media only screen and (max-width: 840px) {
    /* === IHE的：指导单位，主/承办单位 ===  */
    .box-last-partners > div:first-child, .box-last-partners > div:nth-child(2) {
        float: none;
        width: 100%;
    }
    /* === IHE的：赞助商、战略合作媒体 ===  */
    .box-last-partners > div:last-child, .box-last-partners > div:nth-child(3) {
        display: none;
    }
    /* ==================================== */
}