@charset "utf-8";
/* CSS Document */
#zcdy_220331 {
    width: 100%;
    overflow: hidden;
}
.zcdy_wrap {
    width: 100%;
}
.zcdy_zczd_all .zczd_text {
    border-bottom: 1px solid #003984;
    background-color: #f9f9f9;
    color: #003984;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}
.zcdy_zczd_all {
    border: 1px solid #003984;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}
.zcdy_zczd_all .swiper {
    width: 100%;
    border-top: 0;
    overflow: hidden;
}
.zcdy_zczd_all .swiper-wrapper {
    border-radius: 5px 0 0 5px;
    width: 98%;
    background-image: linear-gradient(to right, #f9f9f9, #fff);
}
.zcdy_zczd_all .swiper-slide {
    position: relative;
    width: 46%;
    height: 50px !important;
    padding: 10px 0;
    margin-left: 20px;
    border-bottom: 2px solid #ffefe6;
    /* display:inline-block; */
    display: block;
    float: left;
}
.zcdy_zczd_all .swiper-slide:nth-child(even) {
    float: right;
}
.zcdy_zczd_all .swiper-slide:nth-child(7),
.zcdy_zczd_all .swiper-slide:nth-child(8) {
    border-bottom: 0;
}
.zcdy_zczd_all .swiper-slide p:first-child a {
    width: 91%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zcdy_zczd_all .swiper-slide p:first-child a:hover {
    color: #003984;
}
.zcdy_zczd_all .swiper-slide p:first-child {
    font-weight: bold;
    color: #394351;
}
.zcdy_zczd_all .swiper-slide p:nth-child(2) {
    color: #abadb2;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zcdy_zczd_all .swiper-slide p {
    line-height: 30px;
    position: relative;
    /* padding-left: 15px; */
}
.zcdy_zczd_all .swiper-slide p:first-child:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 13px;
    left: -10px;
    border-radius: 10px;
    background: #003984;
}
.zcdy_zczd_all .swiper-slide .more {
    position: absolute;
    right: 0;
    top: 24px;
}
.zcdy_zczd_all .swiper-slide .more img {
    width: 20px;
    height: 20px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    padding: 15px 10px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.swiper-slide {
    text-align: left;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.zcdy_zczd_all .zczd_more {
    padding: 0 20px;
    display: flex;
    margin: 10px 0;
}
.zcdy_zczd_all .zczd_more .more_icon {
    width: 44.5%;
    height: 1px;
    background: #ffc098;
    position: relative;
    margin: 11px 0;
}
.zcdy_zczd_all .zczd_more .more_icon::after,
.zcdy_zczd_all .zczd_more .more_icon::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #ffc098;
    display: block;
    position: absolute;
    top: -3px;
}
.zcdy_zczd_all .zczd_more .more_icon::after {
    left: 0;
}
.zcdy_zczd_all .zczd_more .more_icon::before {
    right: 0;
}
.zcdy_zczd_all .zczd_more .more_button {
    color: #003984;
    padding: 0 10px;
}
/* 鏀跨瓥璁㈤槄 */
.zcdy_wrap {
    margin-top: 9px;
    padding: 0 10px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.zcdy_wrap .swiper-container {
    padding: 0;
}
.zcdy_wrap .zcdy_text {
    background-color: #f7f7f7;
    color: #003984;
    padding: 8px;
    font-size: 14px;
}
.zcdy_wrap .mod_title {
    font-size: 18px;
}
.zcdy_wrap .zcdy_left {
    width: 60%;
    float: left;
}
.zcdy_wrap .zcdy_right {
    width: 35%;
    float: right;
}
.zcdy_wrap .zcdy_first {
    padding: 0 10px;
    position: relative;
}
.zcdy_wrap .zcdy_first,
.zcdy_wrap .zcdy_second {
    overflow: hidden;
    display: none;
}
.zcdy_second {
    padding-top: 6px;
}
.zcdy_wrap .zcdy_button {
    text-align: center;
    margin: 15px auto;
}
.zcdy_wrap .zcdy_button a {
    width: 110px;
    height: 29px;
    border: 1px solid #003984;
    color: #003984;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    transition: all 0.2s;
    display: none;
}
.zcdy_wrap .zcdy_button p {
    font-size: 14px;
    margin-top: 5px;
}
.zcdy_wrap .zcdy_button .search:hover,
.zcdy_wrap .zcdy_button .backSearch:hover,
.zcdy_wrap .zcdy_button .goMore {
    background-color: #003984;
    color: #fff;
}
.zcdy_wrap .zcdy_first.show,
.zcdy_wrap .zcdy_second.show {
    display: block;
}
.zcdy_wrap .zcdy_button .show {
    display: inline-block;
}
.hm_title {
    background: linear-gradient(to right, #fff1e8, rgba(255, 255, 255, 0));
    overflow: hidden;
    line-height: 40px;
    font-size: 20px;
    color: #003984;
    padding-left: 15px;
    margin-top: 15px;
    border-radius: 3px;
}
.hm_title a {
    color: #003984;
}
.hm_title img {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 10px;
}
#geren,
#qiye {
    padding-left: 10px;
}
#geren a,
#qiye a,
#shengji a,
#shiji a,
#xianji a {
    line-height: 35px;
    /* display: inline-block; */
    padding-right: 10px;
}
#qiye a:hover,
#geren a:hover,
#shengji a:hover,
#shiji a:hover,
#xianji a:hover,
#geren a.checked,
#qiye a.checked,
#shengji a.checked,
#shiji a.checked,
#xianji a.checked {
    color: #003984;
}
/* 鏀跺洖宸︿晶 */
.side_Collapse .zcdy_zczd_all .zczd_more .more_icon {
    width: 46%;
}

@media screen and (max-width: 1366px) {
    .zcdy_zczd_all .zczd_more .more_icon {
        width: 44%;
    }
    .side_Collapse .zcdy_zczd_all .zczd_more .more_icon {
        width: 45.5%;
    }
}
@media screen and (max-width: 1280px) {
    .zcdy_zczd_all .zczd_more .more_icon {
        width: 43.5%;
    }
}
#xianji{
    display: none;
    background-color: #F1F7FB;
    border: 1px solid #CDDAE9;
    border-radius: 5px;
}
.inVisible{
    visibility:hidden;
}
/*@media screen and (max-width: 1280px) {
    .zcdy_zczd_all {
        width: 373px;
    }
     {
        width: 288px;
    }
     #geren a,
     #qiye a {
        padding-right: 5px;
    }
    .side_Collapse .zcdy_zczd_all,
    .side_Collapse  {
        width: 482px;
    }
} */

/* 鏀跨瓥璁㈤槄椤� */
.zcdy_page {
}
.zcdy_page_title {
    width: 100%;
    height: 153px;
    background: url(zcdy_title_2023.png) no-repeat;
    background-size: cover;
    border-bottom: 1px solid #003984;
}
.zcdy_page .zcdy_page_title {
    box-sizing: border-box;
    padding: 35px 0 0 33px;
}
.zcdy_page .zcdy_page_title p:first-of-type {
    font-size: 45px;
}
.zcdy_page .zcdy_page_title p:last-of-type {
    font-size: 16px;
}
.zcdy_page .zcSearch .zcdy_title_left {
    float: left;
    position: relative;
}
.zcdy_page .zcdy_title_left::after {
    content: "";
    width: 1px;
    height: 90px;
    background-color: #d8d8d8;
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
}
.zcdy_page .zcdy_search_wrap {
    border: 1px solid #d2d2d2;
    height: 32px;
    width: auto;
    line-height: 32px;
    margin-top: 10px;
}
.zcdy_page .zcdy_global_search .zcdy_global_search_select {
    width: 80px;
    float: left;
    padding: 0 13px 0 0;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}
.zcdy_page .zcdy_global_search_select .select_show {
    color: #595959;
    font-size: 14px;
}
.zcdy_page .zcdy_global_search_select .search_select_box {
    width: 65px;
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 3px #ddd;
}
.zcdy_global_search_input {
    float: left;
}
.zcdy_global_search_box {
    width: 70px;
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    padding: 0 5px;
    left: -1px;
    z-index: 99;
    border: 1px solid #ccc;
    border-top: 0;
    line-height: 40px;
    font-size: 14px;
}
.zcdy_global_search_select.active .zcdy_global_search_box {
    display: block;
}
.zcdy_global_search_select.active .zcdy_global_select_show::after{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.2s linear;
}
.zcdy_global_select_show::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #d2d2d2;
    position: absolute;
    top: 9px;
    right: 3px;
}
.zcdy_global_select_show::after{
    content: '';
    width: 9px;
    height: 5px;
    display: block;
    background: url(http://www.jl.gov.cn/images/search_downarrowo@2x_Xu201225.png) no-repeat right center;
    background-size: 9px 5px;
    position: absolute;
    right: 14px;
    top: 14px;
    transition: transform 0.2s linear;
}
.zcdy_global_search_box a{
    display: block;
}
.zcdy_global_search_box a:hover{
    color: #003984;
}
.zcdy_global_search_box.active .zcdy_page .zcSearch .zcdy_global_search .info {
    color: #003984;
    font-size: 20px;
    font-weight: bold;
}
.zcdy_page .zcSearch .zcdy_global_search .info span {
    font-size: 16px;
    font-weight: normal;
    color: #8c929c;
}
.zcdy_page .zcSearch .zcdy_global_search #zcdySearch {
    width: 464px;
    height: 36px;
    margin-top: 5px;
    border: 1px solid #003984;
}
.zcdy_page .zcSearch .zcdy_global_search .zcdySearch_icon {
    top: auto;
    bottom: 4px;
}
.zcdy_page .zcSearch .zcdy_global_search .zcdySearch_icon::before {
    display: none;
}
.zcdy_page_search_conditions {
    padding: 20px 20px 0;
    box-sizing: border-box;
}
.zcdy_page_search_conditions .search_condition_row {
    overflow: hidden;
    line-height: 50px;
}
.zcdy_page_search_conditions .search_condition_row span {
    display: block;
    float: left;
    width: 7%;
    font-weight: bold;
}
.zcdy_page_search_conditions .search_condition_row .row_list {
    overflow: hidden;
    float: left;
    width: 90%;
}
.zcdy_page_search_conditions .search_condition_row .row_list a {
    white-space: nowrap;
    padding: 3px 8px;
    margin-right: 3px;
    border: 1px solid transparent;
    transition: all 0.2s;
    border-radius: 3px;
}
.zcdy_page_search_conditions .search_condition_row .row_list a:hover,
.zcdy_page_search_conditions .search_condition_row .row_list a.checked {
    color: #003984;
    border: 1px solid #003984;
}
.zcdy_page_select_conditions {
    border-bottom: 1px solid #003984;
    display: flex;
    line-height: 50px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.zcSearch_page .zcdy_page_select_conditions {
    justify-content: start;
}
.zcdy_page_select_conditions .title {
    padding: 0 20px;
}
.issuing_agency {
    position: relative;
}
.issuing_agency.hidden {
    visibility: hidden;
}
.issuing_agency,
.issuing_time {
    display: flex;
}
.issuing_agency_select_box {
    width: 300px;
    position: absolute;
    background: #fff;
    left: 0;
    top: 52px;
    text-align: center;
    display: none;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 1px 1px 10px #ccc;z-index: 9;
}
.issuing_agency_select_box a {
    display: block;
    transition: all 0.2s;
}
.issuing_agency_select_box a:hover {
    color: #003984;
}
/* 鍙戞枃鏈烘瀯 */
.zcdy_page_select_conditions .issuing_agency .select.active .issuing_agency_select_box {
    display: block;
}
.zcdy_page_select_conditions .issuing_agency .issuing_agency_select {
    width: auto;
    float: left;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #003984;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 170px;
}
.zcdy_page_select_conditions .issuing_agency .issuing_agency_select .select {
    position: relative;
}
.zcdy_page_select_conditions .issuing_agency .issuing_agency_select::after {
    content: "";
    width: 9px;
    height: 5px;
    display: block;
    background: url(zcdy_search_downarrowo@2x_Xu220331.png) no-repeat right center;
    background-size: 9px 5px;
    position: absolute;
    right: 2px;
    bottom: 22px;
    transition: transform 0.2s linear;
}
/* 鍙戞枃鏃堕棿 */
.zcdy_page_select_conditions .issuing_time .title {
    margin-right: 4px;
}
.zcdy_page_select_conditions .issuing_time ul li {
    border: 1px solid #fff;
    padding: 3px 12px;
    display: inline;
    border-radius: 3px;
    cursor: pointer;
}
.zcdy_page_select_conditions .issuing_time .select_time {
    border: none;
    padding: 0;
}
.zcdy_page_select_conditions .issuing_time .select_time:hover {
    border: none;
    color: #394351;
}
.zcdy_page_select_conditions .issuing_time .select_time span {
    border: 1px solid #fff;
    padding: 3px 12px;
    border-radius: 3px;
}
.zcdy_page_select_conditions .issuing_time .select_time .dateinput {
    display: none;
}
.zcdy_page_select_conditions .issuing_time .select_time .dateinput.active {
    display: inline !important;
    color: rgb(255, 255, 255);
    background:var(--main-color);
    padding: 3px 12px;
    border-radius: 3px;
}
.zcdy_page_select_conditions .issuing_time ul li:hover,
.zcdy_page_select_conditions .issuing_time ul .select_normal.active,
.zcdy_page_select_conditions .issuing_time .select_time span:hover {
    color: #003984;
    border: 1px solid #003984;
}
/* 鏀跨瓥璁㈤槄鎼滅储 */
.zcdy_global_search {
    position: relative;
}
.zcdy_global_search input {
    width: 250px;
    display: inline;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 50px;
    border-radius: 3px;
    color: #394351;
}
.zcdy_global_search .zcdySearch_icon {
    background: url(zcdy_search_icon@2x_Xu220331.png) no-repeat center;
    background-size: 22px;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 22px;
    height: 22px;
}
.zcdy_global_search .zcdySearch_icon::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #d2d2d2;
    position: absolute;
    top: 3px;
    left: -11px;
}
.zcdy_contents_bg {
    background: url(zcdy_contents_bg@2x_2023.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 81px;
    box-sizing: border-box;
    padding: 17px 0 0 26px;
}
.zcdy_contents_bg .search_condition_name {
    color: #fff;
    font-size: 16px;
}
.zcdy_contents_bg .search_condition_options {
    padding-top: 5px;
    color: #fff;
}
.zcdy_contents_bg .search_condition_options span:first-of-type {
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
}
.zcdy_page_contents {
    margin-bottom: 30px;
}
.zcdy_contents_list ul li {
    margin-top: 30px;
    overflow: hidden;
}
.zcdy_contents_list .city_tag {
    /* width: 6%; */
    float: left;
    text-align: right;
    cursor: pointer;
    padding-right: 1%;
}
.zcdy_contents_list .city_tag span {
    padding: 2px 4px;
    border-radius: 3px;
    display: inline-block;
}
/* 鍚勫煄甯倀ag棰滆壊 */
.zcdy_contents_list .city_tag.jls span {
    border: 1px solid #7a89b2;
    background-color: #e6ebfb;
    color: #7a89b2;
}
.zcdy_contents_list .city_tag.ccs span {
    border: 1px solid #68c8e1;
    background-color: #f2fcff;
    color: #68c8e1;
}
.zcdy_contents_list .city_tag.jlcity span {
    border: 1px solid #bf4d4d;
    background-color: #f7f7f7;
    color: #bf4d4d;
}
.zcdy_contents_list .city_tag.sps span {
    border: 1px solid #3dae66;
    background-color: #f2f9f2;
    color: #3dae66;
}
.zcdy_contents_list .city_tag.mhk span {
    border: 1px solid #f1916e;
    background-color: #fff9f7;
    color: #f1916e;
}
.zcdy_contents_list .item {
    /* float: right; */
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 26px;
}
.zcdy_contents_list .item .main_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zcdy_contents_list .item .main_title a {
    transition: color 0.2s;
}
.zcdy_contents_list .item .main_title a:hover {
    color: #003984;
}
.zcdy_contents_list .item .main_abstract {
    line-height: 30px;
}
.zcdy_contents_list .item .main_issuing_agency {
    margin-top: 12px;
    display: flex;
}
.zcdy_contents_list .item .main_issuing_agency .text a {
    padding: 4px 0;
    border-radius: 3px;
    transition: all 0.2s;
}
/* .zcdy_contents_list .item .main_issuing_agency .text a:hover {
    background-color: #6d80a1;
    color: #fff;
} */
.zcdy_contents_list .item .main_issuing_agency .time {
    padding-left: 36px;
    cursor: pointer;
}
.normal.action p {
    color: #fff;
}
.jedate-header .monthprev {
    background: url(jdate_left.png) no-repeat;
}
.jedate-header .monthnext {
    background: url(jdate_right.png) no-repeat;
}
.jedate-header .yearprev {
    background: url(jdate_dbleft.png) no-repeat;
}
.jedate-header .yearnext {
    background: url(jdate_dbright.png) no-repeat;
}
@keyframes ldio-tz470z5q498 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.textAnimation {
    animation: shake 800ms ease-in-out;
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(+2px, 0, 0);
    }
    30%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(+4px, 0, 0);
    }
    50% {
        transform: translate3d(-4px, 0, 0);
    }
}
.ldio-tz470z5q498 div {
    left: 94px;
    top: 48px;
    position: absolute;
    animation: ldio-tz470z5q498 linear 1s infinite;
    background: #003984;
    width: 12px;
    height: 24px;
    border-radius: 6px / 12px;
    transform-origin: 6px 52px;
}

