@charset "UTF-8";

/* ======文章页开始样式===============文章页开始样式=============文章页开始样式========= */
.articlemain {
    padding: var(--content-size-padding2);
}

.articlemain .article-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    /* flex-wrap: wrap;
    line-height: 1.8; */
}

.articlemain .subpage-nav {
    flex-wrap: wrap;
    line-height: 1.8;
}
.articlemain .article-fun-box {
    display: flex;
    position: relative;
}
.article-fun-share-list-cont{
    position: absolute;
    top: 0.3rem;
    padding: 0.08rem;
    background: #fff;
    border-radius: 0.08rem;
    display: none;
}
.article-fun-share-list{
    display: flex;
}
.article-fun-share-list a{
     width: 0.4rem;
     margin: 0.08rem 0.05rem 0;
     display: block;
     cursor: pointer;
}
.weixin_share{
     position: fixed;
     top: 30%;
     left: 50%;
     width: 3rem;
     margin-left: -1.5rem;
     background: #fff;
     padding: 0.2rem;
     z-index: 100;
     text-align: center;
     border-radius: 0.08rem;
}
.weixin_share img{
    margin-top: 0.2rem;
    display: block;
}
.weixin_share h2{
     font-size: 0.4rem;
     margin-bottom: 0.2rem;
}
.weixin_share p{
    font-size: 0.24rem;
}
.weixin_share_close_btn{
    transform: rotate(45deg);
     position: absolute; 
     top: 0.1rem; 
     right:0.1rem; 
     font-size: 0.4rem;
     font-weight: normal;
     width: 0.26rem; 
     height: 0.26rem; 
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
}
.articlemain .article-fun-box .article-fun-share:hover .article-fun-share-list-cont{
    display: block;
}
.articlemain .article-fun-box .article-fun-item {
    font-size: 0.21rem;
    font-family: var(--font-family-title);
    display: flex;
    white-space: nowrap;
}

.articlemain .article-fun-box .article-fun-item+.article-fun-item {
    margin-left: 0.26rem;
}

.article-fun-box .article-fun-item .article-fun-icon {
    margin-right: 0.11rem;
    width: 0.19rem;
}

.articlemain .article-container {
    width: 100%;
    margin-top: 0.84rem;
}

.articlemain .article-container .biaoti {
    font-size: 0.78rem;
    font-family: var(--font-family-title);
    font-weight: bold;
    color: #020000;
    line-height: 0.84rem;
    margin-bottom: 0.19rem;
}

.articlemain .article-container .lanmustyle {
    font-size: 0.2rem;
    font-family: var(--font-family-content);
    color: #959596;
    line-height: 0.26rem;
    margin-bottom: 0.62rem;
    font-weight: normal;
}

.articlemain .article-container .article-detail {
    font-size: 0.21rem;
    font-family: var(--font-family-content);
    color: #403A3A;
    line-height: 0.35rem;
}

.articlemain .article-container .article-detail p {
    font-family: var(--font-family-content);
}

.articlemain .article-container .article-detail img {
    width: auto !important;
    max-width: 100%;
}

.articlemain .article-container .tupian,
.articlemain .article-container .shipin {
    width: 100%;
    margin: 0.51rem auto 0.63rem;
    text-align: center;
}

/* 带轮播图的文章页 */
.swipermain {
    border-top: none;
}

/* 文章页的轮播图 */
#swiper-article {
    width: 100%;
    box-sizing: border-box;
}

#swiper-article .swiper-slide a {
    width: 100%;
    /* height: 7.12rem; */
    height: 8.5rem;
}

#swiper-article .swiper-slide img {
    width: 100%;
    /* height: 7.12rem; */
    height: 8.5rem;
    object-fit: cover;
}

#swiper-article .swiper-pagination-bullet {
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 0.23rem !important;
    margin-left: 0 !important;
    background-color: var(--text-color-main);
    opacity: 0.63;
}

#swiper-article .swiper-pagination-bullet-active {
    background-color: var(--text-color-main) !important;
    opacity: 1;
}

#swiper-article .swiper-index-pagination {
    bottom: 0;
}

/* 地图 */
.map-container {
    width: 100%;
    margin-top: 1.22rem;
}

.map-container .map-title {
    font-size: 0.32rem;
    font-family: var(--font-family-title);
    font-weight: bold;
    border-bottom: 0.03rem solid var(--text-color-main);
    padding-bottom: 0.02rem;
    margin-bottom: 0.32rem;
}

.map-container .map {
    width: 100%;
    /* height: 3rem; */
}

.map-container .map-info {
    width: 100%;
    margin-top: 0.32rem;
    display: flex;
    align-items: center;
}

.map-container .map-info .map-icon {
    width: 0.39rem;
    height: 0.39rem;
    margin-right: 0.19rem;
}

.map-container .map-info .map-text {
    font-size: 0.21rem;
    font-family: var(--font-family-content);
    color: #403A3A;
}

