@charset "UTF-8";
/*ÒÆ¶¯¶ËÑùÊ½*/
@media screen and (max-width: 480px){
    body{
        min-width: auto;
    }
    .container{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .header .top .rt{
        display: none;
    }
    .header .top form{
        display: none;
    }
    .toggle{
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        width: 25px;
        line-height: normal;
        font-size: 0;
    }
    .toggle i{
        display: inline-block;
        width: 25px;
        height: 3px;
        margin-bottom: 5px;
        background: #fff;
    }

    .header .nav{
        position: relative;
        top: 0;
        height: 60px;
        text-align: center;
    }
    .header .logo{
        float: none;
        height: 60px;
        line-height: 60px;
    }

    .header .nav img{
        height: 70%;
    }
    .menu{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 0;
        padding: 5px 0;
        background: #fff;
        z-index: 999;
        display: none;
    }
    .menu>li{
        float: none;
    }
    .menu>li>a{
        position: relative;
        height: 35px;
        line-height: 35px;
    }
    .menu>li span{
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 24px;
        font-weight: bolder;
    }
    .second-menu{
        position: relative;
        top: 0;
    }

    .slideBox{
        margin-top: 0;
    }
    .slideBox>a{
        display: none !important;
    }
    .slideBox .prev{
        animation: slideInLeft .5s;
    }
    .slideBox .next{
        animation: slideInRight .5s;
    }

    .slideBox .hd{
        width:100%;
        position:absolute;
        z-index:1;
        bottom: 10px;
        text-align:right;
    }
    .slideBox .hd ul{
        vertical-align:top;
        font-size: 0;
        text-align: center;
    }
    .slideBox .hd ul li{
        display:inline-block;
        width:10px;
        height:10px;
        border-radius:50%;
        background: #fff;
        margin:0 5px;
        vertical-align:top;
        overflow:hidden;
    }
    .slideBox .hd ul .on{
        background: #D90B0B;
    }

    .section{
        /*display: none;*/
    }
    .box{
        /*display: none;*/
        margin: 0 -15px;
        overflow: hidden;
    }

    .news-box,.notice{
        float: none;
        width: 100%;
        height: auto;
    }
    .news-box{
        margin: 80px 0 30px;
        /*display: none;*/
    }
    .news-box .title .rt{
        position: absolute;
        top: 20px;
        left: 50%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-right: 0;
        padding: 0 20px;
        background-color: #B0152E;
        border-radius: 20px;
        transform: translateX(-50%);
    }
    .news-box .title .rt a{
        font-size: 16px;
    }
    .news-box .title .tab{
        margin-right: 0;
    }
    .news-box .title .tab a{
        width: 50%;
    }
    .news-box .info-box{
        padding: 15px;
    }
    .info-box .thumbnail .info a{
        font-size: 16px;
    }
    .info-box ul li{
        float: none;
        width: 100%;
    }

    .notice{
        margin-top: 0;
    }

    .link-box{
        height: auto;
    }
    .link{
        width: 100%;
        margin-top: 0;
    }
    .link li{
        width: 50%;
        margin-top: 20px;
        text-align: left;
    }
    .link li img{
        transform: scale(.8);
    }
    .subject{
        margin-top: 30px;
    }

    .footer{
        height: auto;
        margin-top: 40px;
    }
    .footer .lf{
        margin-top: 20px;
    }
    .footer .lf img{
        width: 40px;
    }
    .footer p{
        position: relative;
        z-index: 9;
        padding: 15px 0;
        margin-left: 50px;
        font-size: 12px;
        line-height: 25px;
    }
    .footer p img{
        width: 12px;
    }
    .footer .img{
        position: relative;
        top: 0;
        margin-left: 55px;
        padding-bottom: 20px;
    }
    .footer p span{
        display: block;
    }

    .banner{
        margin-top: 0;
    }
    .banner img{
        height: 80px;
    }
    .banner .topic{
        display: none;
    }
    .bread ul{
        margin-left: -15px;
    }
    .side{
        display: none;
    }
    .column{
        margin-left: 0;
        padding-bottom: 10px;
    }
    .common-list li .lf{
        font-size: 12px;
    }
    .common-list li span{
        font-size: 18px;
    }
    .common-list li p{
        margin-left: 85px;
        font-size: 16px;
    }
    .common-list li p:after{
        right: 0;
    }

    .caption h3{
        font-size: 18px;
    }
    .caption p{
        font-size: 12px;
    }
    .caption p span{
        margin: 0 5px;
    }

    .board-list{
        margin-top: 30px;
    }
    .board-list li .info {
        margin-left: 155px;
    }
    .leader-list{
        margin: 0;
    }
    .leader-list li{
        float: none;
        width: 100%;
        padding: 0;
    }

    .org-list li{
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .gallery ul li{
        float: none;
        margin: 15px auto;
    }
    .modal .close{
        top: 25%;
        right: 15px;
        transform: scale(.8);
    }
    .modal .prev,
    .modal .next{
        transform: translateY(-80%) scale(.6);
    }
    .modal .prev{
        left: 5px;
    }
    .modal .next{
        right: 5px;
    }
    .modal p {
        margin-top: 30px;
    }

}