.nyschool {
    padding-top: 0.9rem;
    padding-bottom: 1.15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nyschool .a-left {
    width: calc(100%/2 - 0.12rem);
}

.nyschool .a-left .title {
    padding: 0.2rem 0.45rem;
    font-size: 0.28rem;
    color: #fff;
    background: url(../images/school/bg1.png) no-repeat;
    background-size: 100% 100%;
}
.nyschool .a-left .title.first {
    padding: 0.2rem 0.45rem;
    font-size: 0.28rem;
    color: #fff;
    background: url(../images/school/ybg.jpg) no-repeat;
    background-size: 100% 100%;
}
.nyschool .a-right {
    width: calc(100%/2 - 0.12rem);
}

.bod {
    background: #fff;
    box-shadow: 0 0 0.3rem rgba(62, 81, 110, 0.1);
    padding: 0.2rem 0.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bod .it {
    padding: 0.25rem 0;
    width: calc(100%/2 - 0.15rem);
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.bod .it:hover a {
    padding-left: 0.2rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.bod .it:hover .txt {
    color: #6094ca;
}

.bod .it .a-ic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bod .it .txt {
    padding-left: 0.45rem;
    font-size: 0.18rem;
    color: #333;
}

.a-right .part {
    padding-bottom: 0.25rem;
}

.a-right .num1 .title {
    padding: 0.2rem 0.45rem;
    font-size: 0.28rem;
    color: #fff;
    background: url(../images/school/bg2.png)no-repeat;
    background-size: 100% 100%;
}

.a-right .num2 .title {
    padding: 0.2rem 0.45rem;
    font-size: 0.28rem;
    color: #fff;
    background: url(../images/school/bg3.png)no-repeat;
    background-size: 100% 100%;
}

.a-right .num3 .title {
    padding: 0.2rem 0.45rem;
    font-size: 0.28rem;
    color: #fff;
    background: url(../images/school/bg4.png)no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1280px) {
    .nyschool .a-left {
        width: calc(100%/2 - 0.06rem);
    }
    .bod .it {
        padding: 0.25rem 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
}

@media screen and (max-width: 1080px) {
    .nyschool .a-left {
        width: calc(100%/2 - 0.06rem);
    }
}

@media screen and (max-width: 950px) {
    .nyschool .a-left {
        width: 100%;
        padding-bottom: 0.25rem;
    }
    .nyschool .a-right {
        width: 100%;
    }
    .bod .it {
        padding: 0.25rem 0;
        width: calc(100%/2 - 0.05rem);
        display: flex;
        justify-content: space-between;
        position: relative;
    }
}

@media screen and (max-width: 650px) {
    .bod .it {
        padding: 0.25rem 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .nyschool {
        padding-top: 40px;
        padding-bottom: 55px;
    }
}