@charset "utf-8";
@media screen and (max-width: 480px) {
    body{
        min-width: 100%;
        /*新加*/ 
      position: relative;
    }


 











   /*新加*/ 
    .container_teacher,
    .kuang{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .container{
        width: auto;
        padding: 0 15px;
    }

    .header{
        height: auto;
    }
    .header .logo{
        float: none;
        width: 80%;
        line-height: normal;
        padding-top: 15px;
    }

    .toggle{
        display: block;
        position: absolute;
        top: 16px;
        right: 15px;
        width: 30px;
        font-size: 0;
    }
    .toggle i{
        display: inline-block;
        width: 100%;
        height: 4px;
        background: #fff;
        margin: 3px 0;
    }


/*新加顶部链接信息*/
    .header .top{
      
        display: none;
 

  }


    .search{
        float: none;
        clear: both;
        padding-bottom: 15px;
    }

 .search .top{
        display: none;
    }
    .search form{
        margin-top: 15px;
    }
    .search input[type='text']{
        width: 100%;
        box-sizing: border-box;
    }




 
 /* 导航 */
    .nav{
        display: none;
        float: none;
        width: 100%;
        height: auto;
        position: absolute;
        top: 120px;
        margin-top: 0;
        background: #eee;
        z-index: 999;
    }
    .menu{
        padding: 5px 0;
    }
    .menu>li{
        float: none;
        width: 100%;
        margin: 0;
        height: auto;
        line-height: 40px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    .menu>li:last-child{
        border-bottom: none;
    }
    .menu>li>a{
        display: block;
        font-size: 16px;
        padding-left: 15px;
    }
    .menu>li:hover{
        border-bottom: 1px solid #ddd;
    }
    .menu>li span{
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 24px;
        font-weight: bolder;
        line-height: normal;
        transition: .3s;
    }
    .menu>li span.active{
        transform: rotate(45deg);
    }
    .second-menu{
        position: static;
        width: auto;
        padding: 0;
    }
    .second-menu a{
        font-size: 14px;
        padding-left: 30px;
        border-bottom: 1px solid #eee;
    }

  /* 轮播图 */

    .slideBox{
        margin-bottom: 0;
    }
    .slideBox .hd{
        bottom: 5px;
    }
    .slideBox>a{
        display: none;
    }

    .title{
        padding: 25px 0;
    }
    .title h3{
        font-size: 20px;
    }
    .title h3 span{
        display: none;
        font-size: 12px;
    }
    .title h3:before{
        transform: scale(.8);
    }


    /* 主体 */
    .news,.albumBox,.news-info,.notice{
        float: none;
        width: 100%;
    }

    .albumBox .bd img{
        height: 238px;
    }
    .news-info{
        margin-top: 25px;
    }

    .mid{
        height: auto;
    }
    .mid .title {
        padding-top: 25px;
    }
    .mid .container>div{
        float: none;
        width: 100%;
        margin: 0;
    }


.mid2.lxxx{
	border: 0;
	line-height: 24px;
}
  




    .data-center ul{
        margin: -15px -7.5px 0;
        overflow: hidden;
    }
    .data-center ul li{
        width: 50%;
        height: 80px;
        padding: 0 7.5px;
        margin: 15px 0 0 0;
        overflow: hidden;
    }
    .data-center ul li .lf{
        width: 35%;
        line-height: 80px;
    }
    .data-center ul li .lf img{
        width: 70%;
    }
    .data-center ul li h3{
        margin-left: 35%;
        padding: 20px 5px;
        font-size: 14px;
    }
    .data-center ul li:last-child h3{
        line-height: 80px;
    }



 .yqlink ul {
        text-align: center;
        margin: 20px 0;
    }
    .yqlink ul li {
        width: 100%;
        height: 30px;
    }
    .yqlink ul li span {
        display: none;
    }
    



  .kstdlink  ul {
        margin-left: 0;
    }
    .kstdlink  ul>li {
        width: 50%;
        float: left;
        margin: 0 0 15px 0;
        text-align: center;
    }
    .kstdlink  ul>li>div {
        display: inline-block;
    }

 
  /* footer */
    .footer{
        padding: 15px 0;
    }
    .footer select{
        height: 30px;
        line-height: 30px;
    }
    .footer .container>p{
        width: 100%;
        clear: both;
        padding-bottom: 20px;
    }
    .footer .container>p>a{
        float: left;
        padding-top: 15px;
    }
    .footer .container>p span{
        display: block;
        margin-left: 70px;
        font-size: 12px;
        line-height: 20px;
        left: 0;
    }
    .footer .container>.rt{
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    .section{
        min-height: 100%;
    }

    .side{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .side p{
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        position: relative;
    }
    .side p span{
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        line-height: normal;
        font-size: 24px;
        font-weight: bolder;
    }
    .side>ul{
        display: none;
    }
    .side li a{
        font-size: 16px;
    }
    .column{
        margin-left: 0;
    }
    .bread h1{
        display: none;
    }
    .bread{
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }
    .bread .rt{
        float: left;
    }
    .common-list li{
        padding: 0;
        font-size: 16px;
    }
    .common-list li p{
        margin-right: 100px;
    }

    .caption h3{
        line-height: 30px;
        margin: 20px 0 0;
        font-size: 20px;
    }
    .content img{
        height: auto;
    }
    .detail>p{
        font-size: 14px;
    }
    .profile{
        padding: 20px 0;
        min-height: 150px;
    }

    .teacher li{
        width: 25%;
        padding-left: 0;
    }

    .leader ul{
        margin: 0;
    }
    .leader li {
        float: none;
        width: auto;
        margin: 0 0 20px 0;
    }
    .leader li .info{
        padding: 20px 15px;
    }
    .leader li .info h2{
        font-size: 20px;
    }
    .leader li .info h2 span{
        font-size: 14px;
    }



/*教师信息列表*/



    /* 二三级 */
    .section_teacher {
        width: 100%;
        padding: 15px 0;
        min-height: 500px;
    }
       .left_aside {
        display: none;
    }
    .right_aside {
        margin: 20px 0 30px;
        padding: 0;
    }
    .right_aside .comment {
        min-height: 200px;
        padding: 8px 0;
    }



  /* .bread span:before {
        display: none;
    }
    .bread {
        padding-left: 15px;
        margin: 0;
    }

    .bread p {
        display: none;
    }
    .bread .rt {
        float: left;
    }*/





    .right_aside .comment .list li {
        font-size: 14px;
    }
    .article {
        padding: 0;
        min-height: 300px;
    }
    .article .caption {
        padding: 15px 0;
    }
    .article .caption h2 {
        font-size: 18px;
        line-height: 1.5em;
    }
    .caption p {
        font-size: 12px;
    }
    .caption p span {
        margin: 0 5px;
    }
    .list-img {
        margin: 0 -5px;
    }
    .list-img li {
        width: 50%;
        padding: 0 5px;
        margin: 10px 0;
    }
    .list-img li>a {
        width: 100%;
        height: 200px;
    }
    .list-img li img{
        height: 100%;
    }






/*test add  */
    .container,
    .box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .books {
        position: absolute;
        display: block;
        z-index: 1111111;
        top: 0;
        right: 0;
    }
    .books::before {
        content: "";
        position: absolute;
        top: 6px;
        right: 10px;
        width: 36px;
        height: 31px;
        background: url("../images/books.png") no-repeat;
        transform: scale(0.8);
        display: inline-block;
    }
    #logoimg,
    .logo img {
        max-height: 94px;
        animation: zoomIn 1s;
    }
    #logotxt {
        font-size: 22px;
        animation: zoomIn 1s;
    }
    .top-con,
    .search-event {
        display: none;
    }
    .logo-event {
        float: none;
        line-height: 100px;
    }
    .header {
        min-height: 100px;
    }
    /* 导航 */
    .nav-bar {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .nav {
        display: none;
        padding: 0 !important;
        width: 100%;
        height: initial;
        position: absolute;
        top: 43px !important;
        left: 0 !important;
        background: #eee;
        z-index: 111 !important;
    }
    .nav .nLi>a {
        text-align: center;
        /*font-weight: bold;*/
        font-size: 15px;
        display: inline-block;
        width: 70%;
        line-height: 45px;
        height: 45px;
        color: #fff;
    }
    .nav .sub a {
        color: #fff;
        text-align: center;
        font-weight: normal;
        font-size: 13px;
        width: 100%;
        padding: 0;
        height: 45px;
        line-height: 45px;
    }
    .nav .nLi {
        margin: 0;
        position: relative;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e7e7e7;
        height: 45px;
    }
    .nav>.nLi span {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 24px;
        font-weight: bold;
        line-height: normal;
        color: #fff;
    }
    .nav .sub {
        float: left;
        width: 100%;
        left: 0;
        top: 45px;
        line-height: 50px;
        z-index: 999;
        padding: 0;
        border-radius: 0;
    }
    .nav .sub li {
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        opacity: 1;
        border-radius: 0;
        background-color: #0ab2e1;
    }
    /* 轮播图 */
    .slideBox {
        margin: 0 0 20px 0;
    }
    .nav-lunbotu {
        background: none;
        height: unset;
    }
    .slideBox2 .prev,
    .slideBox2 .next {
        display: none;
    }
    .slideBox2 .bd {
        padding: 0;
    }
    .slideBox2 .hd {
        right: 31%;
        bottom: 10px;
    }
    .slideBox2 .hd ul li {
        width: 10px;
        height: 10px;
    }
    /* 主体 */
    .main-1,
    .main-1-l,
    .main-1-r,
    .main-2,
    .main-2-l,
    .main-2-r {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .mytitle,
    .main-3-top>h2>a {
        font-size: 20px;
    }
    .main-1-con>a {
        float: none;
    }
    .main-1-con>div {
        margin-top: 20px;
        margin-left: 0;
    }
    .main-2-intro,
    .main-2-l>div>a {
        width: 100%;
    }
    .main-2-intro-img {
        float: none;
    }
    .main-2-l,
    .main-2-l>div>a {
        height: unset;
        margin-bottom: 0;
    }
    .main-2-intro {
        padding: 18px 30px 11px;
    }
    .main-2-r {
        padding: 24px 24px 0;
    }
    .mien ul {
        text-align: center;
    }
    .mien li {
        float: none;
        display: inline-block;
    }
    .link ul {
        text-align: center;
        margin: 20px 0;
    }
    .link ul li {
        width: 100%;
        height: 30px;
    }
    .link ul li span {
        display: none;
    }
    /* footer */
    .footer {
        padding: 20px 0;
    }
    .footer p {
        font-size: 12px;
    }
    

}