@media screen and (min-width:750px) {


    #navcight{
        display: none;
    }
    #m-form-banner{
        display: none;
    }
    #m-footer{
        display: none;
    }
    #header-nav{
        display: block;
    }
    #header-banner{
        display: block;
    }
    #footer{
        display: block;
    } 
}

.img-list-xxsh,
.img-list-jxhj,
.img-list-zshj,
.img-list-skxc{
    width: 14.4rem;
    margin: 0.5rem auto;
    /* border: solid 1px red; */
    height: 7.88rem;
    display: flex;
    justify-content: space-between;
}


.img-list-jxhj{

    padding-left: 2.4rem;
    padding-right: 2.4rem;
    background-color: #F9F9F9;
   


}
.img-list-jxhj,
.img-list-zshj{

    display: block;
   

}




.img-list-skxc{
    background-color: #EE3044;
}


/*住宿环境*/
.img-list-zshj-bottom{

    margin-top:0.3rem;

}
.img-list-zshj-bottom ul{
    
    width: 100%;
    display: flex;
    flex-wrap: wrap;


}
.img-list-zshj-bottom ul li{

    width: 4.63rem;
    height: 3.1rem;

}
.img-list-zshj-bottom ul li:nth-of-type(2),
.img-list-zshj-bottom ul li:nth-of-type(3),
.img-list-zshj-bottom ul li:nth-of-type(5),
.img-list-zshj-bottom ul li:nth-of-type(6){

    margin-left: 0.24rem;

}
.img-list-zshj-bottom ul li:nth-of-type(4),
.img-list-zshj-bottom ul li:nth-of-type(5),
.img-list-zshj-bottom ul li:nth-of-type(6){
    margin-top:0.24rem
}
.img-list-zshj-bottom ul li img{
    width: 100%;
    height: 100%;
}

/*授课现场*/
.img-list-skxc{
    width: 19.2rem;
    height:8rem;
    background:#D5081E ;
    overflow: hidden;
}
.img-list-skxc-right{

    height: 100%;
    width: 2.18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 1rem;

}
.img-list-skxc-right>h2{
    width: 100%;
    /* height: 1rem; */
    text-align: center;
    position: relative;
    border-bottom: solid 0.14rem rgba(238,48,68,0.4);
    margin-bottom: 0.3rem;
}
.img-list-skxc-right>h2>span{
    font-size: 0.4rem !important;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -0.2rem;
    display: block;
    width: 100%;
}
.img-list-skxc-right>a{
    display: block;
    font-size: 0.18rem;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background-color: #EE3044;
    color: #fff;
    border-radius: 0.1rem;
    margin-top:0.4rem;
}

.img-list-skxc>.img-list-skxc-right>p{
    font-size: 0.18rem;
    color: #fff;
}
.img-list-skxc-left{
    margin-top:0.9rem;
    height: 6.24rem;
    width: 14.88rem;
    background-color: #fff;
    margin-left: 0.5rem;
    box-sizing: border-box;
    padding: 0.24rem;
    border-radius: 0.12rem;
}

.img-list-skxc-left>ul>li{
    float: left;
    width: 2.67rem;
    height: 1.79rem;
}
.img-list-skxc-left>ul>li:nth-of-type(1){
    width:8.6rem;
    height: 5.76rem;
}
.img-list-skxc-left>ul>li:nth-of-type(4),
.img-list-skxc-left>ul>li:nth-of-type(5),
.img-list-skxc-left>ul>li:nth-of-type(6),
.img-list-skxc-left>ul>li:nth-of-type(7){
    margin-top: 0.19rem;
}
.img-list-skxc-left>ul>li:nth-of-type(2n){
    margin-left: 0.22rem;
    margin-right: 0.22rem;
}
.img-list-skxc-left>ul>li>img{
    width: 100%;
    height: 100%;
}
.img-list-zshj{
    margin-bottom: 1.2rem;
}




/*238,48,68*/