.zcdy {
    width: 100%;
    overflow: hidden;
}

.hide {
    display: none;
}

.zczd_zcdy {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.zcdy_left {
    width: 100%;
}

.zcdy_right {
    width: 100%;
}

.zcdy_left .zczd_text {
    border-bottom: 1px solid var(--main-color);
    background-color: #f9f9f9;
    color: var(--main-color);
    padding: 2px 15px 15px 15px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

.zcdy_general {
    border: 1px solid var(--main-color);
    border-radius: 5px;
    position: relative;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.zcdy_general .zczd_title {
    background: linear-gradient(to right, var(--main-color), rgba(255, 255, 255, 0));
    line-height: 35px;
    margin: 3%;
    border-radius: 5px 0 0 5px;
}

.zcdy_general .zczd_title a {
    color: #fff;
    padding-left: 3%;
    font-weight: bold;
}

.zcdy_left .swiper {
    width: 100%;
    /* height: 360px; */
    border-top: 0;
    overflow: hidden;
}

.zcdy_general .swiper-wrapper {
    border-radius: 5px 0 0 5px;
    width: 82%;
}

.zcdy_general .swiper-slide {
    position: relative;
    width: 92% !important;
    height: 50px !important;
    padding: 10px 0;
    margin-left: 20px;
    border-bottom: 2px solid #ffefe6;
    /* display:inline-block; */
    display: block;
}

.zcdy_general .swiper-slide p:first-child a {
    width: 91%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.zcdy_general .swiper-slide p:first-child a:hover {
    color: var(--main-color);
}

/* #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: var(--main-color);
}

.zcdy_general .swiper-slide p:first-child {
    font-weight: bold;
    color: #394351;
}

.zcdy_general .swiper-slide p:nth-child(2) {
    color: #abadb2;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 91%;
}

.zcdy_general .swiper-slide p {
    line-height: 30px;
    position: relative;
    /* padding-left: 15px; */
}

.zcdy_general .swiper-slide p:first-child:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 13px;
    left: -10px;
    border-radius: 10px;
    background: var(--main-color);
}

.zcdy_general .swiper-slide .more {
    position: absolute;
    right: 0;
    top: 24px;
}

.zcdy_general .swiper-slide .more img {
    width: 20px;
    height: 20px;
}

.zcdy_general .swiper-slide {
    text-align: left;
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.swiper-btn .swiper-button-next {
    background: url(http://jl.gov.cn/images/cosmos_arrow_L@2x.png) no-repeat, var(--main-color);
    background-position: center;
    background-size: 7px 12px;
    bottom: 182px;
    transform: rotate(270deg);
    top: auto;
}

.swiper-btn .swiper-button-prev {
    background: url(http://jl.gov.cn/images/cosmos_arrow_L@2x.png) no-repeat, var(--main-color);
    background-position: center;
    background-size: 7px 12px;
    top: 280px;
    left: auto;
    transform: rotate(90deg);
}

.swiper-btn .more,
.zcdy_right .zcdy_button .more {
    background: #f9f9f9;
    text-align: center;
    display: block;
    border-radius: 0.19rem;
    padding: 0.5rem;
    font-size: 0.88rem;
    color: #9ea5af;
    width: 30%;
    margin: 0.5rem auto;
    border: 0.06rem solid #f9f9f9;
}

.zcdy_right .zcdy_button .more {
    margin: 0.7rem auto;
}

.zczd_wrap .swiper-btn {
    text-align: center;
}

/* 政策订阅 */
.zcdy_right .zcdy_wrap .zcdy_text {
    background-color: #f7f7f7;
    color: var(--main-color);
    padding: 8px;
    font-size: 14px;
}

.zcdy_right .hm_title {
    background: linear-gradient(to right, #fff1e8, rgba(255, 255, 255, 0));
    overflow: hidden;
    line-height: 40px;
    font-size: 20px;
    color: var(--main-color);
    padding-left: 15px;
    margin-top: 15px;
    border-radius: 3px;
}

.zcdy_right .hm_title a {
    color: var(--main-color);
}

.zcdy_right .hm_title img {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 10px;
}

.zcdy_right #geren,
.zcdy_right #qiye,
.zcdy_right #shengji,
.zcdy_right #shiji,
.zcdy_right #xianji {
    margin-top: 10px;
    padding-left: 10px;
}

.zcdy_right #geren a,
.zcdy_right #qiye a,
.zcdy_right #shengji a,
.zcdy_right #shiji a,
.zcdy_right #xianji a {
    line-height: 35px;
    display: inline-block;
    padding-right: 10px;
}

.zcdy_general .theme {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 8px;
}

.zcdy_wrap .zcdy_button {
    text-align: center;
    margin: 15px auto;
}

.zcdy_wrap .zcdy_button a {
    width: 110px;
    height: 29px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    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: var(--main-color);
    color: #fff;
}

.zcdy_wrap .zcdy_first {
    padding: 10px;
}

.zcdy_wrap .zcdy_first,
.zcdy_wrap .zcdy_second {
    display: none;
}

.zcdy_wrap .zcdy_first.show,
.zcdy_wrap .zcdy_second.show {
    display: block;
}

.zcdy_wrap .zcdy_button .show {
    display: inline-block;
}

.background_white {
    margin-top: 0;
    padding-top: 0;
}

/* 政策订阅页 */
#zctsm {
    padding-top: 0;
    padding: 0 0.3rem;
}

.zcdy_page_search_conditions_wrap {
    /* padding-bottom: 1.5rem; */
    overflow: hidden;
    position: relative;
    margin-top: .3rem;
}

.zcdy_page_search_conditions_wrap .zcdy_page_search_conditions_button {
    /* position: absolute; */
    text-align: center;
    margin: 0 auto;
    font-size: .3rem;
    font-weight: bold;
    background: #e2e2e2;
    padding: 0.2rem 0 0.3rem;
    margin-top: 0.5rem;
    border: 2px solid #00398463;
    margin-bottom: .5rem;
    position: relative;
}

.zcdy_page_search_conditions_wrap .zcdy_page_search_conditions_button span {
    display: inline-block;
}

.zcdy_page_search_conditions_wrap .zcdy_page_search_conditions_button img {
    width: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0rem;
}

.zcdy_page_search_conditions_wrap .zcdy_page_search_conditions_button.active {
    /* padding-top: 0; */
}

.zcdy_page_search_conditions_wrap .zcdy_page_search_conditions_button.active img {
    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_page_search_conditions_wrap.active {
    max-height: 100% !important;
}

.zcdy_page_title {
    width: 100%;
    height: 153px;
    background: url(zcdy_title_Xu230105.jpg) no-repeat right;
    background-size: cover;
    border-bottom: 1px solid var(--main-color);
}

.zcdy_page .zcdy_page_title {
    box-sizing: border-box;
    padding: 35px 20px 15px 20px;
    height: auto;
}

.zcdy_page .zcdy_page_title .zcdy_click {
    color: var(--main-color);
    text-decoration: revert;
    margin: 0.5rem 0;
    display: block;
}

.zcdy_page .zcdy_page_title p:first-of-type {
    font-size: 0.6rem;
    padding: 0.3rem 0;
}

.zcdy_page .zcdy_page_title p:last-of-type {
    font-size: .3rem;
}

.zcdy_page .zcSearch .zcdy_title_left {
    float: left;
    position: relative;
}

.zcdy_page .zcSearch .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: 25%;
    float: left;
    padding-right: 13px;
    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 {
    margin: 1rem 0;
}

.zcdy_global_search_input {
    float: left;
    width: 70%;
}

.zcdy_global_search_box {
    width: 70px;
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    padding: 0 8%;
    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: var(--main-color);
}

.zcdy_page .zcSearch .zcdy_global_search {
    float: left;
    margin-left: 60px;
    margin-top: 10px;
}

.zcdy_page .zcSearch .zcdy_global_search .info {
    color: var(--main-color);
    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 var(--main-color);
}

.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 {
    box-sizing: border-box;
}

.zcdy_page_search_conditions .conditions_order {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    border: 2px solid #00398463;
    padding: .2647rem .1529rem;
    box-sizing: border-box;
    border-radius: 3px;
}

.conditions_order .search_condition_tab {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.conditions_order .search_condition_tab .tab {
    width: 45%;
    line-height: 0.85rem;
    background-color: #0039840a;
    text-align: center;
    transition: all 0.2s;
    border-radius: 5px;
}

.conditions_order .search_condition_tab .tab.active p:last-child::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;
}

.conditions_order .search_condition_tab::after {
    content: '';
    background-color: #00398463;
    height: .85rem;
    width: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.conditions_order .search_condition_tab .tab p:first-child {
    font-weight: bold;
    font-size: 0.32rem;
    /* padding-top: 0.36rem; */
    position: relative;
    background: url(tab_arrow_Xu230105.png) no-repeat right 1.7rem center;
    background-size: 8px;
    transition: all 0.2s;
}

.conditions_order .search_condition_tab .tab.active {
    background: var(--main-color);
}

.conditions_order .search_condition_tab .tab.active p:first-child {
    background: url(tab_arrow_hover_Xu230105.png) no-repeat right 1.7rem center;
    background-size: 8px;
    color: #fff;
}

.search_condition_row {
    overflow: hidden;
    line-height: .653rem;
    width: 100%;
    padding-bottom: 0.1rem;
}

.search_condition_row.rdzc .row_list {
    display: block !important;
    background: none;
    margin-top: 0;
    /* padding: 0 0.7647rem; */
}

.search_condition_row.rdzc .row_list a {
    border: 2px solid transparent;
    padding: 0.05rem 0.196rem;
}

#xianji {
    display: none;
    background-color: #F1F7FB;
    border: 1px solid #CDDAE9;
    border-radius: 5px;
}

.search_condition_row.rdzc .row_list a.checked,
/* .search_condition_row.rdzc .row_list a:hover, */
.search_condition_row .row_list#fbdq a.checked {
    /* .search_condition_row .row_list#fbdq a:hover { */
    color: var(--main-color);
    border: 2px solid #00398463;
}

.search_condition_row.rdzc {
    background: none;
    padding: 0 .2275rem
}

.search_condition_row.rdzc>span {
    /* padding-left: .2941rem; */
}

.search_condition_row>span {
    line-height: .7rem;
}

.search_condition_row.zhengce .row_list {
    display: none;
}

.search_condition_row .row_list#fbdq a {
    border: 2px solid #fff;
}

.search_condition_row a {
    font-size: 0.294rem;
}

.search_condition_row span {
    font-weight: bold;
}

.search_condition_row.zhengce .row_list {
    /* overflow: hidden; */
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    position: relative;
    margin-top: 0.2882rem;
    /* background-color: #FFF6F4; */
    padding: 0 .2275rem;
    width: 100%;
    box-sizing: border-box;

}

/* .search_condition_row .row_list#hmzc::after {
    content: '';
    top: -0.5882rem;
    left: 0;
    position: absolute;
    background: #FFF6F4;
    width: 9.1824rem;
    height: .5882rem;
}

.search_condition_row .row_list#lqzc::after {
    content: '';
    top: -0.5882rem;
    right: 0;
    position: absolute;
    background: #FFF6F4;
    width: 9.1824rem;
    height: .5882rem;
} */

.search_condition_row .row_list a {
    border: 2px solid transparent;
    transition: all 0.2s;
    border-radius: 3px;
    /* width: 46%; */
    text-align: center;
    margin-bottom: 0.1rem;
    padding: 0.05rem 0.196rem;
    white-space: nowrap;
}

/* .search_condition_row.zhengce.Safari .row_list a {
    display: -webkit-inline-box;
    -webkit-box-orient: horizontal;
} */

.search_condition_row .row_list a.checked {
    color: #003984ed;
    border: 2px solid #00398463;
    background-color: #fff;
}

.zcdy_page_select_conditions {
    /* border-top: 1px solid #00398463; */
    /* display: flex; */
    line-height: 50px;
    justify-content: space-between;
}

.zcdy_page_border {
    border: 2px solid #00398463;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 11px;
}

.zcSearch_page .zcdy_page_select_conditions {
    justify-content: start;
}

.zcdy_page_select_conditions .title {
    font-weight: bold;
}

.zcdy_page_select_conditions .issuing_time ul {}

.issuing_agency {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: 0.55rem 0;
    display: inline-flex;
    justify-content: space-between;
}

.issuing_agency .select {
    float: left;
    width: calc(100% - 1.5rem);
}

.issuing_agency,
.issuing_time {
    overflow: hidden;
}

/* 发文机构 */
.zcdy_page_select_conditions .issuing_agency .issuing_agency_select {
    width: auto;
    float: left;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: var(--main-color);
}

.zcdy_page_select_conditions .issuing_agency .select {
    position: relative;
    padding-right: 0.3rem;
}

.zcdy_page_select_conditions .issuing_agency .select select {
    font-size: .3rem;
    color: var(--main-color);
    border: none;
    background: none;
    outline: none;
    max-width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-right: 7%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(tab_arrow_Xu230105.png) no-repeat right center;
    background-size: 0.25rem;
    /*去掉下拉箭头*/
}

/* .zcdy_page_select_conditions .issuing_agency .select::after {
    content: "";
    width: 14px;
    height: 10px;
    display: block;
    background: url(tab_arrow_Xu230105.png) no-repeat right center;
    background-size: contain;
    position: absolute;
    right: 2px;
    bottom: 22px;
    transition: transform 0.2s linear;
} */

.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 {
    display: block;
    float: none;
}

.zcdy_page_select_conditions .issuing_time ul li {
    border: 1px solid #fff;
    padding: 3px 12px;
    display: inline;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
}

.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 #customTime {
    display: none;
}

.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: var(--main-color);
    border: 1px solid var(--main-color);
}

