.article.page {
    color: #414141;
    padding: .32rem 0;
    box-sizing: border-box;
    /*background: #ffffff;*/
    background: #f6f6f6;
    display: none;
}

.page_content {
    padding-left: .32rem;
    padding-right: .32rem;
}

.page_article_title {
    font-size: .48rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .3rem;
    /*text-align: justify;*/
   word-break: break-all;
}

.xinhua_from {
    height: .7rem;
    margin-bottom: .3rem;
}

.xinhua_from_bottom {
    margin-top: .8rem;
}

.xinhua_from .xinhua_logo {
    height: .7rem;
    width: .7rem;
    float: left;
    display: none;
    border-radius: 50%;
}

.xinhua_from .xinhua_info {
    height: .7rem;
    margin-left: .87rem;
    cursor:pointer;
}

    .xinhua_from .xinhua_info .xinhua_name {
        font-size: .24rem;
        line-height: .4rem;
        font-weight: 400;
        color: #333;
        margin-left: 0.2rem;
    }

    .xinhua_from .xinhua_info .browse_info {
        font-size: .24rem;
        line-height: .24rem;
        color: #999;
    }

.xinhua_from .btn-guanzhu {
    float: right;
    font-size: .32rem;
    line-height: .32rem;
    padding: .12rem .26rem;
    background-color: #ddd;
    color: #333;
    border-radius: .28rem;
    margin-top: .07rem;
}

.xinhua_from .btn-guanzhu-xinhuahao {
    width: .56rem;
    height: .56rem;
    float: right;
    display: none;
}

.article_from {
    color: #757575;
    font-size: .22rem;
    height: .3rem;
    line-height: .3rem;
    margin-bottom: .3rem;
}

.article_from_name {
    margin-right: .1rem;
    /*color: #1788D7;*/
}

.ai_audio {
    border-bottom: 1px solid #eee;
    padding-bottom: .2rem;
    padding-top: .2rem;
    display: none;
}

    .ai_audio .btn_ai_audio {
        font-size: .28rem;
        border: 1px solid #0988FF;
        line-height: .28rem;
        border-radius: .28rem;
        padding: .14rem .15rem;
        color: #0988FF;
        width: 1.4rem;
        margin-left: auto;
        margin-right: .32rem;
    }

        .ai_audio .btn_ai_audio .icon_audio_bofang {
            width: .28rem;
            height: .28rem;
            margin-right: .1rem;
            vertical-align: middle;
            float: left;
        }

.ai_audio_text.playing {
    color: red;
}

.article_desc {
    font-size: .34rem;
    line-height: .54rem;
    padding: .2rem .4rem .2rem;
    background: rgba(249, 249, 249, 1);
    margin-bottom: .3rem;
    /*text-align: justify;*/
}

.article_content {
    line-height: .54rem;
    margin-bottom: .5rem;
    position: relative;
    min-height: 1rem;
    /* word-break: break-all; */
    overflow: hidden;
    text-align:justify;
    word-break: break-word;
}

    .article_content p {
        margin-bottom: 0.3rem;
        /*text-align: justify;*/
    }

/*限制高度的内容*/
.article_limit {
    display: none;
    width: 100%;
    height: 3.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: url('../images/more_mb.png') no-repeat center bottom;    
    background-size: cover; */
    background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.8),rgba(255,255,255,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.8),rgba(255,255,255,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.8),rgba(255,255,255,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.8),rgba(255,255,255,1)); /* 标准的语法 */
    z-index:5;
    cursor: pointer;
}

.article_content.limit{
    display: block;
}
.article_content.limit .article_limit {
    display: block;
}

.article_content.limit {
    max-height: 15rem;
    overflow: hidden;
}

.limit_inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #1788D7;
    font-size: .28rem;
}

.see_more_text {
    height: .32rem;
    line-height: .32rem;
}

