@media screen and (min-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/cdBg.png) no-repeat center;
        background-size: 100% auto;
        background-position: 0 540px;
    }
    .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 {
        width: 100%;
    }
    .detial .title1 {
        font-size: 40px;
        line-height: 40px;
        font-family: Roboto Condensed;
        font-weight: 700;
        color: #4895dc;
    }
    .detial .title1 span {
        color: #a0c6ea;
    }
    .detial .topText {
        margin-top: 20px;
        border-left: 4px solid #5eadd6;
        border-right: 4px solid #5eadd6;
        font-size: 18px;
        font-family: Roboto Condensed;
        font-weight: 400;
        padding: 10px 20px;
        color: #4d7ba5;
        line-height: 24px;
        text-align: left;
        box-sizing: border-box;
    }
    .detial .checkWarp {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .detial .checkWarp .checkItem {
        font-size: 32px;
        width: calc((100% - 60px)/4);
        height: 120px;
        background: #fff;
        font-family: Roboto Condensed;
        border-radius: 5px;
        color: #81AED8;
        padding: 60px 10px 5px 10px;
        border: 2px solid #E0F4FF;
        text-align: left;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
    }
    .detial .checkWarp .isCheck {
        color: #fff;
        font-size: 32px;
        background:
          radial-gradient(100% 166.67% at 100% 100%, #45A2D3 0%, #7FBAD9 100%)
    }
    .detial .checkWarp .checkItem::after{
        content: "";
        position: absolute;
        bottom: 4px;
        right: -12px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-top: 15px solid transparent;
        border-right: 15px solid #DFF3FB;
    }
    .detial .checkWarp .isCheck::after{
        content: "";
        position: absolute;
        bottom: 4px;
        right: -12px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-top: 15px solid transparent;
        border-right: 15px solid #fff;
    }
    .detial .checkWarp .checkItem.check{
        background: #7FBAD9;
        border-radius: 5px;
        line-height: 100px;
        font-family: Roboto Condensed;
        color: #fff;
        font-size: 32px;
    }
    .detial .infoWarp {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }
    .detial .infoWarp img {
        width: 800px;
    }
    .detial .infoWarp .info{
        width: 340px;
        border-right: 2px solid #d7ebf4;
        padding: 0 60px 0 80px;
        font-size: 18px;
        color: #737373;
        line-height: 24px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
    }
    .detial .tjt {
        width: 100%;
        margin-top: 60px;
    }
    .detial .infoWarp .info .infoTitle{
        font-size: 40px;
        color: #4895DC;
        line-height: 35px;
        font-family: Roboto Condensed;
        font-weight: 700;
        text-align: left;
    }
    .detial .infoWarp .info .infoText {
        font-size: 18px;
        color: #737373;
        line-height: 24px;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
    }
    .detial .list {
        width: 100%;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 45px;
    }
    .detial .list a {
        cursor: pointer;
        width: calc((100% - 90px)/3);
        /*margin-bottom: 40px;*/
    }
    .detial .list a .title {
        font-family: Roboto Condensed;
        font-size: 26px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 10px !important;
        color: #333;
    }
    .detial .list a .text {
        font-family: Roboto Condensed;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        margin-bottom: 10px !important;
        color: #333;
    }
    .detial .list a .text span{
        font-family: Roboto Condensed;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #737373;
    }
    .detial .list a img {
        width: 100%;
        height:2.6rem;
        border-radius: 1.5%;
    }
    .page {
        display: flex;
        justify-content:center;
    }
    .page .item:nth-child(2){
        color: #ffffff;
        border: 1px solid #4895DC;
        background: #4895DC;
    }
    .page .item {
        cursor: pointer;
        text-align: center;
        padding: 0 10px;
        font-size: 10px;
        line-height: 30px;
        color: #383838;
        box-sizing: border-box;
        background: #f7f7f7;
        margin-right: 8px;
        font-family: Roboto Condensed;
        font-weight: 400;
        border: 1px solid #f2eded;
        border-radius: 2px;
    }
    .page .itemnum a {
        cursor: pointer;
        text-align: center;
        padding: 6px 10px;
        font-size: 10px;
        line-height: 30px;
        color: #383838;
        box-sizing: border-box;
        background: #f7f7f7;
        margin-right: 8px;
        font-family: Roboto Condensed;
        font-weight: 400;
        border: 1px solid #f2eded;
        border-radius: 2px;
    }
    .page .itemnum font {
        cursor: pointer;
        text-align: center;
        padding: 6px 10px;
        font-size: 10px;
        line-height: 30px;
        color: #ffffff !important;
        box-sizing: border-box;
        background: #4895DC;
        margin-right: 8px;
        font-family: Roboto Condensed;
        font-weight: 400;
        border: 1px solid #4895DC;
        border-radius: 2px;
    }
    .page .itemnum span {
        width: 0px !important;
    }
    .page .item:hover {
        color: #ffffff;
        border: 1px solid #4895DC;
        background: #4895DC;
    }
    .page .item a:hover {
        color: #ffffff !important;
        border: 1px solid #4895DC;
        background: #4895DC;
    }

}
@media screen and (max-width: 750px) {
    body {
        background: url(/ctgenglish/template/common/img/cebgP.png) no-repeat center;
        background-size: 100%;
        background-position: 0 6.7rem;
    }
    .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: #81AED8;
        position: relative;
        text-align: left;
        box-sizing: border-box;
    }
    .content .checkWarp .checkItem::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 #DFF3FB;
    }
    .content .checkWarp .checkItem.check{
        background:
        radial-gradient(100% 166.67% at 100% 100%, #45A2D3 0%, #7FBAD9 100%);
        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;
    }
    .content .list {
        display:flex;
        flex-wrap: wrap;
        gap: .5rem;
    }
    .title {
        font-size: .46rem;
        color: #4895DC;
        line-height: .46rem;
        margin-top: .3rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        text-align: left;
    }
    .text {
        font-size: .26rem;
        color: #737373;
        line-height: .32rem;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
    }
    .title1 {
        font-size: .46rem;
        color: #333;
        line-height: .46rem;
        margin-top: .3rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        text-align: left;
        margin-bottom: .1rem !important;
    }
    .text1 {
        font-size: .26rem;
        color: #333333;
        line-height: .32rem;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 700;
        margin-bottom: .1rem !important;
    }
    .text1 span{
        font-size: .26rem;
        color: #737373;
        line-height: .32rem;
        text-align: left;
        font-family: Roboto Condensed;
        font-weight: 400;
    }
    .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;
    }
    .page {
        display: flex;
        justify-content:center;
    }
    .page .left {
        margin-left: 0px;
    }
    .page .right {
        text-align: right;
        margin:0 auto;
        margin-right:0px
    }
    .page .item:nth-child(2){
        color: #ffffff;
        border: 1px solid #4895DC;
        background: #4895DC;
    }
    .page .item {
        cursor: pointer;
        text-align: center;
        padding: 0 16px;
        font-size: 14px;
        line-height: 36px;
        line-height: 36px;
        color: #383838;
        box-sizing: border-box;
        background: #f7f7f7;
        font-family: Roboto Condensed;
        font-weight: 400;
        border: 1px solid #f2eded;
        border-radius: 2px;
    }
    .page .item:hover {
        color: #ffffff;
        border: 1px solid #4895DC;
        background: #4895DC;
    }
}