@charset "utf-8";

@media screen and (max-width: 480px) {
    body{
        min-width: 100%;
    }
    .container{
        width: auto;
        padding: 0 15px;
    }

    .header{
        height: auto;
    }
    .header .logo{
        float: none;
        width: 80%;
        line-height: normal;
        padding-top: 15px;
    }



/*新加顶部链接信息*/
    .header .toplink{
      
        display: none;
 

  }



    .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;
    }

    .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;
    }

    .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;
    }


    .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;
    }



/*研究队伍*/

    .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%;
    }






}