#search_time {
    border: 0;
    color: #fff;
    background-color: var(--main-color);
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
}

/* 政策订阅搜索 */
.zcdy_global_search {
    position: relative;
    display: none;
}

.zcdy_global_search input {
    width: 100%;
    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: 0.5rem;
    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: linear-gradient(to right, #00398440, 30%, #fff);
    width: 100%;
    height: 81px;
    box-sizing: border-box;
    padding: 17px 0 0 17px;
}

.zcdy_contents_bg .search_condition_name {
    color: var(--main-color);
    font-size: 16px;
}

.zcdy_contents_bg .search_condition_options {
    padding-top: 5px;
    color: #000;
}

.zcdy_contents_bg .search_condition_options span:first-of-type {
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    /* color: #000; */
}

.zcdy_page_contents {
    margin-bottom: 30px;
}

.zcdy_contents_list ul li {
    margin-top: 15px;
    overflow: hidden;
}

.zcdy_contents_list .city_tag {
    width: 100%;
}

.zcdy_contents_list .city_tag span {
    padding: 2px 4px;
    border-radius: 3px;
    display: inline-block;
}

/* 各城市tag颜色 */
.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 .main {
    width: 100%;
    margin-top: 0.1rem;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
}

.zcdy_contents_list .main .main_title {
    font-weight: bold;
    font-size: .3rem;
    line-height: 26px;
    padding-bottom: 5px;
}

.zcdy_contents_list .main .main_title a {
    transition: color 0.2s;
}

.zcdy_contents_list .main .main_title a:hover {
    color: var(--main-color);
}

.zcdy_contents_list .main .main_abstract {
    line-height: 1.5rem;
    display: -webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 0.9rem;
}

.zcdy_contents_list .main .main_issuing_agency {
    margin-top: 12px;
    display: flex;
    line-height: 0.4rem;
}

.zcdy_contents_list .main .main_issuing_agency .time {
    min-width: 34%;
    font-size: 0.3rem;
    color: #ccc;
    margin-left: 0.15rem;
}


.zcdy_contents_list .main .main_issuing_agency .text a {
    border-radius: 3px;
    transition: all 0.2s;
    display: inline-block;
    font-size: 0.3rem;
    color: #6d80a1;
}

.zcdy_contents_list .main .main_issuing_agency .text a:hover {
    background-color: #6d80a1;
    color: #fff;
}

.normal.action p {
    color: #fff;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.time_mark {
    display: none;
}

.time_mark.active {
    /* display: inline-block; */
    display: block;
    width: 100%;
}

.wap_date_packer {
    color: #b2b2b2;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    width: 38%;
    border-radius: 3px;
}

@keyframes ldio-tz470z5q498 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.ldio-tz470z5q498 div {
    left: 94px;
    top: 48px;
    position: absolute;
    animation: ldio-tz470z5q498 linear 1s infinite;
    background: var(--main-color);
    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: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: var(--main-color);
}

.ldio-tz470z5q498 div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: var(--main-color);
}

.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/ */



/* 20230105新增 */
.qiye,
.geren {
    background-color: #fbf5f6;
    color: #d2394e;
}

.zhengce_label {
    background-color: #f3fcfa;
    color: #66b78b;
}

.news_List_mod_sp ul li {
    margin-bottom: 1rem;
}

.main_classification {
    margin-top: 12px;
}

.main_classification span {
    padding: 2px 5px;
    margin: 3px 5px 3px 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
}