.ldio-tz470z5q498 div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: #003984;
}

.ldio-tz470z5q498 div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: #003984;
}

.loadingio-spinner-spinner-z1w3v0c6gfg {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    /* background: #ffffff; */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
    display: none;
}

.ldio-tz470z5q498 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-tz470z5q498 div {
    box-sizing: content-box;
}

/* generated by https://loading.io/ */

.zcdy_click{
	text-decoration: revert;
    color:#003984;
    margin-left: 20px;
  }
  .zcdy_page .zcdy_page_title{padding:20px 33px 0;}
  .main_classification span:first-of-type{margin-left:0;}
  .zcdy_page .zcdy_page_title p:last-of-type{line-height:30px;}

.news_List_mod ul li em.file_cag { color:#394351!important;}
.block_links li {
    text-align: center;
    float: left;
    width: auto!important;
    line-height: 30px;
    height: 30px;
    border-radius: 0px;
    border: none;
    background:none;
}
.block_links li a::after{
display:none}
.filiter_Content{padding:0px}
.find_Policy_New{background-size: 100%;}
.zczn{font-size: 13px;margin-left: 30px;color:red;}
.zczn a{font-size: 13px;margin-left: 30px;color:red;}
.zczn a::after{display:none}

.flow_btn2 {
    display: none;
}
.flow_btn {
    position: absolute;
    right: 20px;
     top: 240px;
    z-index: 9999;
}       
        .flow_btn2 {
            z-index: 9998;
        }
.flow_btn ul li {
    margin-bottom: 5px;
    width: 44px;
    border-radius: 3px;
position: relative;
}
.flow_btn ul li a {
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    border-radius: 3px;
}
.icon_back_top {
    background: #6e7b9c url(${ROOT_PATH}images/cosmos_back_top@2x.png) no-repeat center center;
    background-size: 42px 42px;
opacity:0.3;
}
.icon_back_top:hover{opacity:1;background-color:#003984;}
.tips_warn{  z-index:999; }
.flow_btn2 {
            top: auto;
            z-index: 9998;
            position: fixed;
        }
        
        .flow_btn2 {
            right: 180px;
            bottom: 60px;
        }

.bshare-custom.icon-medium-plus {
    width: 115px;
    position: absolute;
    right: 48px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    height: 44px;
}
@media screen and (max-width: 1440px) {
            .flow_btn2 {
                right: 20px;
            }
        }
@media screen and (max-width: 1024px){
.flow_btn2 {
    display: none!important;
}
}
.ui-paging-container li.ui-paging-toolbar select{display:none}
.ui-paging-container li.ui-paging-toolbar input{width: 42px;height: 40px;line-height: 40px;vertical-align: top;}
.ui-paging-container li.ui-paging-toolbar a{height: 40px;width: 40px;line-height: 40px;font-size: 16px;font-weight:500;background: #d4e6ff;}
.ui-paging-container li.ui-paging-toolbar{width:auto;background:none}
.ui-paging-container li.ui-paging-toolbar:hover{background:none}
.ui-paging-container li.ui-pager:hover, .ui-paging-container li.focus{background: #003984;}
#pageToolbar{text-align:center}
.ui-paging-container{display: inline-block;}
.find_Policy_New > div > div{width:50%}
  .zcdy_contents_list .item .main_issuing_agency{width:100%}
  .zcdy_contents_list .item .main_issuing_agency .text{max-width:80%;line-height: initial;}
  .zcdy_contents_list .item .main_issuing_agency .text a{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;position: inherit;
  }
  .zcdy_contents_list .item .main_issuing_agency .time{line-height:31px;}
  .jedatefont{font-size:0!important;}
  .zcdy_global_search{
      display: none;
   }
    .qiye,.geren{
      background-color: #fbf5f6;
    color: #d2394e;
  }
  .zhengce_label{
  background-color: #f3fcfa;
    color: #66b78b;
  }
    .main_classification{margin-top:12px;}
  .main_classification span{
   padding:2px 5px;
   margin:0 5px;
  }
/*分页*/

                                .fenye {
                                    text-align: center;
                                    margin: 30px 0 30px;
                                }

                                .fenye span,
                                .fenye li {
                                    float: left;
                                    width: 42px;
                                    height: 42px;
                                    text-align: center;
                                    line-height: 42px;
                                    margin: 0 2px;
                                    font-size: 12px;
                                    font-weight: bold;
                                }

                                .fenye span.on {
                                    background-color: #003984;
                                    color: #fff;
                                }

                                .fenye li {
                                    background-color: #d4e6ff;
                                    color: #95b0d3;
                                    padding: 0 !important;
                                    border: none !important;
                                }
 
                                .fenye li:hover {
                                    background-color: #003984;
                                    color: #fff;
                                }

                                .fenye .page_s {
                                    background: url(page_left_Z_2023.png);
                                    padding: 0 !important;
                                    border: none !important; background-size: 42px
                                }

                                .fenye li.page_s:hover {
                                     background: url(page_left_on_Z_2023.png); 
                                    padding: 0 !important;
                                    border: none !important;background-size: 42px
                                }

                                .fenye .page_x {
                                    background: url(page_right_Z_2023.png);
                                    padding: 0 !important;
                                    border: none !important;background-size: 42px
                                }

                                .fenye li.page_x:hover {
                                    background: url(page_right_on_Z_2023.png);
                                    padding: 0 !important;
                                    border: none !important;background-size: 42px
                                }

                                .fenye font {
                                    font-size: 16px;
                                    color: #797979;
                                }

                                .fenye input {
                                    width: 42px;
                                    height: 42px;
                                    text-align: center;
                                    line-height: 42px;
                                    box-sizing: border-box;
                                    margin: 0 4px;
                                }

                                .fenye font input:first-child {
                                    border: 1px solid #ede8e6;
                                }

                                .fenye font input:first-child+input {
                                    background: #ddd;
                                    cursor: pointer;
                                }

                                .fenye font input:first-child+input:hover {
                                    background-color: #ff6200;
                                    color: #fff;
                                }
                              .zcdy_contents_list .main .main_issuing_agency .time{min-width:10%;}
