/*
*    适配手机端
*/
@media screen and (max-width: 750px) {
    .w-1200 {
        min-width: 100%;
        width: 100%;
        margin: auto;
    }

    .wrap_750 {
        top: 16vw
    }

    .pagination{
        padding-top: 6.4vw;
        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;
    }

    .mianbao_wrap{
        border: 0;
    }

    .index-policy-right{
        width: 100%;
    }

    .index-policy-right-list{
        width: 100%;
        margin-bottom: 0;
    }

    .tourism-nav-wrap{
        padding: 2.13vw 0;
        border-bottom: 1px solid #EDEEF0;
    }

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

    .index-policy-wrap{
        padding: 6.4vw 3.2vw;
    }

    .index-policy-left{
        width: auto;
        margin-right: 0;
        border: 0;
    }

    .index-policy-left-title{
        background: none;
        padding: 0;
        font-size: 5vw;
        line-height: 8vw;
        color: #323C49;
        height: auto;
        font-weight: 600;
        margin-bottom: 2.13vw;
    }

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

    .index-policy-right-wrap{
        border: 1px solid #EDEEF0;
        border-radius: 8px;
        background: #FFFFFF;
        overflow: hidden;
    }

    .index-policy-right-list{
        border: 0;
        border-bottom: 1px solid #F5F5F5;
        padding:3.2vw 2.13vw;
    }

    .index-policy-right-list>a{
        font-size: 4.27vw;
        line-height: 6.4vw;
        margin-bottom: 4px;
    }

    .index-policy-right-text1{
        font-size: 3.73vw;
        line-height: 5.87vw;
        color: #848C99;
        margin-bottom: 4px;
    }

    .index-policy-right-text2{
        font-size: 3.73vw;
        line-height: 5.87vw;
        color: #848C99;
    }
}