.see_more_icon {
    width: .4rem;
    height: .24rem;
    margin: .1rem auto;
    background: url('../images/more_blue.png') no-repeat center bottom;
    background-size: cover;
}
.open_app_btn{
    width: 6.28rem;
    height: 0.94rem;
    background: #0987fd;
    color: white;
    border-radius: 0.12rem;
    font-size: 0.28rem;
    line-height: 0.94rem;
    margin: 0 auto;
}
video {
    width: 100%;
    height: auto !important;
    max-width: 100%;
    display: block;
    margin: .2rem auto;
}

.article_word img {
    height: auto !important;
    max-width: 100% !important;;
    display: block;
    margin: .2rem auto;
}

/* 弹出浮层 */
.toast{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}

.toast_container{
    width: 80%;
    height: 3rem;
    background-color: white;
    position: fixed;
    left: 50%;
    margin-left: -40%;
    margin-top:-2rem;
    bottom: 50%;
    border-radius: 0.1rem;
    border: 0.01rem solid #ddd;
    color: #646464;
}
.toast_top{
    width: 100%;
    border-bottom: 0.01rem solid #ddd;
    height: 1.4rem;
    text-align: center;
    padding-top: 0.6rem;
    font-size: .34rem;
    
    font-family: "FZYaSong-R-GBK";
    font-weight: 400;
    color: #000000;
    line-height: .52rem;
}
.toast_bottom{
    height: 1rem;
    display: flex;
    align-items: center;
}
.toast_bottom>div{
    width: 50%;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    cursor: pointer;
}
.cancel{
    border-right: 1px solid #ddd;
    font-size: .34rem;
    font-family: "FZYaSong-R-GBK";
    font-weight: 400;
    color: #333333;
}
.goTo{
    font-size: .34rem;
    font-family: "FZYaSong-R-GBK";
    font-weight: 400;
    color: #3197DE;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
    .article_word iframe {
        width: 100%;
        height: 213px;
        margin: 0 auto 15px;
        border: 0;
    }
}

video {
    background: #000000;
}
/*评论*/
.article_comment {
    padding: .3rem .32rem .3rem .32rem;
}

/*投票话题*/
.article_title {
    font-size: .34rem;
    line-height: .48rem;
    color: #333333;
    /*text-align: justify;*/
}

.article-type-16 {
    margin-bottom: .16rem;
}
/*投票 两个选项*/
.article-type-18 {
    background: #fff;
    margin-bottom: .16rem;
}

/*广告*/
.advertisement {
    position: relative;
    display: none;
}

.black_advertIcon {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    padding: 0rem 0.15rem 0rem 0.15rem;
    font-size: .2rem;
    line-height: .28rem;
    color: #fff;
}
/*上部广告*/
.advertisement_top {
    height: 3.82rem;
    border-radius: .08rem;
    margin-top: .3rem;
    margin-bottom: .6rem;
    overflow: hidden;
}

    .advertisement_top .black_advertIcon {
        bottom: .12rem;
        right: auto;
        left: 0;
    }

    .advertisement_top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*下部广告*/
.advertisement_bottom {
    width: 100%;
    height: 1.88rem;
    margin-bottom: .16rem;
    overflow: hidden;
}

    .advertisement_bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*相关推荐*/
.block_rec_articles {
    /*background:#fff;*/
    display: none;
}

    .rec_article_top {
        width: 100%;
        height: .68rem;
        background-image: url(../images/about_bg@2x.png);
        background-size: 100% 100%;
        font-size: .32rem;
        line-height: .32rem;
        color: #333;
        text-align: center;
        font-weight: 800;
    }
    /*相关推荐稿件列表*/
    .block_rec_articles .article-box {
        background: #ffffff;
        overflow: hidden;
        box-sizing: border-box;
    }


.article-detail .article_info {
    height: .28rem;
    overflow: hidden;
    font-size: .24rem;
    color: rgba(201, 201, 201, 1);
    line-height: .24rem;
}


