@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.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;
    }
    .detial .right .info {
        width: 800px;
        margin-bottom: 50px;
        text-align: left;
    }
    .detial .right .info .imgWarp {
        width: 100%;
        overflow: hidden;
    }
    .detial .right .info .imgWarp img {
        width: 100%;
        transition: all 0.5s;
    }
    .detial .right .info .imgWarp img:hover{
        transform: scale(1.2);
    }
    .info .bot{
        display: flex;
        justify-content: space-between;
    }
    .info .title {
        width: calc(100% - 180px);
        font-size: 26px;
        font-family: Roboto Condensed;
        font-weight: 400;
        line-height: 30px;
        margin-top: 20px;
        color: #383838;
    }
    .info .btn{
        background: #4895DC;
        border-radius: 5px;
        margin-top: 20px;
        font-size: 16px;
        font-family: Roboto Condensed;
        width: 180px;
        text-align: center;
        height: 34px;
        line-height: 20px;
        color: #fff;
        cursor: pointer;
    }
    .info .btn span {
        font-size: 26px;
        font-weight: 700;
        height: 34px;
        line-height: 34px;
    }
    .info p {
        font-size: 16px;
        line-height: 20px;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #737373;
        margin-top: 10px;
    }
}
@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;
    }
    .content img {
        width: 100%;
    }
    .content p {
        font-size: .24rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        margin-bottom: .1rem;
        color: #737373;
    }
    .content .title {
        font-size: .32rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #737373;
    }
    .content .btn{
        background: #4895DC;
        width: 2.66rem;
        border-radius: 5px;
        text-align: center;
        height: .52rem;
        line-height: .52rem;
        font-size: .2rem;
        color: #fff;
        cursor: pointer;
        margin-bottom: .2rem;
        font-family: Roboto Condensed;
        font-weight: 400;
    }
    .content .btn span{
        font-family: Roboto Condensed;
        font-weight: 400;
        font-size: .32rem;
        font-weight: 700;
    }
}