@media screen and (min-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/cx12.png) no-repeat center;
        background-size: 100% 100%;
        background-position: 0 -200px;
    }
    .contentWarp {
        width: 100%;  
    }
    .contentWarp .banner{
        width: 100%;
        height: auto; 
    }
    .contentWarp .banner img {
        width: 100%;
        height: auto;
    }
    .content {
        width: 1000px;
        margin: 0 auto;
        padding-top: 100px;
        box-sizing: border-box;
    }
    .content img {
        width: 100%;
        height: auto;
    }
    .content .ls {
        margin-bottom: 80px;
    }
    .content .imgWarp{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .content .imgWarp img {
        margin-bottom: 40px;
        height: 820px;
    }
    .content .imgWarp .left {
        width: 50%;
        position: relative;
    }
    .content .imgWarp .left img {
        width: 656px;
        height: auto;
    }
    .content .imgWarp .left .more {
        position: absolute;
        top: 60px;
        left: 60px;
        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-top: 20px;
    }
    .content .imgWarp .left .more:hover {
        cursor: pointer;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        color: #fff;
    }
    .content .imgWarp .right {
        width: 50%;
        height: auto;
        position: relative;
    }
    .content .imgWarp .right img {
        width: 656px;
        height: auto;
    }
    .content .imgWarp .right .more {
        position: absolute;
        top: 65px;
        left: 60px;
        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-top: 20px;
    }
    .content .imgWarp .right .more:hover {
        cursor: pointer;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        color: #fff;
    }
    .content .dwtr {
        width: 100%;
        display: flex;
        margin-top: 60px;
        margin-bottom: 60px;
        justify-content: space-between;
    }
    .content .dwtr .title {
        width: 35%;
        font-size: 40px;
        font-family: Roboto Condensed;
        font-weight: 700;
        color: #4895DC;
        padding-top: 5px;
        box-sizing: border-box;
    }
    .content .dwtr .text {
        width: 60%;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #737373;
        line-height: 26px;
    }
    .content .inn {
        position: relative;
    }
    .content .inn .more {
        position: absolute;
        top: 55px;
        left: 60px;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        border-radius: 25px;
        border: 1px solid #A1A1A1;
        font-family: Roboto Condensed;
        color: #689CA7;
        margin-top: 20px;
    }
    .inn .one {
        position: absolute;
        left: 58px;
        top: 158px;
        width: 578px;
        height: 305px;
        cursor: pointer;
    }
    .inn .two {
        position: absolute;
        left: 682px;
        top: 158px;
        width: 578px;
        height: 305px;
        cursor: pointer;
    }
    .inn .there {
        position: absolute;
        left: 58px;
        top: 554px;
        width: 578px;
        height: 305px;
        cursor: pointer;
    }
    .inn .four {
        position: absolute;
        left: 682px;
        top: 554px;
        width: 578px;
        height: 305px;
        cursor: pointer;
    }
    .content .inn .more:hover {
        cursor: pointer;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        color: #fff;
    }
}
@media screen and (max-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/cx12.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: .4rem .4rem;
        box-sizing: border-box;
    }
    .content .title {
        width: 100%;
        font-size: .48rem;
        font-family: Roboto Condensed;
        font-weight: bold;
        color: #4895DC;
    }
    .content .text {
        margin-top: .2rem;
        margin-bottom: .3rem;
        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;
    }
    .content img {
        width: 100%;
        height: auto;
        margin-top: .2rem;
    }
    .videoWarp {
        width: 100%;
        height: auto;
    }
    .videoWarp video {
        width: 100%;
        height: auto;
    }
    .innP .one {
        position: absolute;
        left: 0.7rem;
        top: 2.1rem;
        width: 6rem;
        height: 3.25rem;
        cursor: pointer;
    }
    .innP .two {
        position: absolute;
        left: 0.7rem;
        top: 6.5rem;
        width: 6rem;
        height: 3.25rem;
        cursor: pointer;
    }
    .innP .there {
        position: absolute;
        left: 0.7rem;
        top: 11rem;
        width: 6rem;
        height: 3.25rem;
        cursor: pointer;
    }
    .innP .four {
        position: absolute;
        left: 0.7rem;
        top: 15.4rem;
        width: 6rem;
        height: 3.25rem;
        cursor: pointer;
    }
}