.article-box-image {
    /* height: 1.88rem; */
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.block-vote {
    display: none;
}

.article_liability {
    text-align: right;
    font-size: .34rem;
    color: #999;
}

/*标签*/
.label_info {
    position: relative;
    background: #EEE;    
    border-radius: .22rem;
    height: .44rem;
    margin-bottom: .35rem;
    display:table;
}
    .label_info .label_image {        
        width: .44rem;
        height: .44rem;
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

    .label_info .label_image img {
        width: 100%;
        height: 100%;
    }

    .label_info .label_name {        
        font-size: .24rem;
        line-height: .44rem;
        color: #666;
        display:table-cell;
        vertical-align:middle;
        padding-left:.12rem;
    }
    .label_info .label_arrow {
        width: .12rem;
        height: .12rem;
        display: inline-block;
        vertical-align: middle;
        margin-left: .12rem;
        margin-right: .12rem;
        background-image: url(../images/triangle_right_black.png);
        background-size: 100% 100%;
    }       
/*新华号版权说明*/
.xinhua_copyright{
    display:none;
    font-size: 12px;
    color: #999;
    /* text-align: center; */
}
.article_from_view span:before {
   /*  content: ''; */
    background-image: url(../images/eye@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: .3rem;
    height: .18rem;
    display: inline-block;
    margin-right: .01rem;
}
.rec_article_list .article_content{
    cursor: pointer;
}
/*不在app内显示的页面样式*/
.notAppView{
	padding: .32rem .32rem 0;
}
.view-tltle{
	font-size: .48rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .3rem;
}
.view-button{
	width: 2.4rem;
	height: .8rem;
    font-size: .26rem;
    line-height: .48rem;
    font-weight: 500;
    color: #ffffff;
    /*background: rgba(9,136,255,1);*/
    background: #17529C;
    box-shadow: 0px 0px 10px 0px rgba(9,136,255,0.7);
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: .71rem auto 0;
    letter-spacing: 2px;
    cursor: pointer;
}
.title-from{
	color: #757575;
    font-size: .22rem;
    height: .3rem;
    line-height: .3rem;
    margin-bottom: .3rem;
}
.title-from-name{
	margin-right: .1rem;
}
.title-from-view span:before {
    content: '';
    background-image: url(../images/eye@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: .3rem;
    height: .18rem;
    display: inline-block;
    margin-right: .01rem;
}
.title-form-desc{
	height: 2.5rem;
	/*background:linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
	line-height: .6rem;
}
.limit-line5{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}
.title-form-img{
	margin-top: .6rem;
	text-align: center;
}
.title-form-img img{
	width: 1.6rem;
	height: 1.6rem;
}
.title-form-tip{
	text-align: center;
}
.title-form-read{
	color: #333333;
	font-size: .34rem;
	margin-top: .32rem;
	font-weight:bold;
}
.title-form-xiazai{
	color: #999999;
	font-size: .24rem;
	margin-top: .26rem;
}
.title-from-mask{
	position: absolute;
	width: 6.86rem;
	height: 1.5rem;
	background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	z-index: 999;
	bottom: 0;
}
.title-form-masks{
	position: relative;
}
.page-background{
    background: #fff !important;
}
.comment-title{
	background: #fff;
	height: .9rem;
	line-height: .9rem;
}
.comment-color{
	width: .16rem;
	height: .46rem;
	background: #137AD0;
	margin: .22rem 0 0 .4rem;
	float: left;
}
.comment-text{
	font-size: .36rem;
	color: #343A40;
	margin-left: .2rem;
	float: left;
}
.comment-nickname{
	color: #137AD0;
	font-size: .32rem;
}
.icon_dianzan_comment{
	width: .4rem;
    height: .4rem;
    background-image: url(../images/comment-zan.png);
    background-size: 100% 100%;
    float: right;
    margin-top: .11rem;
    margin-right: .08rem;
}
.icon_pinglun_comment{
	color: #343A40;
	font-size: .28rem;
	margin-right: .1rem;
	float: right;
}
.comment_content_content{
	color: #343A40;
	font-size: .32rem;
	font-weight: normal;
	line-height: .44rem;
	margin-left: .83rem;
}
.comment_foot_comment{
    margin: .2rem 0 0 .83rem;
}
.comment_time_comment{
	color: #868E96;
	font-size: .28rem;
	float: left;
}
.btn_reply_comment{
	width: .9rem;
	height: .4rem;
	color: #137AD0;
	font-size: .28rem;
	background: rgba(19,122,208,.05);
	border-radius: .2rem;
	margin-left: .4rem;
	float: left;
	text-align: center;
}
.comment-nickname-comment{
    float: none;
}
.comment_content_replay{
	margin-left: 0;
}
.comment_replay{
	background: #F8F9FA;
	border-radius: .16rem;
	padding: .2rem;
	margin: .2rem 0 0 .83rem;
}
.comment-replay-text{
	font-size: .32rem;
	float: none;
}
.conmment-replay-content{
	margin-top: .2rem;
}
.dom-comment{
	margin-top: .2rem;
}

.xinhua_photo{
    position: relative;
    width: 1rem;
    height: 1rem;
    float: left;
    background: url(../images/xinhuaicon_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    padding-top: .11rem;
    margin-top: -.12rem;
}
.no_bg{
    background:unset;
}
.flagimg {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0.15rem;
    left: .6rem;
}
.living-icon{
    width: .6rem;
    height: .22rem;
    background: linear-gradient(90deg, #FA6E00 0%, #FA3C00 100%);
    border-radius: .12rem;
    display: flex;
    align-items: center;
    justify-content: center;
  
    font-size: .16rem;
    font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .1rem;
  }
.view_more_style{
	width: 2.12rem;
	height: .6rem;
	color: #FFFFFF !important;
	border-radius: .36rem;
	background: #137AD0 !important;
	margin: 0 auto;
	text-align: center;
	line-height: .6rem;
}
.comment_report{
	float: right;
	display: flex;
	padding: .15rem 0;
}
.comment_report img{
	width: .38rem;
	height: .06rem;
}
.comment_report_bg{
	width: .7rem;
	height: .48rem;
	line-height: .6rem;
	font-size: .24rem;
	color: #FFFFFF;
	background: url(../images/report-bg.png) no-repeat;
	background-size: 100% 100%;
	float: right;
	display: none;
	right: .2rem;
	margin-top: .3rem;
	text-align: center;
	position: absolute;
}
  .bottom-cover{
      width: 100%;
      height: auto;
      display: block;
      margin-top: .2rem;
      display: none;
      cursor: pointer;
  }
/* 继续浏览精彩内容 */
.wx-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
    display: none;
    cursor: pointer;
}
.mask-content{
    width: 100%;
    height: 4.4rem;
    background: #FEFFFF;
    border-radius: .2rem .2rem 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: .4rem .47rem 0 .5rem;
    box-sizing: border-box;
}
.read-tips{
    font-size: .32rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: .62rem;
}
.open-box{
    display: flex;
    height: 1rem;
    align-items: center;
    font-size: .3rem;
    font-weight: 500;
    color: #333333;
}
.open-box img{
    width: 1rem;
    height: 1rem;
    display: block;
    margin-right: .27rem;
}
.pzyd{
    font-size: .24rem;
    font-weight: 400;
    color: #999999;
    margin-top: .1rem;
}
.go-open,.go-continue{
    width: 1.64rem;
    height: .58rem;
    background: #5195D7;
    border-radius: .29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.cen{
    width: 3.6rem;
}
.go-continue{
    background: #CBCCCD;
}
.open-xh{
    margin-bottom: .53rem;
}
  .open-info{
      display: none;
  }
.xh-audio-container audio { display: none; }

.advertisement.advertisement_bottom{
    width: 6.86rem;
    margin-left: .32rem;
    height: auto;
}
.advertisement .black_advertIcon{
    position: relative;
    margin-top: 0rem;
    display: inline-block;
    border-radius: .04rem;
    line-height: .32rem;
}