/* 
*    适配手机端
*/
@media screen and (max-width: 750px) {
    .wrap_750{
        top: 16vw;
    }

    .about_news_bg{
        margin-top: 0;
        width: 100%;
        height: 44.8vw;
    }

    .about_news_banner .bg_content{
        top: 16vw;
    }

    .about_news_banner .bg_title{
        font-size: 4.8vw;
        height: auto;
        line-height: 150%;
    }

    .about_news_banner .bg_info{
        height: auto;
        font-size: 3.2vw;
        line-height: 150%;
        font-weight: 400;
    }

    .tourism-nav-wrap{
        padding: 2.13vw 0;
    }

    .tourism-nav-box{
        width: 93.6vw;
    }

    .news-list-body-new{
        padding: 6.4vw 3.2vw;
        background: #fafafa;
    }

    .xinwenzixun{
        margin: 0;
        padding: 6.4vw 3.2vw 3.2vw 3.2vw;
        background: #fafafa;
        font-size: 5vw;
        line-height: 8vw;
    }

    .about_news_type_div{
        background-color: #fafafa;
        padding: 0 3.2vw;
        padding-bottom: 3.2vw;
    }

    .about_news_type{
        width: 100%;
    }

    .about_news_type_div_line{
        width: 21.6vw !important;
    }

    .about_news_type_obj{
        padding-top: 0;
        padding-bottom: 10px;
        height: auto;
    }

    .abouts_news_list{
        background: #fafafa;
        padding: 0 3.2vw;
    }

    .abouts_news_list .abouts_news_item{
        margin: 0;
        width: 100%;
        height: 23.47vw;
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        overflow: hidden;
        padding: 0;
        margin-bottom: 2.13vw;
    }

    .abouts_news_list .copywriting{
        flex: 1;
        margin-top: 0;
        padding-top: 2.13vw;
    }

    .abouts_news_item_left{
        width: 25.87vw;
        height: 100%;
        background-color: #efefef;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .abouts_news_list .copywriting{
        width: 63.7vw;
        height: 100%;
        margin-left: 2.13vw;
    }

    .abouts_news_list .info{
        -webkit-line-clamp: 2;
    }

    .news_people{
        margin-top: 6px;
    }

    .news_time{
        color: #848C99;
        font-size: 3.2vw;
        line-height: 4.8vw;
    }

    .pagination_div{
        height: auto;
        background: #fafafa;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .pagination_div_box{
        width: 100% !important;
    }

    .pagination{
        padding: 3.2vw;
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagination ul{
        display: flex;
        justify-content: space-between;
    }

    .pagination li{
        border: 0;
        padding: 0;
        height: 40px;
        width: 40px;
        border-radius: 8px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagination li>a{
        color: #667085;
    }

    .pagination li.thisclass{
        background: #0A4AA2;
    }
}

#index-wrap1 {
    width: 100%;
}