.sl-1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sl-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.sl-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.fjb {
    display: flex;
    justify-content: space-between;
}

.fjc {
    display: flex;
    justify-content: center;
}

.fjbc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fjcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-style3 li {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.swiper1 .news_swiper {
    width: 100%;
    position: relative;
}

.swiper1 .news_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper1 .news_swiper .news_next,
.swiper1 .news_swiper .news_prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    z-index: 99;
}

.swiper1 .news_swiper .news_prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.swiper1 .news_swiper .news_next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.swiper1 .news_swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper1 .news_swiper .swiper-pagination-bullet {
    background-color: red;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.swiper1 .news_swiper .swiper-pagination-bullet-active {
    background-color: blue;
}

.swiper2 .news_swiper {
    width: 100%;
    position: relative;
}

.swiper2 .news_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper2 .news_swiper .news_next,
.swiper2 .news_swiper .news_prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 80px;
    background-color: #d5edff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    z-index: 99;
}

.swiper2 .news_swiper .news_prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.swiper2 .news_swiper .news_next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.swiper2 .news_swiper .swiper-button-disabled {
    background-color: #eee;
    display: none;
}

.swiper2 .news_swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper2 .news_swiper .swiper-pagination-bullet-active {
    background-color: #d5edff;
}

.m_ztfw_list {
    padding-bottom: 10px;
    margin-left: -13px;
    margin-right: -13px;
}

.m_ztfw_list::before,
.m_ztfw_list::after {
    content: "";
    display: table;
}

.m_ztfw_list::before {
    clear: both;
    height: 0;
}

.m_ztfw_list::after {
    clear: both;
    height: 0;
}

.m_ztfw_list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.666%;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
}

.m_ztfw_list>li:nth-child(n) {
    margin-top: 0;
}

.m_ztfw_list>li:nth-child(n+6) {
    margin-top: 0;
}

.m_ztfw_list>li:nth-child(6) {
    margin-top: 0;
}

.m_ztfw_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .m_ztfw_list {
        margin-left: -13px;
        margin-right: -13px;
    }
    .m_ztfw_list::before,
    .m_ztfw_list::after {
        content: "";
        display: table;
    }
    .m_ztfw_list::before {
        clear: both;
        height: 0;
    }
    .m_ztfw_list::after {
        clear: both;
        height: 0;
    }
    .m_ztfw_list>li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        padding-left: 13px;
        padding-right: 13px;
        float: left;
    }
    .m_ztfw_list>li:nth-child(n) {
        margin-top: 0;
    }
    .m_ztfw_list>li:nth-child(n+4) {
        margin-top: 0;
    }
    .m_ztfw_list>li:nth-child(4) {
        margin-top: 0;
    }
    .m_ztfw_list a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 750px) {
    .m_ztfw_list {
        margin-left: -13px;
        margin-right: -13px;
    }
    .m_ztfw_list::before,
    .m_ztfw_list::after {
        content: "";
        display: table;
    }
    .m_ztfw_list::before {
        clear: both;
        height: 0;
    }
    .m_ztfw_list::after {
        clear: both;
        height: 0;
    }
    .m_ztfw_list>li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.333%;
        padding-left: 13px;
        padding-right: 13px;
        float: left;
    }
    .m_ztfw_list>li:nth-child(n) {
        margin-top: 0;
    }
    .m_ztfw_list>li:nth-child(n+3) {
        margin-top: 0;
    }
    .m_ztfw_list>li:nth-child(3) {
        margin-top: 0;
    }
    .m_ztfw_list a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.m_ztfw_list .item {
    height: 112px;
    padding-bottom: 16px;
    box-sizing: border-box;
    border: solid 1px transparent;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    padding-top: 22px;
}

@media (max-width: 750px) {
    .m_ztfw_list .item {
        height: auto;
        min-height: 112px;
    }
}

.m_ztfw_list .item p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #555555;
}

.m_ztfw_list .item i {
    display: inline-block;
    height: 36px;
    background: url(http://www.tianmen.gov.cn/material/zydt/fw_images/zwfw_ztfw_sprite.png) no-repeat;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.m_ztfw_list li {
    position: relative;
}

@media (min-width: 993px) {
    .m_ztfw_list li:not(:nth-child(6n))::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        content: "";
        width: 2px;
        height: 26px;
        background-color: #e6e6e6;
    }
}

