/* 导入样式表 */
@import url("/static/public/style-en-mob.css");
@import url("/static/public/home-en-mob.css");

@media only screen and (max-width: 840px) {
    /* 2025年度的承办单位（实际是主办，2个单位） */
    .box-Organisers-2 {
        min-width: 90%;
        height: 180px;
    }

        .box-Organisers-2 ul li {
            float: none;
            margin: 0 0 15px 0;
        }
        /* 这个单位名称太长了 */
            .box-Organisers-2 ul li:first-child {
                padding: 7px 0 0 0;
            }
            .box-Organisers-2 ul li:first-child img {
                display: none;
            }
}