.dataBox .inner{
    width: 12rem;
    padding: 0.16rem 0 1.28rem;
}
}
.data_head{
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom: 0.34rem;
}
.data_head .col_path{
    font-size: 0.15rem;
    color: #000000;
}
.mainbox01 .news_title{
    font-size: 0.16rem;
    color: #294A9E;
}

.data_title{
    position: relative;
    font-size: 0.32rem;
    font-family: 'syh';
    color: #1963AE;
    text-align: center;
    margin-bottom: 0.2rem;
}
.data_title::after{
    content: '';
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: -0.21rem;
    transform: translateX(-50%);
    display: block;
    width: 0.55rem;
    height: 0.07rem;
    background-color: #EBA11B;
}

.data_search{
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem;
    margin-bottom: 0.3rem;
}
.data_search .mySearch_input{
    width: calc(100% - 1.68rem);
    height: 0.6rem;
    background-color: #fff;
    border: 1px solid #D0D0D0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.data_search .mySearch_title{
    width: 100%;
    height: 0.3rem;
    padding-left: 0.4rem;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 0.16rem;
    font-family: 'syh';
    color: #333;
}
.data_search .mySearch_title::placeholder{color: #A5A5A5;}
.data_search .mySearch_Btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 0.6rem;
    background-color: #EBA11B;
    font-size: 0.18rem;
    color: #fff;
    cursor: pointer;
}
.data_search .mySearch_Btn img{width: 0.14rem;margin-right: 0.08rem;}

.data_check{
    border: 1px solid #E0E0E0;
    margin-bottom: 0.42rem;
}
.data_check .check_box{
    display: flex;
    padding: 0.3rem 0.33rem;
    border-bottom: 1px solid #e0e0e0;
}
.data_check .check_box:last-child{border: none;}
.data_check .check_box .check_title{
    line-height: 0.32rem;
    width: 1.6rem;
    font-size: 0.16rem;
    color: #333333;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: right;
}
.data_check .check_box .check_menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 1.6rem);
    padding-left: 0.27rem;
    box-sizing: border-box;
}
.data_check .check_box .check_menu .check_item{
    font-size: 0.16rem;
    padding: 0.08rem 0.11rem;
    border-radius: 0.08rem;
    cursor: pointer;
}
.data_check .check_box .check_menu .check_item.selected{
    background-color: #1963AE;
    color: #fff;
}

.data_info{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    margin-bottom: 0.25rem;
}
.data_info .info2{
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}
.data_info .num_selector{
    position: relative;
    margin: 0 0.05rem;
}
.data_info .num_selector .num_title{
    border: 1px solid #B5B5B5;
    padding: 0.05rem 0.1rem;
}
.data_info .num_selector .num_title .txt{
    position: relative;
    padding-right: 0.15rem;
}
.data_info .num_selector .num_title .txt::after{
    content: '>';
    position: absolute;
    z-index: 15;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    color: #B5B5B5;
    font-size: 0.18rem;
    font-family: serif;
}
.data_info .num_selector .num_menu{
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0.28rem;
    width: 100%;
    border: 1px solid #B5B5B5;
    border-top: none;
    box-sizing: border-box;
}
.data_info .num_selector .num_menu .num_item{
    text-align: center;
    padding: 0.05rem 0;
    background-color: #fff;
    cursor: pointer;
    transition: 0.4s;
}
.data_info .num_selector .num_menu .num_item:hover{
    background-color: #1963AE;
    color: #fff;
}

.data_sort{
    display: flex;
    margin-bottom: 0.36rem;
    display:none;
}
.data_sort .sort_item{
    font-size: 0.16rem;
    margin-right: 0.18rem;
    padding: 0.08rem 0.3rem;
    border-radius: 50px;
    background-color: #E7E7E6;
    cursor: pointer;
    transition: 0.4s;
}
.data_sort .sort_item:hover,
.data_sort .sort_item.selected{
    color: #fff;
    background-color: #1963AE;
}