@media screen and (min-width: 750px) and (max-width: 992px) {
    .m_ztfw_list li:not(:nth-child(4n))::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        content: "";
        width: 2px;
        height: 26px;
        background-color: #e6e6e6;
    }
}

@media (max-width: 750px) {
    .m_ztfw_list li:not(:nth-child(3n))::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        content: "";
        width: 2px;
        height: 26px;
        background-color: #e6e6e6;
    }
}

.m_ztfw_list li:first-child i {
    width: 44px;
    background-position: 0 -15px;
}

.m_ztfw_list li:nth-child(2) i {
    width: 38px;
    background-position: -52px -15px;
}

.m_ztfw_list li:nth-child(3) i {
    width: 36px;
    background-position: -97px -15px;
}

.m_ztfw_list li:nth-child(4) i {
    width: 33px;
    background-position: -141px -15px;
}

.m_ztfw_list li:nth-child(5) i {
    width: 26px;
    background-position: -181px -15px;
}

.m_ztfw_list li:nth-child(6) i {
    width: 31px;
    background-position: -215px -15px;
}

.m_ztfw_list li:nth-child(7) i {
    width: 32px;
    background-position: -7px -59px;
}

.m_ztfw_list li:nth-child(8) i {
    width: 35px;
    background-position: -50px -57px;
}

.m_ztfw_list li:nth-child(9) i {
    width: 27px;
    background-position: -96px -59px;
}

.m_ztfw_list li:nth-child(10) i {
    width: 29px;
    background-position: -135px -59px;
}

.m_ztfw_list li:nth-child(11) i {
    width: 35px;
    background-position: -175px -59px;
}

.m_ztfw_list li:nth-child(12) i {
    width: 28px;
    background-position: -221px -59px;
}

.m_ztfw_list li {
    position: relative;
}

.m_ztfw_list li:hover .expand_list {
    height: auto;
}

.m_ztfw_list li:hover .item {
    background-image: linear-gradient(#ecf6ff, #ecf6ff), linear-gradient(0deg, #3580ff 0%, #53b0ff 100%);
    background-blend-mode: normal, normal;
    border: solid 1px #59b2ff;
}

.m_ztfw_list li:hover .item i {
    transform: rotateY(180deg);
}

.m_ztfw_list li:nth-child(6n) .expand_list {
    right: 0;
}

@media (max-width: 992px) {
    .m_ztfw_list li:nth-child(6n) .expand_list {
        right: unset;
    }
    .m_ztfw_list li:nth-child(4n) .expand_list {
        right: 0;
    }
}

@media (max-width: 750px) {
    .m_ztfw_list li:nth-child(6n) .expand_list {
        right: unset;
    }
    .m_ztfw_list li:nth-child(4n) .expand_list {
        right: unset;
    }
    .m_ztfw_list li:nth-child(3n) .expand_list {
        right: 0;
    }
}

.m_ztfw_list .expand_list {
    transition: height 0.3s ease;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    width: fit-content;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
    width: 200%;
    overflow-y: hidden;
    height: 0;
}

.m_ztfw_list .expand_list dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 34px;
    padding-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.m_ztfw_list .expand_list dl dd {
    width: 130px;
}

.m_ztfw_list .expand_list dl dd a {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    color: #555555;
}

.m_ztfw_list .expand_list dl dd a::before {
    display: inline-block;
    margin-right: 10px;
    content: "";
    width: 8px;
    height: 12px;
    background: url(http://www.tianmen.gov.cn/material/zydt/fw_images/m_ztfw_arrow.png) no-repeat center;
    vertical-align: middle;
}

.m_ztfw_list .expand_list dl dd a:hover {
    color: #006bc8;
}

.m_ztfw_list .expand_list a {
    display: block;
}

.m_cjsdh_list .item {
    display: block;
    background-image: linear-gradient(0deg, #ddf3ff 0%, #edf4ff 8%, #ddf3ff 100%);
}

.m_cjsdh_list .item div {
    padding: 36px 24px 40px 24px;
    background: no-repeat right bottom;
}

.m_cjsdh_list .item h4 {
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #006bc8;
    margin-bottom: 10px;
}

.m_cjsdh_list .item p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
}

.m_cjsdh_list .swiper-slide:first-child div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/ruyuan.png);
}

