.mainBody_R .mainBody_R_mbx {
    padding-top: 0;
}

.PopularSchools_list {
    width: 100%;
}

.PopularSchools_list>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.PopularSchools_list>ul>li {
    width: 31.5%;
}


.mainBody_R .PopularSchools_list>ul>li a {
    padding: 0;
}

.PopularSchools_box {
    width: 100%;
}

.PopularSchools_box .PopularSchools_prc {
    aspect-ratio: 265/160;
    overflow: hidden;
    width: 100%;
}

.PopularSchools_box .PopularSchools_prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.PopularSchools_box:hover .PopularSchools_prc img {
    transform: scale(1.1);
}

.PopularSchools_box .PopularSchools_box_bom {
    padding: 1rem 1.125rem 1.25rem;
}

.PopularSchools_box .PopularSchools_box_bom .PopularSchools_title {
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #282828;
}