@charset "utf-8";
@media screen and (max-width: 769px){
    .section .nav .main .list-warp, .content, .footer{
        display: none;

    }
    .section{
        width: 7.5rem;
        /*height: 1.15rem;*/
    }

    /* banner区域开始 */

    .mb-banner {
        width: 7.5rem;
        display: block;
        /* margin-top: 1.66rem; */
    }

    .slidebox {
        width: 7.5rem;
        overflow: hidden;
        max-width: 9.2rem;
        position: relative;
        border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        -moz-border-radius: 0.1rem;
        -ms-border-radius: 0.1rem;
        -o-border-radius: 0.1rem;
    }

    .slidebox .hd {
        position: absolute;
        bottom: 0.05rem;
        width: 1.1rem;
        height: .2rem;
        left: 50%;
        margin-left: -0.55rem;
        z-index: 1;
    }

    .slidebox .hd ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .slidebox .hd li {
        margin: 0 .6px;
        width: .15rem;
        height: .15rem;
        text-align: center;
        background: url(/uploads/image/i43/banner_icon_001.png) no-repeat 0 0;
        background-size: 100% 100%;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        overflow: hidden;
        *zoom: 1;
    }

    .slidebox .hd li.on {
        background: url(/uploads/image/i43/banner_icon_002.png) no-repeat 0 0;
        background-size: 100% 100%;
        width: .3rem;
    }

    .slidebox .bd {
        position: relative;
        width: 7.5rem;
        z-index: 0;
        overflow: hidden;
    }

    .slidebox .bd li {
        position: relative;
        text-align: center;
        width: 7.5rem;
    }

    .slidebox .bd li img {
        vertical-align: top;
        width: 100%;
        width: 7.5rem;

        /* 图片宽度100%，达到自适应效果 */
    }

    .slidebox .bd li a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    /* 去掉链接触摸高亮 */
    .nav{
        border-bottom: .01rem solid #e5e5e5;
        width: 6.9rem;
        margin: 0 auto;
        height: 1.15rem;
        /* font-size: 10px; */
        margin-bottom: 0.3rem;

    }
    .nav .main{
        margin: 0 auto;
        width: 6.9rem;
        padding: 0 .26rem;
    }
    .nav .main .seat{
        float: right;
        line-height: 1.15rem;
    }
    .nav .main .seat a{
        font-size: .24rem;
        color: #333333;
    }
    .nav .main .seat .pic{
        background:  no-repeat center center;
        width: .21rem;
        height: .21rem;
        display: inline-block;
        background-size: 100% 100%;
    }
    .mb-content{
        display: block;
        /* margin-top: .6rem; */
        width: 6.9rem;
        margin: 0 auto;
        border-bottom: .01rem solid #e5e5e5;
    }
    .mb-content .loader-list{
        width: 5.48rem;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mb-content .loader-list .loader{
        width: 2.15rem;
        /*height: 3.88rem;*/
        margin-bottom: 1rem;
    }
    .mb-content .loader-list .loader .pic{
        border: .01rem solid #f0f0f0;
        width: 2.15rem;
        /*height: 2.93rem;*/
    }
    .mb-content .loader-list .loader .pic img{
        /* width: 185px; */

        width: 100%;
        /*margin-top: 0.2rem;*/

        /* margin-top: 26px; */
    }
    .mb-content .loader-list .loader .name{
        font-size: .24rem;
        font-weight: bold;
        color: #333333;
        text-align: center;
        margin-top: .3rem;
        margin-bottom: .18rem;
    }
    .mb-content .loader-list .loader .position{
        font-size: .22rem;
        color: #666666;
        text-align: center;
    }

    /* column */
    .content{
        width: 6.9rem !important;
        margin: 0.3rem auto 0.8rem !important;
        /* margin-bottom: 72px; */
        /* font-size: 10px; */
        display: block;
    }

    .content ul li{
        width: 6.9rem;
        height: auto;
        min-height: auto;
        padding: 0.25rem;
        /* padding: 38px 78px 50px 70px; */
    }
    .content ul li .box{
        border-bottom: .01rem solid #e5e5e5;
        height: auto;
        padding: .25rem 0 0.25rem 0;
    }

    .content ul li .time{
        display: none;
    }

    .content ul li .text{
        display: none;

    }
    .content ul li .mb-text{
        display: block;
    }
    .content ul li .mb-text .title{
        font-size: .24rem;
        margin-bottom: .2rem;
        color: #333333;
        line-height: 0.35rem;
    }
    .content ul li .mb-text .txt{
        color: #666666;
        font-size: .22rem;
        line-height: .38rem;
        width: 100%;
    }
    .content ul li .mb-text .author{
        margin-top: .31rem;
        color: #999999;
        font-size: .19rem;
    }
    .content ul li .mb-text .author .date{
        margin-left: .4rem;
    }
    .btn-more{
        margin-top: .6rem;
        text-align: center;
        display: block;
        margin-bottom: 1rem;

    }
    .btn-more a{
        font-size: .24rem;
        color: #333333;
    }
    .content ul li:hover .mb-text .title{
        color: #e5151f;
    }
    .content ul li:hover {
        background: #f5f5f5;
    }

    /* 分页  */
    .default_pgsearchinfo{display: none;}


}