@media screen and (min-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/gybgm.png) no-repeat center;
        background-size: 100% 100%;
    }
    .contentWarp {
        width: 100%;  
    }
    .contentWarp .banner{
        width: 100%;
        height: auto;
    }
    .contentWarp .banner img {
        width: 100%;
        height: auto;
    }
    .content {
        width: 1000px;
        margin: 0 auto;
        padding-bottom: 40px;
        box-sizing: border-box;
    }
    .content .top {
        width: 100%;
        border-bottom: 2px solid #D7EBF4;;
        height: 60px;
        line-height: 70px;
    }
    .content .top .crumb {
        font-size: 18px;
        font-family: Roboto Condensed;
        color: #78B8D9;
    }
    .content .top .crumb span {
        color: #d0cdcd;
        font-size: 14px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .detial {
        margin-top: 50px;
        position: relative;
    }
    .detial .imgWarp{
        width: 100%;
        height: auto;
        position: relative;
    }
    .detial .title{
        left: 35px;
        bottom: -25px;
        padding: 10px 30px 10px 30px;
        border-radius: 10px;
        position: absolute;
        font-family: Roboto Condensed;
        background: #4895DC;
        font-size: 40px;
        color: #fff;
        font-weight: 700;
        line-height: 50px;
        text-align: left;
    }
    .detial img {
        width: 100%;
        border-radius: 2%;
    }
    .detial .info {
        width: 1200px;
        padding: 0 20px;
        border-left: 4px solid #4895DC;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 60px;
    }
    .detial .info p {
        font-size: 24px;
        color: #737373;
        line-height: 36px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
    }
    .detial .info div {
        font-size: 24px;
        color: #737373;
        line-height: 36px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
        margin-bottom:0.2rem;
    }
}
@media screen and (max-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/epbgP.png) no-repeat center;
        background-size: 100%;
        background-position: 0 6.4rem;
    }
    .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 .titleTop {
        font-size: .40rem;
        height: .6rem;
        color: #4895dc;
        line-height: .4rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        border-bottom: .08rem solid #d7ebf4;
    }
    .content .checkWarp{
        display: flex;
        overflow-x: scroll;
        margin-top: .4rem;
    }
    .content img {
        width: 100%;
    }
    .content .checkWarp .checkItem {
        width: 3rem;
        height: 1.2rem;
        padding: .4rem .2rem;
        margin-right: .2rem;
        background: #f3f8fc;
        flex: 0 0 auto;
        object-fit: cover;
        font-size: .28rem;
        font-family: Roboto Condensed;
        font-weight: 600;
        border-radius: 4px;
        color: #4895dc;
        position: relative;
        text-align: left;
        box-sizing: border-box;
    }
    .content .checkWarp .checkItem.check{
        background: #4895dc;
        color: #fff;
    }
    .content .checkWarp .checkItem.check::after {
        content: "";
        position: absolute;
        bottom: 2px;
        right: -7px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 10px solid #fff;
    }
    .title {
        font-size: .4rem;
        color: #4895DC;
        line-height: .4rem;
        margin-top: .3rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        text-align: left;
    }
    .text {
        font-size: .24rem;
        color: #737373;
        line-height: .26rem;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
    }
    .text div{
        margin-bottom:0.2rem;
    }
    .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;
    }
}