@charset "UTF-8";

@media screen and (max-width: 480px) {
    body{
        min-width: 100%;
    }
    .container{
        width: auto !important;
        padding: 0 15px;
    }

    .header .top{
        position: relative;
        height: 80px;
        line-height: 80px;
        margin-top: 36px;
    }
    .header .top img{
        padding-top: 0;
        height: 35px;
    }
    .header .top p{
        position: absolute;
        top: -36px;
        right: 15px;
        padding: 0;
        height: 36px;
        line-height: 36px;
        color: #333;
    }
    .header .top p a{
        color: #333;
    }
    .header .top p span{
        margin: 0 5px;
    }
    .header .top .rt{
        display: none;
    }
    .header .top .toggle{
        display: block;
        position: absolute;
        top: -36px;
        left: 15px;
        width: 36px;
        height: 36px;
        background: url(../images/books.png) no-repeat left center;
        background-size: 75% auto;
    }

    .nav{
        position: absolute;
        top: 36px;
        left: 0;
        right: 0;
        line-height: 40px;
        background-color: #eee;
        display: none;
        z-index: 999;
    }
    .menu{
        flex-direction: column;
        margin: 0 -15px;
    }
    .menu>li>a{
        font-size: 16px;
        border-bottom: 1px solid #ddd;
    }
    .menu>li>span{
        position: absolute;
        display: block;
        top: 0;
        right: 5px;
        width: 40px;
        line-height: 40px;
        font-size: 26px;
        text-align: center;
        transition: .3s;
    }
    .menu>li>span.on{
        transform: rotate(45deg);
    }
    .sub-menu{
        top: 40px;
    }

    .slideBox .hd{
        bottom: 5px;
    }
    .slideBox .bd p{
        display: none;
    }

    .main{
        width: 100%;
        margin-top: 25px;
    }
    .title{
        padding-bottom: 10px;
        font-size: 20px;
        border-width: 2px;
    }
    .info-list{
        height: 370px;
    }
    .info-list li{
        width: 100%;
        font-size: 15px;
    }
    .notice{
        margin: 10px 0;
    }
    .train{
        height: 400px;
        margin-top: 25px;
    }
    .train .lf{
        display: none;
    }
    .train .list{
        margin-left: 0;
        padding: 20px 15px;
        font-size: 15px;
    }
    .train .list li{
        margin-bottom: 13px;
    }

    .side-right{
        width: 100%;
        margin-top: 30px;
    }
    .side-right .wrapper ul{
        height: 180px;
    }
    .side-right .wrapper li{
        font-size: 15px;
    }

    .footer {
        margin-top: 40px;
    }
    .footer .bg{
        display: none;
    }
    .footer  .bottom {
        height: 50px;
        line-height: 50px;
    }
    .footer .bottom p{
        margin: 0 -10px;
        font-size: 12px;
        text-align: center;
    }
    .footer .bottom span{
        display: none;
    }

    .side{
        float: none;
        width: 100%;
        padding-bottom: 0;
        background: #E5E5E5;
        margin-bottom: 10px;
    }
    .side p{
        height: 50px;
        line-height: 50px;
        margin-top: 20px;
        font-size: 20px;
        position: relative;
        background-size: contain;
    }
    .side p:after{
        content: '+';
        position: absolute;
        top: 10px;
        right: 40px;
        line-height: normal;
        font-size: 24px;
        font-weight: bolder;
    }
    .side>ul{
        display: none;
    }
    .side>ul>li>a{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .column{
        margin-left: 0;
    }
    .bread h2{
        display: none;
    }
    .bread{
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }
    .bread .rt{
        float: left;
    }

    .leader li{
        width: 100%;
        margin-top: 25px;
    }

    .org h2{
        margin: 20px 0;
        font-size: 20px;
    }
    .org ul{
        margin: 0;
    }
    .org ul li{
        width: 100%;
        padding: 0;
    }

    .news-list li .date{
        width: 55px;
        font-size: 12px;
    }
    .news-list li .date h2{
        font-size: 26px;
    }
    .news-list li .info {
        margin-left: 70px;
    }
    .news-list li .info h3{
        font-size: 16px;
    }
    .news-list li .info p {
        margin: 5px 0 10px;
        font-size: 12px;
    }

    .teacher{
        text-align: center;
    }
    .teacher li{
        float: none;
        display: inline-block;
        margin: 0 auto 30px;
        text-align: left;
    }

    .detail{
        padding: 20px 0;
    }
    .caption h2{
        font-size: 22px;
    }
    .caption h3{
        font-size: 18px;
    }
    .caption p{
        font-size: 14px;
    }

    .content img{
        max-width: 100%;
        height: auto;
    }



}