.data_con{
    position:relative;
    display: flex;
    justify-content: space-between;
    padding-top: 0.38rem;
    border-top: 1px solid #DBDDDE;
    margin-bottom:1rem;
}
.data_con .data_loading{
    position:absolute;
    z-index:20;
    left:50%;
    top:2rem;
    transform:translateX(-50%);
    width:0.4rem;
    height:0.4rem;
}
.data_con .data_loading img{width:100%;height:100%;}
.data_con>div{
    width: 47.4%;
}
.data_con .type_title{
    font-size: 0.29rem;
    font-family: 'syh';
    color: #0F0F0F;
    margin-bottom: 0.34rem;
}
.data_con .list_head{margin-bottom: 0.17rem;}
.data_con .news{
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    height: 0.4rem;
}
.data_con .news_list .news:nth-child(2n+1){background-color: #F0F0F0;}
.data_con .news_number{width: 10.5%;text-align: center;}
.data_con .news_title{width: 72%;-webkit-line-clamp: 1;}
.data_con .news_text{
    position: relative;
    width: 17.5%;
    height: 0.4rem;
    display:flex;
    align-items:center;
}
.data_con .news_text .btn{
    width: fit-content;
    color: #fff;
    background-color: #EBA11B;
    border-radius: 0.08rem;
    padding: 0.05rem;
    cursor: pointer;
    transition:0.4s;
}
.data_con .news_text .btn2{
    width: fit-content;
    color: #fff;
    background-color: #1963AE;
    border-radius: 0.08rem;
    padding: 0.05rem;
    cursor: pointer;
    transition: 0.4s;
    margin-left: 0.1rem;
}
.data_con .news_text:hover .btn{background-color:#EB431B;}
.data_con .news_text .text_box{
    /**display: none;**/
    display: none!important;
    position: absolute;
    z-index: 20;
    right: 1rem;
    top: 0;
    background-color: #fff;
    width: 2.45rem;
    height: 1.07rem;
    padding: 0.15rem 0.2rem;
    box-sizing: border-box;
    box-shadow: 0 0.03rem 0.09rem 0 #0000001a;
    overflow-y: scroll;
}
.data_con .news_text .text_box .text_inner{
    font-size: 0.14rem;
    font-family: 'syh';
    line-height: 0.3rem;
    height: auto;
    word-break: break-word;
}

div#wp_paging_w6{display:flex;justify-content:center;}
div#wp_paging_w6{display:none;}
#wp_paging_w6 .wp_paging li a{
    border-radius:0.05rem;
    margin-left: 0;
}
#wp_paging_w6 .wp_paging li{
    height:0.48rem;
    line-height:0.48rem;
}
#wp_paging_w6 .wp_paging li span{margin-left:10px !important;}
#wp_paging_w6 .wp_paging li a.new_pagingJump{
    background-color:#1963AE;
    color:#fff;
    border:none;
}
#wp_paging_w6 .wp_paging li input,
#wp_paging_w6 .wp_paging li span,
#wp_paging_w6 .wp_paging li span a{
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.18rem;
    text-align:center;
}
#wp_paging_w6 .wp_paging li span.page_number a{
    width: 0.48rem;
    padding:0;
}
#wp_paging_w6 .wp_paging li span.page_number.selected a{
    background-color:#1963AE;
    color:#fff;
    border:none;
}
@media screen and (max-width: 999px){
    .dataBox .inner{
        width:100%;
        padding: 30px 5px;
        box-sizing: border-box;
    }
    .data_con .news_number{width:34px;}
    .data_con .news_text{width:57px;}
    .data_con .news_title{width:calc(100% - 91px);}
}
@media screen and (max-width: 479px){
    .data_title{
        font-size:20px;
        margin-bottom:30px;
    }
    .data_title::after{
        height:3px;
        bottom:-10px;
    }
    .data_check{margin-bottom:30px;}
    .data_check .check_box{
        padding:20px;
        flex-direction:column;
    }
    .data_check .check_box .check_title{
        width:100%;
        text-align:left;
    }
    .data_check .check_box .check_menu{
        width:100%;
        padding-left:0;
        margin-top:10px;
    }
    .data_search{padding:0 5px;}
    .data_search .mySearch_input{
        width:calc(100% - 55px);
    }
    .data_search .mySearch_Btn{
        width:48px;
        font-size:0;
    }
    .data_search .mySearch_Btn img{
        width:18px;
        margin-right:0;
    }
    .data_info{
        flex-direction:column;
        align-items:flex-start;
    }
    .data_info .info2{
        margin-left:0;
        margin-top:10px;
    }
    .data_con .type_title{
        font-size:18px;
        margin-bottom:20px;
    }
    .data_sort .sort_item{
        padding:5px 10px;
        margin-right:10px;
    }
}