@media screen and (min-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/yw-bj.png) no-repeat center;
        background-size: 100% 100%;
        background-position: 0 750px;
    }
    .contentWarp {
        width: 100%;  
    }
    .contentWarp .banner{
        width: 100%;
        height: auto;
    }
    .contentWarp .banner img {
        width: 100%;
        height: auto;
    }
    .content {
        width: 1000px;
        margin: 0 auto;
        padding-top: 40px;
        box-sizing: border-box;
    }
    .content .cle {
        width: 100%;
    }
    .content .cle .title {
        width: 100%;
        font-size: 50px;
        font-family: Roboto Condensed;
        font-weight: 700;
        color: #4895DC;
    }
    .content .cle .text {
        width: 100%;
        font-size: 18px;
        font-family: Roboto Condensed;
        font-weight: 400;
        margin-top: 10px;
        color: #737373;
        line-height: 24px;
    }
    .content .more {
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        border-radius: 25px;
        border: 1px solid #A1A1A1;
        font-family: Roboto Condensed;
        color: #689CA7;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .content .more:hover {
        cursor: pointer;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        color: #fff;
    }
    .content .ecc {
        width: 100%;
    }
    .content .ecc .title1 {
        width: 100%;
        font-size: 50px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 700;
        color: #58bf98;
    }
    .content .ecc .title1 span {
        color: #95d6bd;
        font-family: Roboto Condensed;
    }
    .content .ecc .text {
        width: 100%;
        font-size: 18px;
        font-family: Roboto Condensed;
        font-weight: 400;
        margin-top: 10px;
        color: #737373;
        line-height: 20px;
    }
}
@media screen and (max-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/phone-yw-1.png) no-repeat center;
        background-size: 100% 100%;
    }
    .contentWarp {
        width: 100%;  
    }
    .contentWarp .banner {
        width: 100%;
    }
    .contentWarp .banner img {
        width: 100%;
        height: auto;
    }
    .content {
        width: 100%;
        padding: 3.8rem .4rem .4rem .4rem;
        box-sizing: border-box;
    }
    .content .imgList{
        display: flex;
        overflow-x: scroll;
        margin-top: .4rem;
    }
    .content .imgList img {
        width: 5rem;
        margin-right: .2rem;
        flex: 0 0 auto;
        object-fit: cover;
        box-sizing: border-box;
    }
    .content .title {
        width: 100%;
        font-size: .48rem;
        font-family: Roboto Condensed;
        font-weight: bold;
        color: #4895DC;
    }
    .content .t1 {
        font-size: .48rem;
        font-family: Roboto Condensed;
        font-weight: bold;
        color: #58BF98
    }
    .content .t2 {
        font-size: .48rem;
        font-family: Roboto Condensed;
        font-weight: bold;
        margin-left: .1rem;
        color: #95D6BD;
    }
    .content .text {
        margin-top: .2rem;
        font-size: .24rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #737373;
        line-height: .38rem;
    }
    .content .more {
        margin: 0 auto;
        width: 1.7rem;
        height: .6rem;
        line-height: .6rem;
        text-align: center;
        font-size: .28rem;
        border-radius: .3rem;
        border: 1px solid #A1A1A1;
        font-family: Roboto Condensed;
        color: #689CA7;
        margin-top: .4rem;
        margin-bottom: .8rem;
    }
}