.m_cjsdh_list .swiper-slide:nth-child(2) div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/cjsdh_p02.png);
}

.m_cjsdh_list .swiper-slide:nth-child(3) div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/cjsdh_p03.png);
}

.m_cjsdh_list .swiper-slide:nth-child(4) div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/cjsdh_p04.png);
}

.m_cjsdh_list .swiper-slide:nth-child(5) div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/paizhao.png);
}

.m_cjsdh_list .swiper-slide:nth-child(6) div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/jiuyedengji.png);
}

.m_cjsdh_list .swiper-slide:nth-child(11) div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/微信图片_20231123181712.png);
}

.m_cjsdh_list .swiper-slide:nth-child(7) div {
    background-image: url(https://www.tianmen.gov.cn/material/zydt/fw_images/shengyu.png);
}

.m_cjsdh_list .swiper-slide:nth-child(8) div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/luohu.png);
}

.m_cjsdh_list .swiper-slide:nth-child(9) div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/zaocan.png);
}

.m_cjsdh_list .swiper-slide:nth-child(10) div {
    background-image: url(http://www.tianmen.gov.cn/material/zydt/fw_images/canjiren.png);
}


/* 场景式导航服务-轮播 */

.swiper1 {
    padding-bottom: 26px;
}

.swiper1 .news_swiper {
    width: 100%;
    position: relative;
}

.swiper1 .news_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper1 .swiper-pagination-bullet {
    background-color: #006bc8;
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

.swiper1 .swiper-pagination {
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
}

.swiper1 .swiper-pagination-bullet-active {
    background-color: #dadada;
}

.m_cxfw_list {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-left: -13px;
    margin-right: -13px;
}

.m_cxfw_list::before,
.m_cxfw_list::after {
    content: "";
    display: table;
}

.m_cxfw_list::before {
    clear: both;
    height: 0;
}

.m_cxfw_list::after {
    clear: both;
    height: 0;
}

.m_cxfw_list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.666%;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
}

.m_cxfw_list>li:nth-child(n) {
    margin-top: 0;
}

.m_cxfw_list>li:nth-child(n+6) {
    margin-top: 16px;
}

.m_cxfw_list>li:nth-child(6) {
    margin-top: 0;
}

.m_cxfw_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .m_cxfw_list {
        margin-left: -13px;
        margin-right: -13px;
    }
    .m_cxfw_list::before,
    .m_cxfw_list::after {
        content: "";
        display: table;
    }
    .m_cxfw_list::before {
        clear: both;
        height: 0;
    }
    .m_cxfw_list::after {
        clear: both;
        height: 0;
    }
    .m_cxfw_list>li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        padding-left: 13px;
        padding-right: 13px;
        float: left;
    }
    .m_cxfw_list>li:nth-child(n) {
        margin-top: 0;
    }
    .m_cxfw_list>li:nth-child(n+4) {
        margin-top: 16px;
    }
    .m_cxfw_list>li:nth-child(4) {
        margin-top: 0;
    }
    .m_cxfw_list a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 750px) {
    .m_cxfw_list {
        margin-left: -13px;
        margin-right: -13px;
    }
    .m_cxfw_list::before,
    .m_cxfw_list::after {
        content: "";
        display: table;
    }
    .m_cxfw_list::before {
        clear: both;
        height: 0;
    }
    .m_cxfw_list::after {
        clear: both;
        height: 0;
    }
    .m_cxfw_list>li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.333%;
        padding-left: 13px;
        padding-right: 13px;
        float: left;
    }
    .m_cxfw_list>li:nth-child(n) {
        margin-top: 0;
    }
    .m_cxfw_list>li:nth-child(n+3) {
        margin-top: 16px;
    }
    .m_cxfw_list>li:nth-child(3) {
        margin-top: 0;
    }
    .m_cxfw_list a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 550px) {
    .m_cxfw_list {
        margin-left: -13px;
        margin-right: -13px;
    }
    .m_cxfw_list::before,
    .m_cxfw_list::after {
        content: "";
        display: table;
    }
    .m_cxfw_list::before {
        clear: both;
        height: 0;
    }
    .m_cxfw_list::after {
        clear: both;
        height: 0;
    }
    .m_cxfw_list>li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding-left: 13px;
        padding-right: 13px;
        float: left;
    }
    .m_cxfw_list>li:nth-child(n) {
        margin-top: 0;
    }
    .m_cxfw_list>li:nth-child(n+2) {
        margin-top: 16px;
    }
    .m_cxfw_list>li:nth-child(2) {
        margin-top: 0;
    }
    .m_cxfw_list a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.m_cxfw_list a {
    text-align: center;
    height: 52px;
    line-height: 20px;
    padding: 16px;
    background-color: #f5f6f8;
    color: #333333;
}

