/*=============== Extra Large(xl) Device ===============*/
@media (min-width: 1200px){
    .container{
        width: 90%;
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
        min-height: 600px
    }
    .next_news{
        width: 100%;height: 40px;display: flex;justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
    }
    .next_news .right_{
        width: 40%;
        height: 40px;
        line-height: 40px;
        text-align: right;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .next_news .left_{
        width: 40%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .next_news .nextInfo_title{
        color: #999999;
    }
    .next_news .nextInfo_title:hover{
        color: rgb(255, 153, 51);
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }
    .course-list li .time{
        font-size: 36px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: bold;
        text-align: left;
        color: #cccccc;
        letter-spacing: 2px;
        margin-top: 90px;
        margin-bottom: 30px;
    }
    .course-list li .paragraph{
        border-left: 1px solid #e5e5e5;
        padding: 40px 0 0 40px;
    }
    .course-list li .paragraph p{
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        letter-spacing: 1px;
    }
    .course-list li .paragraph .icon{
        width: 280px;
        height: 176px;
        border: solid 1px #00ACEE;
        margin-top: 30px;
    }
}


/*=============== Large(LG) Device ===============*/

@media (min-width: 992px) and (max-width: 1199px) {

    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
        min-height: 600px
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }
    .detail{
        position: relative;
        margin-top: 90px;
    }
    .detail .icon{
        width: 400px;
        height: 400px;
        border: solid 1px #1a1a1a;
    }
    .detail img{
        position: absolute;
        left: 370px;
        top: 58px;
    }
    .detail .name{
        position: absolute;
        top: 100px;
        left: 447px;
    }
    .detail .name .text1{
        font-size: 26px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        letter-spacing: 1px;
    }
    .detail .name .text2{
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #999999;
        letter-spacing: 1px;
        text-indent: 40px;
        margin-top: 10px;
    }
    .detail .rank{
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        letter-spacing: 1px;
        position: absolute;
        left: 447px;
        top:220px;

    }
    .detail .rank span{
        display: inline-block;
        width: 100% ;
    }
    .section{
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .section .title{
        font-size: 22px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #ff9933;
        letter-spacing: 1px;
        margin: 32px 0;
    }
    .section .title .section-text{
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        line-height: 30px;
        letter-spacing: 1px;
    }
}


/*=============== 0 to 1199 Device ===============*/

@media (max-width: 1199px) {
    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
        min-height: 600px
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }

}


/*=============== Medium (md) Device ===============*/

@media (min-width: 768px) and (max-width: 991px) {
    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
        min-height: 600px
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }

}


/*=============== 0 to 991 ===============*/

@media (max-width: 991px) {
    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
        min-height: 600px
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }
    .detail{
        position: relative;
        margin-top: 32px;
    }
    .detail .icon{
        width: 200px;
        height: 200px;
        border: solid 1px #1a1a1a;
    }
    .detail img{
        width: 52px;
        height: 52px;
        position: absolute;
        left: 180px;
        top: 38px;
    }
    .detail .name{
        position: absolute;
        top: 50px;
        left: 227px;
    }
    .detail .name .text1{
        font-size: 20px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        letter-spacing: 1px;
    }
    .detail .name .text2{
        font-size: 9px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #999999;
        letter-spacing: 1px;
        text-indent: 20px;
        /*margin-top: 4px;*/
    }
    .detail .rank{
        font-size: 14px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        margin-top: 16px;
        letter-spacing: 1px;

    }
    .detail .rank span{
        display: inline-block;
        width: 100% ;
    }
    .section{
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .section .title{
        font-size: 22px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #ff9933;
        letter-spacing: 1px;
        margin: 32px 0;
    }
    .section .title .section-text{
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        line-height: 30px;
        letter-spacing: 1px;
    }

}


/*=============== Small (sm) Device ===============*/

@media (max-width: 767px) {
    .next_news{
        width: 100%;height: 40px;display: flex;justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
    }
    .next_news .right_{
        width: 40%;
        height: 40px;
        line-height: 40px;
        text-align: right;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        margin-top: 10px;
    }
    .next_news .left_{
        width: 40%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        margin-top: 10px;
    }
    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
        min-height: 600px
    }
    .container .text img{
        width: 100%!important;
        height: auto!important;
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 30px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:42px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 32px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 80px;
        text-align: center;
        font-size: 14px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }
    .course-list li .time{
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: bold;
        text-align: left;
        color: #cccccc;
        letter-spacing: 2px;
        margin-top: 32px;
        margin-bottom: 20px;
    }
    .course-list li .paragraph{
        border-left: 1px solid #e5e5e5;
        padding: 20px 0 0 20px;
    }
    .course-list li .paragraph p{
        font-size: 14px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        letter-spacing: 1px;
    }
    .course-list li .paragraph .icon{
        width: 140px;
        height: 88px;
        border: solid 1px #00ACEE;
        margin-top: 12px;
    }

}


/*=============== Mobile Device ===============*/

@media only screen and (min-width: 576px) and (max-width: 766px) {

    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
        min-height: 600px
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }




}































