body {
    overflow: unset;
    font-family: Arial, Helvetica, sans-serif;
}
.article {
    width: 100%;
    /* height: 15.56rem; */
    box-sizing: border-box;
    overflow: hidden;
}
.desktop .wrap{
    background: url(../img/ejnews/bg_pc.jpg) no-repeat;
    background-size: 100%;
}    
.mobile .wrap{
    background: url(../img/ejnews/mb/bg_mo.jpg) no-repeat;
    background-size: 100%;
    padding-top: 1.1rem;
}  
.desktop .article{    
    width: 100%;
    height: 10.8rem;
    padding: 0;
    padding-left: 3.8rem;
    padding-top: 1.28rem;
}
.mobile .article{
    width: 6.48rem;
    height: 10.1rem;
    margin: 0 auto;
    overflow: hidden;
    background-position: center;
    padding-top: 0.28rem;
}
.article-header {
    position: relative;
}

.article-title {
    margin-bottom: 0.2rem;
    text-align: left;
    font-size: 0.34rem;
    /* margin-left: -0.18rem; */
}
.mobile .article-title {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    /* margin-left: -0.18rem; */
}
.article-title span i{
    font-style: normal;
    color: #e28540;
}
.article-title .back_mo {
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    display: none;
}
.mobile .article-title .back_mo {
    display: block;
    margin-right: 0.1rem;
}

.article-title img {
    width: 100%;
    height: auto;
    user-select: none;
}

.article-title span {
    max-width: 14rem;
    display: block;
    /* text-align: center; */
    font-size: 0.3rem;
    color: #000;
    /* font-weight: bold; */
}

.article-info {
    height: 0.24rem;
    font-size: 0.16rem;
    /*overflow: hidden;*/
    margin-bottom: 0.2rem;
    color: #000;
    
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.news-share-medias{ 
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.article-info .home-page {
    color: #000;
    text-decoration: none;
}

.newType {
    text-decoration: none;
    color: #000;
}
.breads span,.breads a{
    margin:0 0.06rem;
    
}

.article-info .breads {
    height: 0.22rem;
    line-height: 0.22rem;
    float: left;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    flex:1;
    -webkit-flex:1;
}

.article-info .publish-date {
    /* float: right; */
    /* margin-right: 0.2rem; */
}

.article-info .news-share-medias {
    float: right;
}

.news-share-medias .media-icons {
    position: relative;
}

.news-share-medias .media-icons span {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    cursor: pointer;
}


.article .article-content {
    width: 100%;
    max-height: 7rem;
    overflow-y: auto;
    font-size: 0.18rem;
    color: #000;
    line-height: 0.36rem;
    /* min-height: 5.2rem; */
    margin-top:0.3rem;
}
.mobile .article .article-content{
    width: 95%;
    margin: 0 auto;
    padding-bottom:1rem;
    font-size: 0.22rem;
}
.desktop .article .article-content::-webkit-scrollbar{
    width: 8px
}
.desktop .article .article-content::-webkit-scrollbar-track{

    background-color:#fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.desktop .article .article-content::-webkit-scrollbar-thumb{

    background-color:#cacaca;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
.article .article-content p {
    margin: 0.1rem 0;
}
.mobile .article .article-content p {
    margin: 0.2rem 0;
}
.article .article-content p:first-child {
    margin: 0;
}

.article .article-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
    width: auto !important;
}

.banner {
    display: none;
}
.mobile .banner {
    display: block;
    width: 6.48rem;
    height: auto;
    margin: 0 auto;
}
.desktop .banner {
    background: url(https://res.zulong.com/cms/lzkp/01.07/img/news/top_pc.jpg) no-repeat;
    background-size: cover;
}
.mobile body {
    background: #1a1a1a;
}

.mobile .article-title span {
    font-size: 0.32rem;
}
.mobile .app-intro p:nth-child(1) {
    color: #ebebeb;
    font-size: 0.27rem;
    margin-bottom: 0.1rem;
}

.mobile .app-intro p:nth-child(2) {
    color: #515151;
    font-size: 0.24rem;
}



.mobile .article-content p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    line-height: 2;
    /* text-indent: 0.5rem; */
}

.mobile .article-content img {
    display: block;
    width: 100% !important;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
    max-height: unset;
}
.mobile img.btn_down {
    position: absolute;
    right: 0.5rem;
    top: 0.67rem;
    width: 0.5rem;
    height: auto;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* 
.mobile .info-bottom .copyright {
    display: none;
} */

.mobile img.btn_downT {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile .footer .share-footer {
    height: 2rem;
    background: #000;
    padding: 0.5rem 0.3rem;
    box-sizing: border-box;
    position: relative;
}

.mobile .share-footer .footer-arrow {
    width: 0.27rem;
    height: 0.25rem;
    margin-top: 0.1rem;
}

.mobile .share-footer .footer-arrow.arrow-left {
    float: left;
}

.mobile .share-footer .footer-arrow.arrow-right {
    float: right;
}

.mobile .share-footer .media-box {
    box-sizing: border-box;
    width: 6.3rem;
    height: 0.5rem;
    display: inline-block;
    overflow: hidden;
}

.mobile .share-footer .media-box .media-img-gallery {
    width: 12rem;
    height: 0.5rem;
    overflow: hidden;
    /* transform: translateX(-3.7rem); */
}

.mobile .share-footer .footer-share-icon {
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.38rem;
}

.mobile .share-footer .footer-share-icon img {
    width: 100%;
    height: auto;
}

.mobile .share-footer .back-to-top {
    width: 0.88rem;
    height: 0.88rem;
    position: absolute;
    right: 0.31rem;
    bottom: -0.3rem;
}

.mobile .article-info {
    display: block;
    font-size: 0.24rem;
    text-align: center;
    padding-bottom: 0.2rem;
    /*line-height: 0.6rem;*/
    border-bottom: 0.01rem solid #cecece;
}
.back_pc{
    width: 2.43rem;
    height: 0.74rem;
    position: absolute;
    right: 1.04rem;
    top: 52%;
    display: none;
}
.back_pc img{
    width: 100%;
    height: auto;
}
.desktop .back_pc{
    display: block;
}
.article .article-content {
    min-height: 7rem;
}
.desktop .article .article-content{
    width: 9.2rem;
    height: 7.5rem;
    margin-bottom: 0.2rem;
}
.article .article-content p:last-child {
    margin-bottom: 0;
}
.mobile .top .btns{
    display: block !important;
    float: left;
    margin-top: 0.23rem;
    margin-left: 1.3rem;
    height: 0.44rem;
}
.mobile .top .btns  a{
    width: 1.6rem;
    height: 0.44rem;
    float: left;
}
#qrcode {
    position: absolute;
    width: 1.2rem;
    height: 1.5rem;
    right: 0.15rem;
    bottom: -1.6rem;
    -webkit-box-shadow: 0 0 6px #898989;
    box-shadow: 0 0 6px #898989;
    padding: 0.1rem;
    z-index: 10;
    background: #fff;
    display: none;
}

#qrcode img,
#qrcode1 img {
    width: 100%;
    height: auto;
}

#qrcode span{
    font-size: 0.14rem;
    position: absolute;
    bottom: 0.14rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-style: normal;
    display: block;
}
.mobile .share-wechat{
    display: none !important;
}