@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 {
        display: flex;
        padding-top: 40px;
    }
    .detial .left {
        width: 285px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .detial .left .item {
        width: 100%;
        text-align: left;
        font-size: 22px;
        line-height: 20px;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #a0c6ea;
        padding-left: 50px;
        margin-bottom: 20px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .detial .left .item.check{
        font-weight: 700;
        font-size: 22px;
        color: #4895dc;
        position: relative;
    }
    .detial .left .item:hover{
        color: #4895dc;
    }
    .detial .left .item.check1{
        font-weight: 500;
        color: #4895dc;
        position: relative;
    }
    .detial .left .item.tit1 {
        font-size: 22px;
    }
    .detial .left .item.tit2 {
        font-size: 18px;
    }
    .detial .left .item.check::before{
        content: "";
        position: absolute;
        top: 2px;
        left: 30px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-top: 15px solid transparent;
        border-right: 15px solid #4895dc
    }
    .detial .right {
        width: calc(100% - 285px);
        border-left: 1px solid #D7EBF4;
        padding-left: 75px;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 80px;
    }
    .detial .right img {
        width: 100%;
        border-radius: 2%;
    }
    .detial .right .title {
        font-size: 35px;
        font-family: Roboto Condensed;
        line-height: 35px;
        font-weight: 700;
        color: #383838;
        margin-top: 20px;
        margin-bottom: 10px !important;
        text-align: left;
    }
    .detial .right p {
        font-size: 18px;
        line-height: 24px;
        color: #737373;
        font-family: Roboto Condensed;
        margin-top: 20px;
        margin-bottom: 0px !important;
        font-weight: 400;
        text-align: left;
    }
    .detial .right div {
        font-size: 18px;
        line-height: 24px;
        color: #737373;
        font-family: Roboto Condensed;
        margin-top: 20px;
        font-weight: 400;
        text-align: left;
    }

}
@media screen and (max-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%;
        
    }
    .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;
        margin-bottom: .6rem;
    }
    .title {
        font-size: .4rem !important;
        color: #4895DC !important;
        line-height: .45rem !important;
        margin-top: .3rem !important;
        font-family: Roboto Condensed;
        font-weight: 400;
        text-align: left !important;
    }
    .content p {
        font-size: .24rem;
        color: #737373;
        line-height: .36rem;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
        margin-top: .2rem;
    }
    .content img {
        width: 100%;
        border-radius: 2%;
        margin-top: .2rem;
        margin-bottom: .4rem;
    }
}