@media (max-width: 415px) {

    .top-area {
        display: none;
    }

    .top-area-banner {
        display: none;
    }

    .logom {
        display: block;
        padding: 5px;
    }

    .logom img {
        max-width: 260px;
    }

    .navbar-right span {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .content-swiper {
        padding: 0px;
        margin-bottom: 20px;
    }

    .swiper-area {
        height: 210px;
    }

    .indNewsNav-li span {
        float: none;
    }

    .liucheng-area {
        padding: 0px;
        margin: 0px;
    }

    .liucheng {
        margin: 0;
        padding: 0;
        width: 100%;
        border: 0px solid #cbcbcb;
        background: url(../images/bg_slide_01.jpg);
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .liucheng-col-first,
    .liucheng-col {
        width: 10%;
    }

    .liucheng-col-first {
        width: 100%;
        height: 60px;
        margin: 15px;
        background: url(../images/row-liucheng-01.jpg) no-repeat scroll 165px 7px;
    }

    .liucheng-col {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 300px;
        height: 120px;
        border: 1px solid #f3f3f3;
        border-radius: 8px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 19px;
    }

    .fol-2 {
        max-width: 100%;
        margin: 35px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fol-2 .left {
        padding: 25px;
    }

    .fol-2 .mid {
        padding-left: 0px;
        border-left: 0px;
    }


    /*隐藏广告*/
    .adv-ind {
        display: none;
    }

    .news-content {
        padding: 0px;
    }

    .shownews-right {
        display: none;
    }

    .right-area {
        display: none;
    }

    .newslist-bar {
        font-size: 16px;
        color: #333;
        height: 80px;
        padding: 0px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }

    #left {
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 20px;
    }

    .newslist-head {
        margin: 10px;
	    margin-right: 0px;
    }

    .link-block {
        margin-left: 10px;
    }


}