@media screen and (max-width:960px) {

    #header-nav {
        display: none;
    }

    #header-banner {
        display: none;
    }

    #footer {
        display: none;
    }


    #navcight {
        display: block;
    }

    #m-form-banner {
        display: block;
    }

    #m-footer {
        display: block;
    }

    .teacher-name a {
        font-size: 0.13rem
    }

    .teacher-name {
        max-width: 1.86rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.13rem !important;
    }


    html, html>body {
        overflow-x: hidden;
        padding-top: 0 !important;
        width: 3.75rem;
    }

    .teacher-detail-title {
        margin-top: 0;
    }

    .teacher-detail-main {
        width: 3.75rem;
    }

    .teacher-jianjie {
        margin: 0;
    }

    .main-content {
        width: 3.75rem;
    }

    .teacher-detail-content {
        width: 3.75rem;
        margin: 1rem auto 0.1rem auto;
    }

    .common-nav {
        width: 3.75rem;
    }

    .common-nav-container a {

        display: block;
        width: 0.72rem;
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.09rem;
        margin-left: 0;
    }

    .common-nav-container {
        height: auto;
    }

    .common-nav-content {}

    .common-nav-content a {
        width: 1rem;
    }

    .teacher-detail-content ul {
        width: 3.75rem;
        margin-top: 1.5rem;
    }

    .teacher-detail-content ul li {

        width: 3.55rem;
        margin-left: 0;
        padding: 0;
        height: auto;

    }

    .teacher-detail-content ul li div {

        width: 3.55rem;

    }

    .teacher-detail-content ul li div {
        width: 1.775rem;
        height: auto;
    }

    .teacher-detail-content ul li div img {
        width: 1.7rem;
        height: auto;
    }

    .teacher-detail-content ul li div dl {
        width: 1.85rem;
        margin-left: 0;
        margin-top: 0;
        box-sizing: border-box;
        padding-left: 0.05rem;
        padding-right: 0.05rem;
        /* border: solid 1px red; */
    }

    .teacher-detail-content ul div dl dd {
        margin-top: 0.05rem;
        margin-bottom: 0.05rem;
    }

    .teacher-detail-content ul div dl .teacher-content {
        width: 1.775rem;
        margin-top: 0.02rem;
        height: 0.8rem;
    }

    .teacher-hr {
        display: none;
    }

    .teacher-detail-content ul .teacher-content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        color: #4a4a4a;
    }

    .school-title-course h2 {
        background: none;
    }

    .school-title-course h2 {
        font-size: 0.25rem;
    }

    .school-title-course {
        margin-top: 0;
    }

    .school-title-course-list {
        display: block;
        margin-top: 0.2rem;
    }

    .school-title-course-list .article-right-module {
        width: 3.75rem;
        height: auto;
    }

    .article-main-course {
        width: 3.75rem;
        height: auto;
    }

    .school-title-course-list .article-right-module {
        margin-left: 0;
    }

    .article-right-h2 {
        font-size: 0.2rem;
    }

    .article-right-container {
        margin-left: 0.2rem;
    }





}