.map-content::before,
.map-content::after {
    content: "";
    display: table;
}

.map-content::before {
    clear: both;
    height: 0;
}

.map-content::after {
    clear: both;
    height: 0;
}

.map-content #map {
    width: calc(100% - 17px - 367px);
    height: 504px;
    float: left;
}

.map-content .wangdian {
    position: relative;
    box-sizing: border-box;
    float: right;
    width: 367px;
    padding-left: 0.3rem;
}

@media (max-width: 992px) {
    .map-content #map {
        height: 50vh;
    }
    .map-content #map,
    .map-content .wangdian {
        width: 100%;
    }
    .map-content .wangdian {
        padding-left: 0;
        margin-top: 30px;
    }
}

.map-content .map-nav {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map-content .map-nav::-webkit-scrollbar-thumb:hover {
    background-color: #cde0f0;
}

.map-content .map-nav::-webkit-scrollbar {
    background-color: #f5faff;
    width: 11px;
}

.map-content .map-nav::-webkit-scrollbar-track {
    background-color: #f5faff;
    width: 11px;
}

.map-content .map-nav::-webkit-scrollbar-track-piece {
    width: 11px;
    height: 74px;
    background-color: #f5faff;
}

.map-content .map-nav::-webkit-scrollbar-thumb {
    width: 11px;
    height: 74px;
    background-color: #d1dfee;
}

.map-content .map-nav .title {
    text-align: center;
    width: calc(172/367*100%);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    margin-right: 6px;
    color: #333;
    background-color: #f5f6f8;
    border-radius: 5px;
    border: solid 1px transparent;
    margin-bottom: 16px;
}

.map-content .map-nav .title.active {
    background-color: #ecf6ff;
    border: solid 1px #59b2ff;
    color: #006bc8;
}

.map-content .position_box {
    height: 232px;
    overflow-y: scroll;
}

.map-content .position_box::-webkit-scrollbar-thumb:hover {
    background-color: #cde0f0;
}

.map-content .position_box::-webkit-scrollbar {
    background-color: #f5faff;
    width: 11px;
}

.map-content .position_box::-webkit-scrollbar-track {
    background-color: #f5faff;
    width: 11px;
}

.map-content .position_box::-webkit-scrollbar-track-piece {
    width: 11px;
    height: 74px;
    background-color: #f5faff;
}

.map-content .position_box::-webkit-scrollbar-thumb {
    width: 11px;
    height: 74px;
    background-color: #cde0f0;
}

.map-content .position_box .position_pane {
    display: none;
}

.map-content .position_box .position_pane.current {
    display: block;
}

.map-content .position_box .position:hover,
.map-content .position_box .position.current {
    background-color: #ecf6ff;
}

.map-content .position_box .position:hover h3 a,
.map-content .position_box .position.current h3 a {
    color: #006bc8;
}

.map-content .position_box .position {
    cursor: pointer;
    background-color: #ffffff;
    padding: 10px;
    padding-bottom: 18px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-bottom: 5px;
}

.map-content .position_box .position h3 a {
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    font-weight: bold;
}

.map-content .position_box .position p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-left: 42px;
}

