@media (max-width: 1930px) {
    .teacher-list>div:nth-child(2n)>.teacher-list-box{
        margin-left: 0;
    }
    .head-menu{
        display: none !important;
    }
}
@media (max-width: 1400px) {
	.banner .swiper-button-next{
        right: 6%;
        margin-right: 0;
    }
    .banner .swiper-button-prev{
left: 6%;
    margin-left: 0
    }
    .head-menu{
        display: none !important;
    }
}
@media (max-width: 1100px) {
	.nav .nav-col ul li{
        width: calc(100% / 7);
    }
    .nav .nav-col{
        padding: 0;
    }
    .head .head-logo img{
        height: 60px;
    }
    .head{
        padding: 0 20px;
    }
    .head-menu{
        display: none !important;
    }
}
@media (max-width:1000px) {
 .link_yy{display:none !important;}
.head .head-wx{display:none !important;}
    .teacher-list-box{
        margin-left: -15px !important;
        width: calc(100% + 30px) !important;
        padding-left: 0;
    }
    .teacher-list-inform{
        padding-left: 10px !important;
    }

.teacher-list .teacher-list-box .teacher-list-inform{
           height: 183px !important;
    }  
    .teacher-list .teacher-list-box .teacher-list-inform p{
        font-size: 13px;
    }
    .teacher-list{
        padding-top: 20px;
    }
    .content .col{
        padding-top: 10px;
    }
}
@media (max-width:860px) {
	.link .link-list{
        padding: 5px 18px;
    }
    .link .link-list ul li{
        /*width: calc(100% / 3);*/
    }
    .link .link-title{
        margin-bottom: 10px;
    }
    .head .head-logo img{
        height: 40px;
    }
    .head{
        height: 60px;
    }
    .head .head-logo{
        height: 60px;
    }
    .head-menu{
        height: 60px !important;
    }
    .head{
        padding: 0 12px;
    }
    .news{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .head .head-search{
        margin: 17px 0;
    }
    .head-menu{
        display: flex !important;
    }
    .head .head-search{
        display: none;
    }
    .content .col .page ul li{
        margin: 0 2px;
    }
    .content .col .list-content{
        padding-top: 20px;
    }
    .teacher-inform .teacher-inform-data .teacher-data-img{
        width: 120px;
        height: 160px; 
    }
    .teacher-inform .teacher-inform-data .teacher-data-inf{
        width: calc(100% - 120px);
        padding: 0;
        padding-left: 20px;
        height: 160px;
    }
    .teacher-inform .teacher-inform-data .teacher-data-inf p{
        font-size: 13px;
        line-height: 26px;
    }
    .teacher-inform .teacher-inform-data .teacher-data-inf h3{
        font-size: 18px;
        line-height: 30px;
    }
    .teacher-inform .teacher-inform-list p{
        font-size: 12px;
        line-height: 26px;
    }
    .teacher-inform .teacher-inform-list{
        padding-top: 30px;
    }
}

@media (max-width: 1200px){
.col-lg-6 .teacher-list-box {
    margin-left: 0px;
    height: 230px;
}
}