@charset "utf-8";

@media screen and (max-width: 480px) {
    body{
        min-width: 100%;
    }
    .container{
        width: auto;
        padding: 0;
    }
    .container1{
       display:none
    }
    .container1 img{
        width: 400px;
        height;auto;
    }

    .header{
        height: 130px;
        border-top-width: 8px;
    }

    .toggle{
        display: block;
        position: absolute;
        top: 80px;
        right: 15px;
        width: 30px;
        font-size: 0;
    }
    .toggle i{
        display: inline-block;
        width: 100%;
        height: 4px;
        background: #B72A30;
        margin: 3px 0;
    }

    .search{
        left: 15px;
        top: 80px;
    }
    .search form{
        position: relative;
        width: 75%;
    }
    input[type='text']{
        width: 100%;
        box-sizing: border-box;
    }

    .nav{
        display: none;
        float: none;
        width: 100%;
        height: auto;
        position: absolute;
        top: 132px;
        margin-top: 0;
        background: transparent;
        color: #123;
        z-index: 999;
    }
    .menu>li{
        float: none;
        width: 100%;
        margin: 0;
        height: auto;
        line-height: 40px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        background:#791a13;
    }
    .menu>li:last-child{
        border-bottom: none;
    }
    .menu>li>a{
        display: inline-block;
        line-height: normal;
        font-size: 16px;
        margin-left: 15px;
    }
    .menu>li:hover>a{
        color: #333;
        background: transparent;
    }
    .menu>li span{
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        color: #333;
        font-size: 24px;
        font-weight: bolder;
        line-height: normal;
        transition: .3s;
    }
    .menu>li span.active{
        transform: rotate(45deg);
    }
    .menu>li:after{
        display: none;
    }
    .sub-menu{
        position: static;
        width: auto;
        padding: 0;
    }
    .sub-menu a{
        line-height: 35px;
        font-size: 14px;
        padding-left: 30px;
        border-bottom: 1px solid #eee;
        background: #9E1616;
    }

    .title{
        height: 30px;
        line-height: 30px;
    }
    .title h1{
        font-size: 20px;
    }
    .title h1:before{
        top: 0;
        transform: scale(0.8);
    }

    .slider{
        height: auto;
    }
    .slider .container{
        padding: 0;
    }
    .slideBox .hd{
        bottom: 5px;
    }
    .slideBox .hd ul li{
        width: 10px;
        height: 10px;
    }
    .slideBox>a{
        display: none !important;
    }

    .albumBox, .news-box, .notice, .guide{
        float: none;
        width: 100%;
        height: auto;
    }
    .albumBox .bd img{
        height: 230px;
    }
    .news-box{
        margin-top: 25px;
    }

    .platform ul{
        text-align: center;
    }
    .platform ul li{
        float: none;
        display: inline-block;
        margin-bottom: 15px;
    }

    .info-special{
        overflow: hidden;
    }

    .footer{
        padding: 0;
    }
    .footer .copyright{
        padding: 25px 0;
        color: #eee;
        font-size: 14px;
        line-height: 25px;
    }

    .link{
        margin: 25px 0 0 0;
        text-align: center;
    }
    .link li{
        float: none;
        display: inline-block;
        text-align: left;
        margin-bottom: 10px;
    }
    .link ul{
        z-index: 9;
    }

    .section{
        min-height: 100%;
    }
    .banner img{
        height: 120px;
    }

    .aside{
        display: none;
    }


    .asiden{
        display: none;
    }
    .column{
        float: none;
        width: 100%;
        min-height: auto;
    }
    .column .common-list{
        margin-left: 0;
    }

    .caption{
        margin: 15px 0;
    }
    .caption h1{
        font-size: 20px;
    }
    .caption p span:first-child {
        display: none;
    }
    .content img{
        max-width: 100%;
        width:85%;
        height: auto !important;
    }
    .content {
        margin:25px 15px 25px 15px;
    }
    .detail{
        margin:25px 0;
    }
    .detail>p{
        font-size: 14px;
    }

    .list-box{
        margin: 25px 0;
    }




/*按职称列表 */



.teacher_zc li{
    float: left;
    width: 50%;
    padding: 0 20px 20px;
    box-sizing: content-box;
    position: relative;
}
.teacher_zc li>a{
    display: block;
    width: 105px;
    height: 105px;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 3px 3px #D1D1D1;
    overflow: hidden;
}
.teacher_zc li>a img{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    transition: .3s;
}
.teacher_zc li>a:hover img{
    transform: scale(1.05);
}
.teacher_zc li>p{
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}
.teacher_zc li>p a{
    text-decoration: none;
}

.teacher_zc-intro{
    position: absolute;
    left: 0;
    right: 0;
    padding: 25px 30px;
    background: #EDEEF0;
    border-top: 4px solid #960C23;
    z-index: 99;
    display: none;
}
.teacher_zc-intro:before{
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #8F0100;
}
.teacher_zc-intro h3{
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.teacher_zc-intro p{
    color: #666;
    font-size: 12px;
    height: 85px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px 0;
}
.teacher_zc-intro a{
    display: inline-block;
    text-decoration: none;
    color: #8F0100;
    font-size: 12px;
    padding: 3px 10px;
    border: 1px solid #8F0100;
    border-radius: 5px;
}
.teacher_zc-intro a:hover{
    color: #fff;
    background: #8F0100;
}
.teacher_zc li:hover 
.teacher_zc-intro{
    display: block;
}






}