.map-content .position_box .map_no {
    display: block;
    width: 36px;
    background: url(https://www.xiantao.gov.cn/material/2022/images/dw_icon.png) no-repeat left center;
    height: 28px;
    float: left;
    text-align: center;
    color: #fff;
    margin-right: 7px;
    margin-top: -5px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 6px;
    padding-right: 3px;
    font-size: 14px;
}

.pane {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.pane.current {
    height: auto;
    visibility: visible;
}

.first_level {
    margin-left: -7px;
    margin-right: -7px;
}

.first_level::before,
.first_level::after {
    content: "";
    display: table;
}

.first_level::before {
    clear: both;
    height: 0;
}

.first_level::after {
    clear: both;
    height: 0;
}

.first_level>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
}

.first_level>li:nth-child(n) {
    margin-top: 0;
}

.first_level>li:nth-child(n+3) {
    margin-top: 14px;
}

.first_level>li:nth-child(3) {
    margin-top: 0;
}

.first_level a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.first_level li:hover div,
.first_level li.current div {
    background-image: linear-gradient(#ecf6ff, #ecf6ff), linear-gradient(0deg, #3580ff 0%, #53b0ff 100%);
    background-blend-mode: normal, normal;
    color: #006bc8;
    border: solid 1px #59b2ff;
}

.first_level li {
    cursor: pointer;
}

.first_level div {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 70px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
    height: 69px;
    background-image: linear-gradient(#f5f6f8, #f5f6f8), linear-gradient(0deg, #3580ff 0%, #53b0ff 100%);
    background-blend-mode: normal, normal;
    border-radius: 5px;
    border: solid 1px transparent;
}

.first_level div::before {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    content: "";
    height: 26px;
    background: url(http://www.tianmen.gov.cn/material/zydt/fw_images/m_zwdt_sprite.png) no-repeat;
}

.first_level li:first-child div::before {
    width: 26px;
    background-position: -11px -5px;
}

.first_level li:nth-child(2) div::before {
    width: 24px;
    background-position: -47px -5px;
}

.first_level li:nth-child(3) div::before {
    width: 25px;
    background-position: -82px -5px;
}

.first_level li:nth-child(4) div::before {
    width: 28px;
    background-position: -11px -36px;
}

.first_level li:nth-child(5) div::before {
    width: 23px;
    background-position: -47px -36px;
}

.first_level li:nth-child(6) div::before {
    width: 25px;
    background-position: -82px -36px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-10 {
    margin: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mb-11 {
    margin-bottom: 11px;
}

.my-11 {
    margin-top: 11px;
    margin-bottom: 11px;
}

.ml-11 {
    margin-left: 11px;
}

.mr-11 {
    margin-right: 11px;
}

.mx-11 {
    margin-left: 11px;
    margin-right: 11px;
}

.m-11 {
    margin: 11px;
}

.mt-12 {
    margin-top: 12px;
}

.mb-12 {
    margin-bottom: 12px;
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.ml-12 {
    margin-left: 12px;
}

.mr-12 {
    margin-right: 12px;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.m-12 {
    margin: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mb-13 {
    margin-bottom: 13px;
}

.my-13 {
    margin-top: 13px;
    margin-bottom: 13px;
}

.ml-13 {
    margin-left: 13px;
}

.mr-13 {
    margin-right: 13px;
}

.mx-13 {
    margin-left: 13px;
    margin-right: 13px;
}

.m-13 {
    margin: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mb-14 {
    margin-bottom: 14px;
}

.my-14 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.ml-14 {
    margin-left: 14px;
}

.mr-14 {
    margin-right: 14px;
}

.mx-14 {
    margin-left: 14px;
    margin-right: 14px;
}

.m-14 {
    margin: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-15 {
    margin: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.ml-16 {
    margin-left: 16px;
}

.mr-16 {
    margin-right: 16px;
}

.mx-16 {
    margin-left: 16px;
    margin-right: 16px;
}

.m-16 {
    margin: 16px;
}

.mt-17 {
    margin-top: 17px;
}

.mb-17 {
    margin-bottom: 17px;
}

.my-17 {
    margin-top: 17px;
    margin-bottom: 17px;
}

.ml-17 {
    margin-left: 17px;
}

.mr-17 {
    margin-right: 17px;
}

.mx-17 {
    margin-left: 17px;
    margin-right: 17px;
}

.m-17 {
    margin: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mb-18 {
    margin-bottom: 18px;
}

.my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.ml-18 {
    margin-left: 18px;
}

.mr-18 {
    margin-right: 18px;
}

.mx-18 {
    margin-left: 18px;
    margin-right: 18px;
}

.m-18 {
    margin: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mb-19 {
    margin-bottom: 19px;
}

.my-19 {
    margin-top: 19px;
    margin-bottom: 19px;
}

.ml-19 {
    margin-left: 19px;
}

.mr-19 {
    margin-right: 19px;
}

.mx-19 {
    margin-left: 19px;
    margin-right: 19px;
}

.m-19 {
    margin: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-20 {
    margin: 20px;
}

.mt-21 {
    margin-top: 21px;
}

.mb-21 {
    margin-bottom: 21px;
}

.my-21 {
    margin-top: 21px;
    margin-bottom: 21px;
}

.ml-21 {
    margin-left: 21px;
}

.mr-21 {
    margin-right: 21px;
}

.mx-21 {
    margin-left: 21px;
    margin-right: 21px;
}

.m-21 {
    margin: 21px;
}

.mt-22 {
    margin-top: 22px;
}

.mb-22 {
    margin-bottom: 22px;
}

.my-22 {
    margin-top: 22px;
    margin-bottom: 22px;
}

.ml-22 {
    margin-left: 22px;
}

.mr-22 {
    margin-right: 22px;
}

.mx-22 {
    margin-left: 22px;
    margin-right: 22px;
}

.m-22 {
    margin: 22px;
}

.mt-23 {
    margin-top: 23px;
}

.mb-23 {
    margin-bottom: 23px;
}

.my-23 {
    margin-top: 23px;
    margin-bottom: 23px;
}

.ml-23 {
    margin-left: 23px;
}

.mr-23 {
    margin-right: 23px;
}

.mx-23 {
    margin-left: 23px;
    margin-right: 23px;
}

.m-23 {
    margin: 23px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.ml-24 {
    margin-left: 24px;
}

.mr-24 {
    margin-right: 24px;
}

.mx-24 {
    margin-left: 24px;
    margin-right: 24px;
}

.m-24 {
    margin: 24px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.mx-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.m-25 {
    margin: 25px;
}

.mt-26 {
    margin-top: 26px;
}

.mb-26 {
    margin-bottom: 26px;
}

.my-26 {
    margin-top: 26px;
    margin-bottom: 26px;
}

.ml-26 {
    margin-left: 26px;
}

.mr-26 {
    margin-right: 26px;
}

.mx-26 {
    margin-left: 26px;
    margin-right: 26px;
}

.m-26 {
    margin: 26px;
}

.mt-27 {
    margin-top: 27px;
}

.mb-27 {
    margin-bottom: 27px;
}

.my-27 {
    margin-top: 27px;
    margin-bottom: 27px;
}

.ml-27 {
    margin-left: 27px;
}

.mr-27 {
    margin-right: 27px;
}

.mx-27 {
    margin-left: 27px;
    margin-right: 27px;
}

.m-27 {
    margin: 27px;
}

.mt-28 {
    margin-top: 28px;
}

.mb-28 {
    margin-bottom: 28px;
}

.my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
}

.ml-28 {
    margin-left: 28px;
}

.mr-28 {
    margin-right: 28px;
}

.mx-28 {
    margin-left: 28px;
    margin-right: 28px;
}

.m-28 {
    margin: 28px;
}

.mt-29 {
    margin-top: 29px;
}

.mb-29 {
    margin-bottom: 29px;
}

.my-29 {
    margin-top: 29px;
    margin-bottom: 29px;
}

.ml-29 {
    margin-left: 29px;
}

.mr-29 {
    margin-right: 29px;
}

.mx-29 {
    margin-left: 29px;
    margin-right: 29px;
}

.m-29 {
    margin: 29px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-30 {
    margin: 30px;
}