@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-top: 80px;
        box-sizing: border-box;
    }
    .content img {
        width: 100%;
        height: auto;
    }
    .content .newd {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .content .newd .left {
        width: 603px;
    }
    .content .newd .left .title {
        font-size: 50px;
        font-family: Roboto Condensed;
        font-weight: 700;
        color: #4895DC;
    }
    .content .newd .left .text {
        font-size: 34px;
        font-family: Roboto Condensed;
        font-weight: 400;
        line-height: 40px;
        color: #383838;
        margin-top: 25px;
        text-align: left;
    }
    .content .newd .left .text:hover {
        color: #007aff;
        cursor: pointer;
    }
    .content .newd .left .date {
        font-size: 12px;
        font-family: Roboto Condensed;
        font-weight: 400;
        line-height: 20px;
        color: #9D9D9D;
        margin-top: 10px;
        text-align: left;
    }
    .content .newd .right {
        width: 630px;
        text-align: right;
    }
    .content .imgWarp {
        width: 100%;
        overflow: hidden;
    }
    .content .imgWarp img {
        width: 100%;
        height: auto;
        transition: all 0.5s;
    }
    .content .imgWarp img:hover {
        transform: scale(1.2);
    }
    .content .more {
        float: right;
        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 .more:hover {
        cursor: pointer;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        color: #fff;
    }
    .mediad {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mediad .left {
        width: 375px;
    }
    .mediad .left .title {
        font-size: 50px;
        font-family: Roboto Condensed;
        font-weight: bold;
        color: #4895DC;
    }
    .mediad .right {
        width: 835px;
    }
    .mediad .right .info {
        float: right;
        margin-top: 20px;
    }
    .content .info .title {
        font-size: 34px;
        font-family: Roboto Condensed;
        font-weight: 400;
        line-height: 40px;
        color: #383838;
    }
    .content .info .text{
        font-size: 18px;
        font-family: Roboto Condensed;
        font-weight: 400;
        line-height: 24px;
        color: #737373;
    }
    .content .dateGroup {
        display: flex;
    }
    .dateGroup .date {
        font-size: 12px;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #8D8D8D;
        margin-top: 10px;
        text-align: left;
        margin-right: 20px;
    }
    .dateGroup .shu {
        width: 2px;
        height: 12px;
        margin-top: 12px;
        background: #D0D0D0;
        margin-right: 20px;
    }
    .dateGroup .from {
        font-size: 12px;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #9D9D9D;
        margin-top: 10px;
        text-align: left;
    }
    .dateGroup .from span {
        color: #4895DC;
        cursor: pointer;
    }
    .ctg {
        width: 100%;
        display: flex;
        border-top: 4px solid #EDF5FD;
        justify-content: space-between;
        padding-top: 30px;
        box-sizing: border-box;
    }
    .ctg .left {
        width: 760px;
    }
    .ctg .right {
        width: 375px;
    }
    .ctg2 {
        width: 100%;
        display: flex;
        border-top: 4px solid #EDF5FD;
        justify-content: space-between;
        padding-top: 30px;
        box-sizing: border-box;
    }
    .ctg2 .left {
        width: 375px;
    }
    .ctg2 .right {
        width: 835px;
    }
    .videoWarp {
        width: 100%;
        margin-bottom: 120px;
    }
    .videoWarp .top {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .videoWarp .top .title {
        font-size: 50px;
        font-family: Roboto Condensed;
        font-weight: 700;
        color: #58BF98;
    }
    .videoList {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 40px;
    }
    .videoList a {
        width: calc((100% - 60px)/3);
    }
    .videoList .item {
        width: 100%;
    }
    .videoList .item .botText1 {
        font-size: 26px;
        font-family: Roboto Condensed;
        font-weight: 400;
        line-height: 34px;
        color: #383838;
    }
    .videoList .item .botText:hover{
        color: #007aff;
        cursor: pointer;
    }

}
@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 .date {
        font-size: .20rem;
        font-family: Roboto Condensed;;
        font-weight: bold;
        color: #9D9D9D;
        text-align: left;
    }
    .content .title {
        width: 100%;
        font-size: .34rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #383838;
    }
    .content .title1 {
        font-size: .30rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #383838;
        line-height: .38rem;
    }
    .content .text {
        margin-top: .2rem;
        font-size: .26rem;
        font-family: Roboto Condensed;
        font-weight: 400;
        color: #737373;
        line-height: .38rem;
    }
    .content .text1 {
        margin-top: .2rem;
        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;
    }
    .dateGroup {
        width: 100%;
        display: flex;
    }
    .dateGroup .time {
        width: 1.8rem;
        font-size: .20rem;
        font-family: Roboto Condensed;;
        font-weight: bold;
        color: #9D9D9D;
        text-align: left;
    }
    .dateGroup .shu {
        width: 2px;
        height: .3rem;
        background: #D0D0D0;
        margin-right: .26rem;
        margin-left: .26rem;
    }
    .dateGroup .from {
        font-size: .20rem;
        font-family: Roboto Condensed;;
        font-weight: bold;
        color: #9D9D9D;
        text-align: left;
    }
    .dateGroup .from span {
        color: #4895DC;
        cursor: pointer;
    }
}