/* about SZ 文章页---------- */
.aboutSZ-article-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.aboutSZ-article-left{
    width: 3.4rem;
    background: #ffffff;
    border-radius: 0.1rem;
    overflow: hidden;
}
.article-left-nav{
    font-size: 0.44rem;
    background: var(--text-color-main);
    color: #fff;
    height: 0.7rem;
    line-height: 0.7rem;
    padding-left: 0.3rem;
}
.aboutSZ-article-nav-list{
    font-size: 0.25rem;
    color: #949495;
    padding: 0.1rem 0.3rem;
}
.aboutSZ-article-nav-list a{
    color: #949495;
    display: block;
    padding: 0.2rem 0;
    border-bottom: 1px solid #f4f4f4;
}
.aboutSZ-article-nav-list a:last-child{
    border-bottom: none;
}
.aboutSZ-article-nav-list a.article-left-nav-on{
    color: var(--text-color-main);
}
.aboutSZ-article-right{
    display: none;
    width: 7.7rem;
}
.article-container .aboutSZ-article-right .biaoti{
    text-align: center;
}
.article-container .aboutSZ-article-right .lanmustyle{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

.aboutSZ-article-on{
    display: block;
}

/* ======文章页结束样式===============文章页结束样式=============文章页结束样式========= */





/* ==适配手机端样式==适配手机端样式==适配手机端样式==适配手机端样式==适配手机端样式 */
@media screen and (max-width: 769px) {
    .articlemain {
        padding: var(--phone-content-size-padding1);
    }

    /* 轮播图 */
    #swiper-article .swiper-slide a,
    #swiper-article .swiper-slide img {
        height: 4rem;
    }

    #swiper-article .swiper-article-pagination {
        top: 0.36rem;
        right: 0.36rem;
        left: unset;
        bottom: unset;
        display: flex;
        justify-content: flex-end;
    }

    #swiper-article .swiper-pagination-bullet {
        width: 0.11rem;
        height: 0.11rem;
        background-color: #C4C5C6;
        margin-right: 0.15rem !important;
    }

    #swiper-article .swiper-pagination-bullet-active {
        background-color: #C4C5C6 !important;
    }

    /* 文章 */
    .articlemain .article-fun-box{
        margin-left: 0.2rem;
    }
    .articlemain .article-fun-box .article-fun-print,.articlemain .article-fun-box .article-fun-big,.articlemain .article-fun-box .article-fun-small{
        display: none;
    }
    .article-fun-share-list-cont{
        right: 0;
    }
    .article-fun-share-list{
        flex-direction: column;
    }
    .article-fun-share-list a{
        width:0.6rem ;
    }
    .article-fun-share-list a.weixin-wrap,.article-fun-share-list a:nth-child(2){
        display: none;
    }
    .articlemain .article-container {
        margin-top: 0.52rem;
    }

    .articlemain .article-container .biaoti {
        line-height: 0.86rem;
        margin-bottom: 0;
    }

    .articlemain .article-container .biaoti::after {
        content: '';
        width: 1.45rem;
        height: 0.04rem;
        background-color: var(--text-color-main);
        display: block;
        margin-top: 0.5rem;
        margin-bottom: 0.6rem;
    }

    .articlemain .article-container .lanmustyle {
        color: #959596;
        font-size: 0.22rem;
        line-height: 0.34rem;
        margin-bottom: 0.48rem;
    }

    .articlemain .article-container .article-detail {
        font-size: 0.28rem;
        line-height: 0.44rem;
    }

    /* 地图 */
    .map-container {
        margin-top: 0.85rem;
    }

    .map-container .map-title {
        font-size: 0.36rem;
    }

    .map-container .map-info {
        margin-top: 0.23rem;
    }

    .map-container .map-info .map-icon {
        width: 0.46rem;
        height: 0.46rem;
        margin-right: 0.2rem;
    }

    .map-container .map-info .map-text {
        font-size: 0.28rem;
        color: #7F7F7F;
    }
    /* about SZ 文章页---------- */
    .aboutSZ-article-container{
        flex-direction: column;
    }
    .aboutSZ-article-left{
        width: 100%;
        display: flex;
        align-items: stretch; 
        white-space: nowrap;
        margin-bottom: 0.3rem;
    }
    .article-left-nav{
        padding: 0.2rem;
    }
    .aboutSZ-article-nav-list{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        overflow-x:auto;
        width: 100%;
        padding: 0;
    }
    .aboutSZ-article-nav-list a{
        border-bottom: none;
        width: 100%;
        word-break: keep-all;
        display: inline-block; 
        padding: 0 0.2rem;
        text-align: center;
        font-size: 0.3rem;
    }

    .aboutSZ-article-right{
        width: 100%;
    }
    .articlemain .aboutSZ-article-right .biaoti{
        margin-bottom: 0.2rem ;
    }
    .articlemain .aboutSZ-article-right .biaoti::after{
        display: none;
    }
}

/* ==针对大屏文章页图片显示问题 */
@media (min-width: 1921px) {
    .articlemain .article-container .article-detail p strong{
       font-size:0.21rem;
    }
   .articlemain .article-container .article-detail img{
       width: 80% !important;
       display: block;
       margin: 0 auto;
       }
    .articlemain .article-container .article-detail img.detail-ewm{
        width:auto !important;
    }
} 