.mainBody_R .mainBody_R_mbx {
    padding-top: 0;
}

.PopularSchools_list {
    width: 100%;
}

.PopularSchools_list>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.PopularSchools_list>ul>li {
    width: 31.5%;
    border-radius: .75rem;
    overflow: hidden;
    margin: 0 2.75% 2.75% 0;
}

.PopularSchools_list>ul>li:nth-child(3n){
    margin: 0 0 2.75%;
}

.mainBody_R .PopularSchools_list>ul>li a {
    padding: 0;
}

.PopularSchools_box {
    width: 100%;
}

.PopularSchools_box .PopularSchools_prc {
    aspect-ratio: 285/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;
}

.PopularSchools_box .PopularSchools_box_bom .PopularSchools_text {
    margin-top: .875rem;
}

.PopularSchools_box .PopularSchools_box_bom .PopularSchools_text p {
    font-size: .875rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.PopularSchools_box .PopularSchools_box_bom .PopularSchools_text p span {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #d61717;
}

.PopularSchools_box .PopularSchools_box_bom .lookMore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.PopularSchools_box .PopularSchools_box_bom .lookMore .Look {
    font-size: .875rem;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #666666;
}

.PopularSchools_box .PopularSchools_box_bom .lookMore .Look .iconfont {
    display: block;
    margin-right: .25rem;
}

.PopularSchools_box .PopularSchools_box_bom .lookMore .more {
    width: 5rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #0f4875;
    border: 1px solid #0f4875;
    font-size: .875rem;
    line-height: 1.5rem;
    transition: all 0.3s ease;
}

.PopularSchools_box:hover .PopularSchools_box_bom .lookMore .more {
    background: #0f4875;
    color: #fff;
}