@charset "UTF-8";
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.zwfw_container{
    width: 1200px;
    margin: 0 auto;
}
/**********/
.header_search{
    background: url("bg_banner2.png") no-repeat center;
    background-size: cover;
}
.grfw_content{
    padding-bottom: 60px;
}
.con_banner{
    width: 100%;
    min-width: 1200px;
    height: 200px;
    background: url("bg_banner.jpg") no-repeat center;
    padding-top: 60px;
}
.con_banner h2{
    font-size: 40px;
    height: 56px;
    line-height: 56px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}
.con_banner .count{
    margin-top: 10px;
    color: #fff;
    opacity: 0.8;
}
.con_banner .count span{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}
.con_banner .zwfw_container{
    position: relative;
}
.con_banner .zwfw_container .icon{
    position: absolute;
    top: 4px;
    left: -59px;
}
.service_title{
    margin-top: 50px;
}
.service_title .title_left{
    float: left;
}
.service_title .title_left ul li{
    float: left;
    font-size: 32px;
    line-height: 45px;
    color: #999;
    margin-left: 42px;
}
.matter_list .service_title .title_left ul li{
    cursor: pointer;
    padding-bottom: 27px;
    position: relative;
}
.service_title .title_left ul li:first-child{
    margin-left: 0;
}
.service_title .title_left ul li span{
    display: inline-block;
    color: #333;
    font-size: 32px;
    font-weight: 400;
}
.service_title .title_left ul li:hover span,
.service_title .title_left ul li.on span{
    font-weight: 700;
}
.matter_list .service_title .title_left ul li.on span,
.matter_list .service_title .title_left ul li:hover span{
    color: #0061E9;
}
.matter_list .service_title .title_left ul li:before{
    content: "";
    display: none;
    width: 100%;
    height: 4px;
    background: linear-gradient(90.00deg, #0176ff 0%, #0061e9 100%);
    position: absolute;
    bottom: 7px;
    border-radius: 2px;
}
.matter_list .service_title .title_left ul li.on:before,
.matter_list .service_title .title_left ul li:hover:before{
    display: block;
}
.matter_list .service_title .title_left ul li.on:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0061e9;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service_title .title_right{
    float: right;
    line-height: 45px;
}
.service_title .title_right a{
    color: #999;
    font-size: 16px;
    padding-right: 20px;
    background: url("iconMore.png") no-repeat right center;
    background-size: 10px;
}
.service_title .title_right a:hover{
    color: #216ed6;
}
.popular_services_list{
    margin-top: 10px;
    position: relative;
}
.popular_services_list_con{
    overflow: hidden;
}
.popular_services_list_con ul{
    margin-left: -20px;
}
.popular_services_list_con ul li{
    width: 285px;
    height: 140px;
    border-radius: 8px;
    background: rgb(62,129,245,0.1);
    float: left;
    padding: 20px;
    margin-left: 20px;
    position: relative;
}
.popular_services_list_con ul li .listTop a{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000;
}
.popular_services_list_con ul li .listTop a img{
    height: 25px;
    margin-right: 20px;
}
.popular_services_list_con ul li .listContent{
    margin-top: 17px;
    position: relative;
}
.popular_services_list_con ul li .listContent .serviceTrem{
    line-height: 27px;
}
.popular_services_list_con ul li .listContent .serviceTrem a{
    display: inline-block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    cursor: pointer;
}
.popular_services_list_con ul li .hoverShow{
    position: absolute;
    bottom: 0;
    right: 0;
}
.popular_services_list_con ul li .hoverShow img{
    display: block;
    height: 125px;
}
.popular_services_list .button{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
}
.popular_services_list .button.swiper-button-next{
    right: -52px;
    background-image: url("iconPopularNext.png");
}
.popular_services_list .button.swiper-button-prev{
    left: -52px;
    background-image: url("iconPopularPrev.png");
}


/******************/
.matter_list .matter_list_con{
    margin-top: 30px;
    overflow-x: hidden;
    /*overflow: clip;*/
    /*width: 1220px;
    transform: translateX(-10px);
    padding-bottom: 10px;*/
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
}
.matter_list .matter_list_con .swiper-wrapper{
    transition-duration: 300ms !important;
}
.matter_list .matter_list_con .matter_sub{
    position: relative;
}
.matter_list .matter_list_con .matter_sub[query-type="theme"],
.matter_list .matter_list_con .matter_sub[query-type="department"]{
    padding-top: 20px;
}
.matter_list .matter_list_con .list_tab_menu{
    position: absolute;
    width: 180px;
    height: 100%;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
.matter_list .matter_list_con .shadow{
    position: relative;
}
.matter_list .matter_list_con .list_tab_menu li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    max-width: 100%;
    padding: 0 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
/*.matter_list .matter_list_con .list_tab_menu li:nth-child(-n+12) {
    display: block;
}*/
.matter_list .matter_list_con .list_tab_menu li img{
    width: 25px;
    height: auto;
    margin-right: 10px;
}
.matter_list .matter_list_con .list_tab_menu li span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.matter_list .matter_list_con .list_tab_menu li:hover,
.matter_list .matter_list_con .list_tab_menu li.active{
    font-weight: 700;
    color: #216ed6;
    background: #f0f6fe;
}
.matter_list .matter_list_con .matter_sub[query-type="department"] .list_tab_menu li{
    /*width: 275px;
    display: none;*/
}
.matter_list .matter_list_con .matter_sub[query-type="department"] .list_tab_menu.launch li{
    display: block;
}
.view_all{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.view_all .view_all_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #0061E9;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: #f0f6fe;
}
.view_all .view_all_btn img{
    vertical-align: middle;
    margin-left: 16px;
    width: auto;
    height: 14px;
}
.matter_list .matter_list_con .list_tab_menu.launch li{
    display: block;
}
.view_all .view_all_btn.launch img{
    transform: rotate(180deg);
}
.list_tab_box{
    padding: 0 20px 20px 30px;
    flex-grow: 1;
    float: right;
    width: calc(100% - 180px);
    min-height: 600px;
}
/*.list_tab_box_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/
.list_tab_box_top .list_tab_box_top_screen{
    float: left;
    /*max-width: 830px;
    flex-grow: 1;*/
    display: flex;
    align-items: center;
}
.list_tab_box_top .list_tab_box_top_screen .screen_option{
    display: flex;
    flex-wrap: wrap;
}
.screen_option li.screen_option_menu{
    float: left;
    margin-right: 30px;
    position: relative;
}
.screen_option li.screen_option_menu .menu_name{
    font-size: 16px;
    color: #333;
    cursor: pointer;
    line-height: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.screen_option li.screen_option_menu .menu_name img{
    margin-left: 16px;
    transition: all 0.35s;
    width: 14px;
    height: 14px;
}
.screen_option li.screen_option_menu .menu_name.launch img{
    transform: rotate(-180deg);
}
[query-type="department"] > .list_tab_box_top .screen_option li.screen_option_menu .menu_name{
    line-height: 22px;
}
.screen_option li.screen_option_menu .screen_option_sub{
    display: none;
    position: absolute;
    width: 460px;
    height: auto;
    background: #f9f9f9;
    left: -20px;
    top: 100%;
    padding: 10px;
    z-index: 99;
}
.screen_option li.screen_option_menu .screen_option_sub::-webkit-scrollbar {
    width: 7px;
}
.screen_option li.screen_option_menu .screen_option_sub::-webkit-scrollbar-thumb {
    background-color: #eeeeee; /* 设置滑块的颜色 */
}
.screen_option li.screen_option_menu .screen_option_sub::-webkit-scrollbar-track {
    background-color: transparent; /* 设置轨道的颜色 */
    background-image: url('bg_line.png'); /* 设置按钮的背景图片 */
    position: absolute;
    right: 0;
    top: 0;
}
.screen_option li.screen_option_menu .screen_option_sub li{
    float: left;
    font-size: 14px;
    width: 110px;
    cursor: pointer;
    margin: 4px 0;
    white-space: nowrap;
}
.screen_option li.screen_option_menu[screen-type="regionSecond"] .screen_option_sub li{
    width: 146px;
}
.screen_option li.screen_option_menu[screen-type="regionThird"] .screen_option_sub{
    width: 470px;
}
.screen_option li.screen_option_menu[screen-type="regionThird"] .screen_option_sub li{
    width: 150px;
}
.screen_option li.screen_option_menu .screen_option_sub li a{
    padding: 0 10px 0 20px;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.screen_option li.screen_option_menu .screen_option_sub li:hover{
    background: #eee;
}
.screen_option li.screen_option_menu .screen_option_sub li a:hover{
    color: #333;
}
.screen_option li.screen_option_menu[screen-type="department"] .screen_option_sub {
    width: 874px;
    max-height: 360px;
    overflow-y: auto !important;
}
.screen_option li.screen_option_menu[screen-type="department"] .screen_option_sub li{
    width: 33.33%;
}
.screen_option li.screen_option_menu[screen-type="type"] .screen_option_sub {
    width: 134px;
    max-height: 320px;
    overflow-y: auto !important;
}
.screen_option li.screen_option_menu[screen-type="type"] .screen_option_sub li{
    width: 100%;
}
.screen_option li.screen_option_menu .menu_name .checkbox{
    display: none;
    visibility: hidden;
}
.screen_option li.screen_option_menu[screen-type="regionSecond"],
.screen_option li.screen_option_menu[screen-type="regionThird"]{
    display: none;
}
.list_tab_box_top_screen .departmental_services {
    position: static;
    top: 100%;
    left: 0;
    background: #ffffff;
    z-index: 999;
    opacity: 1;
    transition: all 0.5s ease;
    box-shadow: none;
    border-radius: 0px;
    color: #000;
    display: inline-block;
}
.list_tab_box_top_screen .departmental_services .currentRegion_title span.statistics{
    margin-left: 0px;
}
.menu_name .checkbox + label{
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.menu_name .checkbox + label span{
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    margin-left: 16px;
}
.menu_name .checkbox + label span:first-child {
    position: relative;
    width: 16px;
    height: 16px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #d7d8d9;
    transition: all 0.2s ease;
    margin-left: 0;
    border-radius: 4px;
}
.menu_name .checkbox + label span:first-child svg {
    position: absolute;
    width: 12px;
    height: 14px;
    top: 0;
    left: 1px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.menu_name .checkbox + label span:first-child:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #216ed6;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
.menu_name .checkbox + label:hover span:first-child {
    border-color: #333;
}
.menu_name .checkbox:checked + label span:first-child {
    background: #216ed6;
    border-color: #216ed6;
    animation: wave-46 0.4s ease;
}
.menu_name .checkbox:checked + label span:first-child svg {
    stroke-dashoffset: 0;
}
.menu_name .checkbox:checked + label span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}
@keyframes wave-46 {
    50% {
        transform: scale(0.9);
    }
}
.list_tab_box_top .list_tab_box_top_search{
    float: right;
    border: 1px solid #d7d8d9;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.list_tab_box_top .list_tab_box_top_search input{
    float: left;
    border: none;
    outline: none;
    padding: 0;
    font-size: 14px;
}
.list_tab_box_top .list_tab_box_top_search .matterSearch{
    width: 248px;
    height: 48px;
    padding-left: 20px;
    font-size: 16px;
    color: #999;
}
.list_tab_box_top .list_tab_box_top_search .matterSearch_btn{
    background: url("icon_search.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 20px;
}
.list_tab_box_content{
    margin-top: 20px;
}
.list_tab_box_content .list_tab_box_content_label{
    padding-bottom: 11px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.list_tab_box_content .list_tab_box_content_label li{
    float: left;
    line-height: 22px;
}
.list_tab_box_content .list_tab_box_content_label li span{
    font-size: 16px;
    color: #596170;
    font-weight: 400;
}
.list_tab_box_content .list_tab_box_content_label .label_title{
    /*width: 920px;*/
    width: calc(100% - 240px);
}
.list_tab_box_content .list_tab_box_content_label .label_operation{
    width: 240px;
    text-align: center;
}
.list_tab_box_content > div{
    position: relative;
}
.list_tab_box_content .theme_departmentList,
.list_tab_box_content .department_themeList{
    float: left;
    width: 180px;
    border-radius: 8px;
    background: rgba(62,129,245,0.1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    padding-right: 4px;
}
.list_tab_box_content .theme_departmentList ul,
.list_tab_box_content .department_themeList ul{
    max-height: 100%;
    overflow-y: auto;
}
.list_tab_box_content .theme_departmentList ul::-webkit-scrollbar ,
.list_tab_box_content .department_themeList ul::-webkit-scrollbar {
    width: 5px;
}
.list_tab_box_content .theme_departmentList ul::-webkit-scrollbar-thumb ,
.list_tab_box_content .department_themeList ul::-webkit-scrollbar-thumb {
    background-color: #cccccc; /* 设置滑块的颜色 */
    border-radius: 2px; /* 设置滑块的圆角 */
}
.list_tab_box_content .theme_departmentList ul::-webkit-scrollbar-track ,
.list_tab_box_content .department_themeList ul::-webkit-scrollbar-track {
    background-color: transparent; /* 设置轨道的颜色 */
}
.list_tab_box_content .theme_departmentList ul li,
.list_tab_box_content .department_themeList ul li{
    min-height: 50px;
    padding: 13px 20px 13px 16px;
    display: flex;
    align-items: center;
}
.list_tab_box_content .department_themeList ul li{
    cursor: pointer;
}
.list_tab_box_content .theme_departmentList ul li:first-child,
.list_tab_box_content .department_themeList ul li:first-child{
    margin-top: 0;
}
.list_tab_box_content .theme_departmentList ul li a,
.list_tab_box_content .department_themeList ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
}
.list_tab_box_content .theme_departmentList ul li a:hover,
.list_tab_box_content .theme_departmentList ul li.active a,
.list_tab_box_content .department_themeList ul li:hover,
.list_tab_box_content .department_themeList ul li.active{
    font-weight: 700;
    color: #216ed6;
}
.list_tab_box_content .department_themeList ul li img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}



.list_tab_box_content .theme_content,
.list_tab_box_content .department_content{
    float: right;
    width: 960px;
}
.list_box{
    position: relative;
}
.list_box .box_mask{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    opacity: 0.95;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    display: none;
}
.list_box .box_mask .loader_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.box_mask .loader_box .loader {
    width: 60px;
    height: 60px;
    display: inline-block;
    -webkit-animation: circle infinite .75s linear;
    -moz-animation: circle infinite .75s linear;
    -o-animation: circle infinite .75s linear;
    animation: circle infinite .75s linear;
    border: 4px solid #4B95F3;
    /*border-top-color: transparent;*/
    border-radius: 100%;
    border-top-color: rgba(0,0,0,0.1);
    border-right-color: rgba(0,0,0,0.1);
    border-bottom-color: rgba(0,0,0,0.1);
}
@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.list_tab_box_content_list .list_li{
    border-bottom: 1px solid #eee;
    padding: 18px 0 10px 0;
}
.list_tab_box_content_list .list_li .list_li_title{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    /*padding-right: 20px;*/
}
.list_tab_box_content_list .list_li > .list_li_title {
    background: url(icon_firstLevel.png) no-repeat left center;
    background-size: 6px!important;
    transition: all 0.5s;
    padding-left: 10px;
}
.list_tab_box_content_list .list_li > .list_li_title.launch{
    /*background: url(icon_firstLevel_active.png) no-repeat left center;*/
}
/*.list_tab_box_content_list .list_li > .list_li_title.launch + .list_li_sub{
    display: block;
}*/
.list_tab_box_content_list .list_li .list_li_title .title_left{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 18px 0;
}
.list_tab_box_content_list .list_li .list_li_title.launch .title_left{
    border-bottom: 1px solid #eee;
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left{
    padding: 0;
    border-bottom: none;
}
/*.list_tab_box_content_list .list_li .secondLevel{
    padding-top: 16px;
}*/
.list_tab_box_content_list .list_li .secondLevel .list_li_title{
    margin-left: 22px;
    margin-top: 20px;
    padding: 14px 0;
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title.launch{
    border-bottom: 1px solid #eee;
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left{
    padding-left: 2px;
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left .icon{
    width: 6px;
    margin-right: 16px;
    /*transform: rotate(0);
    transition: all 0.35s;*/
}
/*.list_tab_box_content_list .list_li .secondLevel .list_li_title.launch .title_left .icon{
    transform: rotate(90deg);
}*/
.list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left a{
    color: #333;
    font-size: 16px;
}

/*.list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left .launch_btn{
    font-size: 12px;
    padding: 0 10px;
    background: #f8f8f8;
}*/
.list_li .list_li_title .number{
    float: left;
}
.list_li .list_li_title a{
    float: left;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333;
}
.list_tab_box_content_list .list_li > .list_li_title .title_left > a{
    font-weight: 700;
    font-size: 18px;
}
/*.list_tab_box_content_list .list_li > .list_li_title.launch .title_left > a{
    font-weight: 700;
}*/
.list_tab_box_content_list .list_li:hover > .list_li_title .title_left > a{
    font-weight: 700;
}
.list_li .list_li_title .launch_btn{
    float: left;
    margin-left: 16px;
    background: #f1f2f3;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.list_li .list_li_title .launch_btn span{
    white-space: nowrap;
}
.list_li .list_li_title .launch_btn img{
    margin-left: 10px;
    width: 10px;
    height: auto;
    transition: all 0.35s;
}
.list_li .list_li_title.launch .launch_btn img{
    transform: rotate(-180deg);
}
.list_li .list_li_matter li{
    padding: 0 10px 0 44px;
    line-height: 30px;
}
.list_li .list_li_matter li .matterBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.list_li .list_li_matter li:first-child .matterBox{
    border-top: none;
}
/*.list_li .list_li_sub.secondLevel .list_li_matter li{
    padding-left: 44px;
}*/
.list_li .list_li_sub{
    /*padding-top: 10px;*/
    /*display: none;*/
}
.list_li .secondLevel .launch + .list_li_sub{
    display: block;
}
.list_li.haveSub .list_li_sub{
    /*display: none;*/
}
/*.list_li.haveSub .list_li_matter{
    padding-top: 24px;
}*/
/*.list_li.haveSub .list_li_matter li{
    padding-left: 42px;
}*/
/*.list_li .list_li_matter li:hover{
    background-color: #f1f2f3;
}*/
.list_li .list_li_matter li a{
    float: left;
    color: #0176FF;
    /*font-size: 16px;*/
    font-size: 14px;
}
.list_li .list_li_matter li .sub_left{
    flex-grow: 1;
    /*max-width: calc(100% - 372px);*/
    max-width: 74%;
}
.list_li .list_li_matter li .sub_left a{
    font-size: 16px;
}
.list_li .list_li_matter li a.iSubscribed{
    background: #3e81f5;
    color: #fff;
}
.list_li .list_li_matter li > a{
    /*background: url("icon_matter.png") no-repeat left center;
    background-size: 10px;
    padding-left: 20px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 690px;
    white-space: nowrap;
    font-size: 16px;
    flex-grow: 1;
}
.list_li .list_li_matter li > a em{
    font-style: normal;
    color: #d63636;
}
/*.list_li.haveSub .list_li_matter li a{
    font-size: 14px;
}*/
.list_tab_box_content_list .list_li:first-child .list_li_sub{
    display: block;
}
.list_li .sub_right{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.list_li .sub_right a{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    /* border: 1px solid #1677FF; */
    color: #1677FF;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
    background: rgba(62,129,245,0.1);
}
.list_li .sub_right a.zxbl{
    background: #216ed6;
    color: #fff;
    cursor: pointer;
}
.list_li .sub_right a.zx{
    background: none;
    border: none;
    margin-right: 14px;
    width: auto;
}
.list_li .sub_right a.zx img{
    width: auto;
    height: 30px;
}
/*.list_li .list_li_matter li .sub_right a.bszn:hover{
    background: #3e81f5;
    color: #fff;
    border-color: #3e81f5;
}
.list_li .list_li_matter li .sub_right a.zxbl:hover{
    background: #fff;
    border-color: #8abbff;
    color: #398cff;
}*/
.list_li_sub_sub .list_li_sub_title .launch_btn{
    float: left;
    margin-left: 12px;
    background: #f1f2f3;
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.list_li_sub_sub .list_li_sub_title .launch_btn img{
    margin-left: 12px;
    width: 12px;
    height: auto;
    transition: all 0.35s;
}

.launch_btn .icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #888989;
    margin-left: 10px;
}
.launch_btn .icon span.line{
    width: 12px;
    height: 2px;
    background-color: #888989;
    display: block;
    transform: translate(3px,8px);
}
.launch_btn .icon span.line.vertical{
    transform: rotate(90deg) translate(6px,-3px);
}

/***********/
.hqzc_content{
    margin-top: 30px;
}
.hqzc_content > li{
    float: left;
    width: 585px;
    height: 180px;
    margin-left: 30px;
    padding: 30px 234px 20px 30px;
}
.hqzc_content > li.hqzc1{
    margin-left: 0;
    background: url("bg_hqzc1.jpg") no-repeat center;
    background-size: cover;
}
.hqzc_content > li.hqzc2{
    background: url("bg_hqzc2.jpg") no-repeat center;
    background-size: cover;
}

.hqzc_content > li .con_title a{
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #333;
}
.hqzc_content > li ul{
    margin-top: 20px;
}
.hqzc_content > li ul li{
    float: left;
    line-height: 16px;
    border-left: 1px solid #9b9b9b;
    margin-left: 7px;
    padding-left: 7px;
}
.hqzc_content > li ul li:first-child{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.hqzc_content > li ul li span{
    font-size: 16px;
    color: #999;
}
.hqzc_content > li .details{
    margin-top: 24px;
}
.hqzc_content > li .details a{
    display: block;
    width: 92px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    background: #fff;
}
.hqzc_content > li.hqzc1 .details a{
    border: 1px solid #216ed6;
    color: #216ed6;
}
.hqzc_content > li.hqzc2 .details a{
    border: 1px solid #2d9a6b;
    color: #2d9a6b;
}
.matter_sub .lifeCycle_left{
    float: left;
    width: 152px;
    /*background: url("bg_lifeCycle_left.png") no-repeat bottom 16px center #eaf3ff;
    background-size: 194px;*/
    /*margin-left: 10px;*/
    border-radius: 8px 0 0 8px;
    background: #FFFFFF;
    overflow: hidden;
}
.matter_sub .lifeCycle_left ul{
    /*max-height: 634px;
    overflow-y: auto;
    padding-right: 14px;*/
}
.matter_sub .lifeCycle_left ul::-webkit-scrollbar {
    width: 4px;
}
.matter_sub .lifeCycle_left ul::-webkit-scrollbar-thumb {
    background-color: #cccccc; /* 设置滑块的颜色 */
    border-radius: 2px; /* 设置滑块的圆角 */
}
.matter_sub .lifeCycle_left ul::-webkit-scrollbar-track {
    background-color: transparent; /* 设置轨道的颜色 */
}
.matter_sub .lifeCycle_left ul li{
    height: 60px;
    line-height: 60px;
    background: transparent;
    cursor: pointer;
}
.matter_sub .lifeCycle_left ul li:first-child{
    margin-top: 0;
}
.matter_sub .lifeCycle_left ul li div{
    padding-left: 20px;
    color: #333;
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
/*.matter_sub .lifeCycle_left ul li span .circular{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(67,147,244,0.08);
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.matter_sub .lifeCycle_left ul li div img{
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 16px;
}
/* .matter_sub .lifeCycle_left ul li div img.hover,
.matter_sub .lifeCycle_left ul li.active img,
.matter_sub .lifeCycle_left ul li:hover img{
    display: none;
} */
.matter_sub .lifeCycle_left ul li.active,
.matter_sub .lifeCycle_left ul li:hover{
    background: linear-gradient(89.03deg, rgb(49 143 223 / 10%) 0%, rgb(33 110 214 / 10%) 100%);
}
.matter_sub .lifeCycle_left ul li.active img.hover,
.matter_sub .lifeCycle_left ul li:hover img.hover{
    display: block;
}
.matter_sub .lifeCycle_left ul li.active div,
.matter_sub .lifeCycle_left ul li:hover div{
    color: #216ED6;
    font-weight: 700;
}
.matter_sub .lifeCycle_left ul li.active .circular,
.matter_sub .lifeCycle_left ul li:hover .circular{
    background: #fff;
}
.matter_sub .lifeCycle_right{
    float: left;
    width: 1048px;
    /*box-shadow: 0px 0px 10px 2px #ebebeb;*/
    padding: 20px 10px 20px 20px;
    /*position: absolute;
    right: 10px;
    top: 20px;
    bottom: 0;
    overflow-y: auto;*/
    max-height: 100%;
    height: 600px;
    overflow: hidden;
}
.lifeCycle_right .lifeCycle_con{
    overflow: auto;
    height: 100%;
    max-height: 100%;
    padding-right: 11px;
}
.lifeCycle_right .lifeCycle_con::-webkit-scrollbar {
    width: 7px;
}
.lifeCycle_right .lifeCycle_con::-webkit-scrollbar-thumb {
    background-color: #eeeeee; /* 设置滑块的颜色 */
}
.lifeCycle_right .lifeCycle_con::-webkit-scrollbar-track {
    background-color: transparent; /* 设置轨道的颜色 */
    background-image: url('bg_line.png'); /* 设置按钮的背景图片 */
}
.lifeCycle_right .lifeCycle_sub{
    /*overflow: auto;*/
    display: none;
    position: relative;
}
.lifeCycle_right .lifeCycle_sub:first-child{
    display: block;
}
.lifeCycle_right .lifeCycle_sub .sub_con{
    margin-top: 30px;
}
.lifeCycle_right .lifeCycle_sub .sub_con:first-child{
    margin-top: 0;
}
.lifeCycle_right .lifeCycle_sub .sub_title{
    height: 28px;
    line-height: 28px;
    position: relative;
}
.lifeCycle_right .lifeCycle_sub .sub_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(180.00deg, #318fdf 0%, #216ed6 100%);
}
.lifeCycle_right .lifeCycle_sub .sub_title span{
    font-size: 20px;
    display: inline-block;
    padding-left: 20px;
    font-weight: 700;
}
.lifeCycle_right .lifeCycle_sub .sub_list{
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px 20px;
    margin-top: 20px;*/
    margin-left: -20px;
}
.lifeCycle_right .lifeCycle_sub .sub_list li{
    float: left;
    width: calc((100% - 60px)/3);
    height: 50px;
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 4px;
}
.lifeCycle_right .lifeCycle_sub .sub_list li a{
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    align-items: center;
    line-height: 50px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: block;
    background: #f0f6fe;
}
.lifeCycle_right .lifeCycle_sub .sub_list li:hover{
    border-radius: 8px;
}
.lifeCycle_right .lifeCycle_sub .sub_list li:hover a{
    background: linear-gradient(90.00deg, #0176ff 0%, #0061e9 100%);
    color: #FFFFFF;
    font-weight: 700;
}
.lifeCycle_right .lifeCycle_sub .sub_list li:after{
    content: "";
    width: 54px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 5px;
    opacity: 0;
    background: url("icon_popular_hover.png") no-repeat center;
    background-size: cover;
    transform: scale(0.2);
    transition: all 0.5s ease-out;
}
.lifeCycle_right .lifeCycle_sub .sub_list li:hover:after{
    opacity: 1;
    transform: scale(1);
}



.queryCriteria{
    display: none;
}
.noResult{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
.noResult img{
    width: 260px;
}
.noResult div{
    font-size: 14px;
    line-height: 40px;
    color: #999;
}
.noResult div .resetSearch{
    text-decoration: underline;
    cursor: pointer;
    color: #4988f6;
    margin-left: 2px;
}
.oneThingPopUpWindow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/cms_files/filemanager/1613938164/picture/20247/0A2BFE8A38777F428961FE5BC6861F43.png) repeat;
    z-index: 99;
    display: none;
    opacity: 0;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.oneThingPopUpWindow.popUp {
    display: table;
    opacity: 1;
}
.oneThingPopUpWindow .switchLocale_con{

}
.oneThingPopUpWindow .switchLocale_con .current_box .currentRegion span{
    font-size: 20px;
    display: inline-block;
    color: #3e81f5;
    cursor: pointer;
}
.oneThingPopUpWindow .switchLocale_con .selected{
    text-align: center;
}
.oneThingPopUpWindow .switchLocale_con .current_box .regionList li.active a{
    background: #eef0f4;
}
.oneThingPopUpWindow .switchLocale_con .selected a{
    display: inline-block;
    height: auto;
    line-height: 50px;
    color: #3663a7;
    background: #f3f3f3;
    padding: 0 20px;
    font-size: 18px;
}
.regionList .nodata{
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    padding: 0;
}

/* 0830添加 */
.list_tab_box_content .theme_departmentList{
    display: none;
}
.list_tab_box_content .theme_content{
    width: 100%;
}
/*.list_li .sub_right a:nth-child(1), .list_li .sub_right a:nth-child(2) {
    display: none;
}*/
.list_tab_box_content_list .list_li > .list_li_title{
    background: none;
}
.list_tab_box_content_list .list_li > .list_li_title:hover,.list_li .list_li_matter li:hover{
    background: #F0F6FE;
}
.list_tab_box_content_list .list_li > .list_li_title:hover a{
    color: #0061E9;
}
.list_tab_box_content_list .list_li {
    padding: 0;
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title{
    margin-top: 0px;
}
.list_li .list_li_matter li a.bszn{
    width: 104px;
    height: 30px;
    border-radius: 4px;
    padding-left: 32px;
    background: #F0F6FE url(icon_bsznbg.png) no-repeat 8px center;
    color: #0061E9;
    background-size: 16px;
}
.list_li .sub_right a.zxbl{
    width: 104px;
    height: 30px;
    border-radius: 4px;
    background: #0061E9 url(icon_zxblbg.png) no-repeat 8px center;
    background-size: 16px;
    color: #fff;
    padding-left: 32px;
}
.result_paging .count{
    display: none;
}
.result_paging {
    text-align: right;
}
.pagination_bar li{
    color: #333333;
}
.pagination_bar li.xl-active,.pagination_bar li:hover{
    background: linear-gradient(90.67deg, #0176ff 0%, #0061e9 100%);
}
.pagination_bar li.xl-jumpText:hover{
    background: #FFFFFF;
    color: #333333;
}
.pagination_bar li.xl-disabled{
    opacity: 1;
    color: #333333;
}
.pagination_bar li.xl-jumpText:hover{
    color: #333333;
}
.pagination_bar li.xl-prevPage{

}
.popular_services_list .lists{
    overflow: hidden;
    margin-left: -20px;
}
.popular_services_list .lists li{
    float: left;
    width: 285px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background: #f0f6fe;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popular_services_list .lists li span{
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.popular_services_list .lists li:hover{
    background: rgba(0,97,233,0.12);
}
.popular_services_list .lists li:hover span{
    font-weight: 700;
    color: #2A74D8;
}
/*.popular_services_list .lists li:nth-child(4n-3) {
    margin-left: 0px;
}*/
.popular_services_list .lists li a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}
.popular_services_list .lists li img {
    width: 22px;
    height: auto;
    line-height: 60px;
    vertical-align: middle;
    margin-right: 20px;
}
.department_themeList {
    display: none;
}
.list_tab_box_content .department_content{
    width: 100%;
}

/*** 自适应 ***/
@media screen and (max-width: 1200px){
    .grfw_content.zwfw_container {
        padding-bottom: 40px;
    }
    .grfw_content .zwfw_container {
        padding: 0;
    }
    .popular_services_list .lists li{
        width: calc((100% - 60px) / 3);
    }
    .matter_sub .lifeCycle_right{
        width: calc(100% - 152px);
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    .list_li .sub_right{
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 768px){
    .grfw_content.zwfw_container{
        padding: 0.48rem 0.24rem;
    }
    .grfw_content .zwfw_container {
        padding: 0;
    }
    .service_title{
        margin-top: 0;
    }
    .service_title .title_left ul li{
        line-height: 0.5rem;
        font-size: 0.36rem;
    }
    .service_title .title_left ul li span{
        font-size: 0.36rem;
    }
    .service_title .title_right{
        line-height: normal;
    }
    .service_title .title_right a{
        font-size: 0.26rem;
        line-height: 0.5rem;
    }
    .matter_list .service_title .title_left ul li{
        padding-bottom: 0.3rem;
    }
    .matter_list .service_title .title_left ul li:before{
        bottom: 0.1rem;
        height: 0.04rem;
        border-radius: 0.04rem;
    }
    .matter_list .service_title .title_left ul li.on:after{
        border-width: 0.1rem;
    }
    .popular_services_list{
        margin-top: 0;
    }
    .popular_services_list .lists{
        margin-left: -0.24rem;
    }
    .popular_services_list .lists li{
        width: calc((100% - 0.48rem) / 2);
        margin-left: 0.24rem;
        height: 0.9rem;
        line-height: 0.9rem;
        border-radius: 0.08rem;
        margin-top: 0.24rem;
    }
    .popular_services_list .lists li a{
        padding: 0 0.24rem;
    }
    .popular_services_list .lists li img{
        width: 0.42rem;
        line-height: normal;
        margin-right: 0.16rem;
    }
    .popular_services_list .lists li span{
        font-size: 0.3rem;
    }
    .grfw_content .matter_list {
        margin-top: 0.48rem;
    }
    .matter_list .matter_list_con{
        box-shadow: none;
        margin-top: 0.24rem;
        border-radius: 0;
    }
    .matter_list .matter_list_con .matter_sub{
        padding: 0!important;
    }
    .matter_list .matter_list_con .list_tab_menu{
        position: static;
        width: auto;
        max-height: 5.14rem;
        margin-left: -0.24rem;
        margin-top: -0.16rem;
    }
    .matter_list .matter_list_con .list_tab_menu li{
        float: left;
        width: calc((100% - 0.48rem) / 2);
        margin-left: 0.24rem;
        margin-top: 0.16rem;
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.3rem;
        box-shadow: none;
        padding: 0 0.24rem;
        border-radius: 0.16rem;
    }
    .matter_list .matter_list_con .list_tab_menu li img{
        width: 0.42rem;
        margin-right: 0.24rem;
    }
    .view_all{
        margin-top: 0.24rem;
    }
    .view_all .view_all_btn{
        font-size: 0.24rem;
        height: 0.65rem;
        border-radius: 0.08rem;
    }
    .view_all .view_all_btn img{
        width: 0.24rem;
        height: auto;
        margin-left: 0.24rem;
    }
    .list_tab_box{
        width: 100%;
        padding: 0;
        margin-top: 0.36rem;
    }
    .screen_option{
        margin-top: -0.2rem;
    }
    .screen_option li.screen_option_menu{
        margin-right: 0.4rem;
        margin-top: 0.2rem;
    }
    .screen_option li.screen_option_menu .menu_name{
        font-size: 0.26rem;
        line-height: 0.38rem;
    }
    .screen_option li.screen_option_menu .menu_name img{
        width: 0.24rem;
        height: 0.24rem;
        margin-left: 0.16rem;
    }
    .menu_name .checkbox + label span:first-child{
        width: 0.24rem;
        height: 0.24rem;
        border-width: 0.01rem;
        border-radius: 0.04rem;
    }
    .menu_name .checkbox + label span:first-child svg{
        width: 0.2rem;
        height: 0.22rem;
        left: 0.02rem;
    }
    .menu_name .checkbox + label span{
        margin-left: 0.16rem;
    }
    .list_tab_box_top .list_tab_box_top_search{
        float: left;
        width: 100%;
        margin-top: 0.24rem;
        border-radius: 0.08rem;
        border-width: 0.02rem;
        margin-left: auto;
        justify-content: space-between;
        padding: 0 0.24rem;
    }
    .list_tab_box_top .list_tab_box_top_search .matterSearch{
        width: calc(100% - 0.4rem);
        height: 0.8rem;
        line-height: 0.8rem;
        padding-right: 0.24rem;
        font-size: 0.26rem;
    }
    .list_tab_box_top .list_tab_box_top_search .matterSearch_btn{
        width: 0.4rem;
        height: 0.4rem;
        margin: 0;
    }
    .list_tab_box_content{
        margin-top: 0.36rem;
    }
    .list_tab_box_content .list_tab_box_content_label{
        display: none;
    }
    .box_mask .loader_box .loader{
        width: 0.8rem;
        height: 0.8rem;
        border-width: 0.04rem;
    }
    .list_tab_box_content_list .list_li .list_li_title{
        font-size: 0.34rem;
        line-height: 0.6rem;
        color: #333;
        padding: 0;
    }
    .list_tab_box_content_list .list_li .list_li_title .title_left{
        border-width: 0.01rem;
    }
    .list_tab_box_content_list .list_li > .list_li_title .title_left > a {
        font-size: 0.34rem;
        line-height: 0.48rem;
    }
    .list_li .list_li_title .launch_btn{
        margin-left: 0.24rem;
        padding: 0 0.16rem;
        font-size: 0.24rem;
        border-radius: 0.04rem;
        height: 0.4rem;
    }
    .list_li .list_li_title .launch_btn img{
        width: 0.24rem;
        margin-left: 0.16rem;
    }
    .list_li .list_li_title .launch_btn span{
        line-height: normal;
    }
    .list_tab_box_content_list .list_li .secondLevel .list_li_title{
        margin-left: 0.24rem;
        padding: 0.24rem 0;
    }
    .list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left .icon{
        margin-right: 0.16rem;
        width: 0.12rem;
    }
    .list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left a{
        font-size: 0.3rem;
    }
    .list_li .list_li_matter li{
        padding: 0 0.2rem 0 0.52rem;
        line-height: normal;
    }
    .list_li .list_li_matter li .matterBox{
        padding: 0.24rem 0;
        border-width: 0.01rem;
    }
    .list_li .list_li_matter li .sub_left{
        max-width: 100%;
    }
    .list_li .list_li_matter li .sub_left a{
        font-size: 0.3rem;
        line-height: 0.42rem;
    }
    .list_li .sub_right{
        display: none;
    }
    .result_paging{
        margin-top: 0.24rem;
    }
    .matter_sub .lifeCycle_left{
        float: none;
        width: 100%;
        height: auto;
        border-radius: 0;
    }
    .matter_sub .lifeCycle_left ul{
        margin-top: -0.16rem;
        margin-left: -0.24rem;
        display: flex;
        flex-wrap: wrap;
    }
    .matter_sub .lifeCycle_left ul li{
        width: calc((100% - 0.48rem) / 2);
        height: 0.9rem;
        line-height: 0.9rem;
        margin-top: 0.16rem!important;
        margin-left: 0.24rem;
    }
    .matter_sub .lifeCycle_left ul li div{
        font-size: 0.3rem;
        justify-content: center;
        padding: 0 0.24rem;
    }
    .matter_sub .lifeCycle_left ul li div img{
        width: 0.42rem;
        height: 0.42rem;
        margin-right: 0.24rem;
    }
    .matter_sub .lifeCycle_right{
        padding: 0;
        float: none;
        width: 100%;
        height: auto;
        margin-top: 0.24rem;
        box-shadow: none;
    }
    .lifeCycle_right .lifeCycle_con{
        padding-right: 0.38rem;
        max-height: 18.42rem;
    }
    .lifeCycle_right .lifeCycle_con::-webkit-scrollbar {
        width: 0.14rem;
    }
    .lifeCycle_right .lifeCycle_sub .sub_con{
        margin-top: 0.336rem;
    }
    .lifeCycle_right .lifeCycle_sub .sub_title{
        height: 0.48rem;
        line-height: 0.48rem;
    }
    .lifeCycle_right .lifeCycle_sub .sub_title::before{
        width: 0.06rem;
        height: 0.48rem;
        border-radius: 0.03rem;
    }
    .lifeCycle_right .lifeCycle_sub .sub_title span{
        font-size: 0.34rem;
        padding-left: 0.22rem;
    }
    .lifeCycle_right .lifeCycle_sub .sub_list{
        margin-left: 0;
    }
    .lifeCycle_right .lifeCycle_sub .sub_list li{
        width: 100%;
        height: auto;
        margin-top: 0.3rem;
        margin-left: 0;
    }
    .lifeCycle_right .lifeCycle_sub .sub_list li a{
        font-size: 0.3rem;
        padding: 0 0.24rem;
        line-height: 0.9rem;
        border-radius: 0.16rem;
    }
    .matter_sub[query-type="department"] > .list_tab_box_top .list_tab_box_top_screen {
        align-items: flex-start;
    }
    .matter_sub[query-type="department"] > .list_tab_box_top .departmental_services .currentRegion_title {
        padding-bottom: 0;
    }
    .list_tab_box_top_screen .departmental_services .currentRegion_title span.statistics{
        margin-left: 0;
        padding-left: 0.48rem;
        font-size: 0.24rem;
        line-height: 0.38rem;
        height: 0.38rem;
        white-space: nowrap;
    }
    .matter_sub[query-type="department"] > .list_tab_box_top .list_tab_box_top_screen .screen_option .screen_option_menu .menu_name{
        line-height: 0.38rem;
    }
    .screen_option li.screen_option_menu .screen_option_sub{
        /*width: 4.6rem;
        left: -0.2rem;*/
        padding: 0.1rem;
        width: 100% !important;
        position: relative;
        left: 0;
        top: 0.1rem;
        height: auto;
        margin-bottom: 0.2rem;
    }
    .screen_option li.screen_option_menu .screen_option_sub li{
        font-size: 0.16rem;
        width: 50%!important;
        margin: 0.04rem 0;
    }
    .screen_option li.screen_option_menu .screen_option_sub li a{
        padding: 0 0.1rem 0 0.2rem;
        line-height: 0.6rem;
        font-size: 0.28rem;
    }
    .list_tab_box_top .list_tab_box_top_screen{
        float: none;
    }
    .noResult{
        padding-top: 0.6rem;
        padding-bottom: 0.4rem;
    }
    .noResult img{
        width: 2.6rem;
    }
    .noResult div{
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
}