.more {
  padding: .1rem 0;
  font-size: .32rem;
  color: #000;
  border: 1px #eee solid;
  border-radius: 2px;
  width: 100%;
  margin: .15rem 0%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.mr30 {
    margin-right: .3rem;
}

.ml30 {
    margin-left: .3rem;
}

.mb30::after {
  content: ' ';
  display: block;
  height: .3rem;
  background: #F7F7F7;
}
.news-main-container::after {
    display: none;
}

.mt30 {
    margin-top: .3rem;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.hidden {
    display: none;
}

.hide {
    display: none !important;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    font-size: .16rem;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 2px;
}

.fontsize1 {
    font-size: .34rem !important;
    line-height: .57rem !important;
}

.fontsize2 {
    font-size: .38rem !important;
    line-height: .67rem !important;
}

.fontsize3 {
    font-size: .42rem !important;
    line-height:.71rem !important;
}

.fontsize4 {
    font-size: .48rem !important;
    line-height: .77rem !important;
}
.fontsize5 {
    font-size: .52rem !important;
    line-height: .84rem !important;
}

.cd-popup, .cd-popup-01, .cd-popup-02, .cd-popup-03, .cd-popup-04, .cd-popup-05, .cd-popup-06, .cd-popup-07, .cd-popup-08, .cd-popup-09, .cd-popup-10, .cd-popup-11 {
    position: fixed;
    left: -100%;
    right: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 0;
    left: 0;
    top: 0;
    z-index: 1001;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup-03, .cd-popup-04 {
    background-color: rgba(51, 51, 51, 0.7);
}

.cd-popup:after, .cd-popup-01:after, .cd-popup-02:after, .cd-popup-03:after, .cd-popup-04:after, .cd-popup-05:after, .cd-popup-06:after,
.cd-popup-07:after, .cd-popup-08:after, .cd-popup-09:after, .cd-popup-10:after, .cd-popup-11:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.cd-popup.is-visible, .cd-popup-01.is-visible, .cd-popup-02.is-visible, .cd-popup-03.is-visible, .cd-popup-04.is-visible, .cd-popup-05.is-visible,
.cd-popup-06.is-visible, .cd-popup-07.is-visible, .cd-popup-08.is-visible, .cd-popup-09.is-visible, .cd-popup-10.is-visible, .cd-popup-11.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    width: 2rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container .cd-top-close {
    position: absolute;
    top: 0.8rem;
    right: 0.6rem;
    width: 0.49rem;
    height: 0.49rem;
    background: url(/public/news/images/btn_cacle.png) no-repeat;
    background-size: 0.48rem 0.48rem;
}

.zd_pop_i06 {
    background-color: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 1.5rem;
    border-radius: 0.08rem;
}

.zd_pop_i06 h2 {
    padding-top: 0.28rem;
    text-align: center;
    margin: 0 auto;
}

.zd_pop_i06 i {
    display: inline-block;
    background: url(/public/news/images/icon_T.png) no-repeat;
    background-size: 0.5rem 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}

.zd_pop_i06 p {
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.3rem;
    color: #fff;
    padding-left: 0.08rem
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.zd_pop_i03 {
    background-color: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 1.5rem;
    border-radius: 0.08rem;
}

.zd_pop_i03 h2 {
    padding-top: 0.28rem;
    text-align: center;
    margin: 0 auto;
}

.zd_pop_i03 i {
    display: inline-block;
    background: url(/public/news/images/icon_ok.png) no-repeat;
    background-size: 0.5rem 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}

.zd_pop_i03 p {
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.3rem;
    color: #fff;
    padding-left: 0.08rem
}

.zd_pop_i04 {
    background-color: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 1.5rem;
    border-radius: 0.08rem;
}

.zd_pop_i04 h2 {
    padding-top: 0.28rem;
    text-align: center;
    margin: 0 auto;
}

.zd_pop_i04 i {
    display: inline-block;
    background: url(/public/news/images/iocn_mistake.png) no-repeat;
    background-size: 0.5rem 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}

.zd_pop_i04 p {
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.3rem;
    color: #fff;
    padding-left: 0.08rem
}

.zd_pop_i05 {
    background-color: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 1.5rem;
    border-radius: 0.08rem;
}

.zd_pop_i05 h2 {
    padding-top: 0.28rem;
    text-align: center;
    margin: 0 auto;
}

.zd_pop_i05 i {
    display: inline-block;
    background: url(/public/news/images/icon_loading.gif) no-repeat;
    background-size: 0.5rem 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}

.zd_pop_i05 p {
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.3rem;
    color: #fff;
    padding-left: 0.08rem
}

.zd_pop_i07 {
    background-color: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 1.7rem;
    border-radius: 0.08rem;
    padding: 0.1rem 0;
}

.zd_pop_i07 h2 {
    text-align: center;
    margin: 0 auto;
}

.zd_pop_i07 i {
    display: inline-block;
    background: url(/public/news/images/icon_credit.png) no-repeat;
    background-size: 0.5rem 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}

.zd_pop_i07 p {
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.3rem;
    color: #fff;
    padding-left: 0.08rem
}

.cd-popup-container {
    width: 4rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.related_title {
    width: 100%;
    height: .88rem;
    overflow: hidden;
    border-bottom: 1px #eee solid;
}

.related_title_txt {
    height: .32rem;
    font-size: .32rem;
    color: #0080FC;
    border-left: .04rem #0080FC solid;
    margin-left: .26rem;
    margin-top: .3rem;
    padding-left: .1rem;
    line-height: .35rem;
    overflow: hidden;
    font-weight: bold;
}

.zd_pl_box {
    padding: 0.4rem 0.3rem 0.25rem 0.3rem;
    border-bottom: 1px solid #eee;
    min-height: 0.64rem;
    background: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.zd_pl_box .zd_tx {
    position: absolute;
    top: 0.4rem;
    left: 0.3rem;
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    overflow: hidden;
}

.zd_tx img {
    vertical-align: text-top;
}

.zd_pl_box ul, .zd_pl_box dl {
    padding-left: 0.84rem;
}

.zd_pl_box ul li h2 {
    padding: 0.06rem 0;
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #666;
}

.zd_pl_box ul li h2 span {
    font-size: 0.28rem;
    color: #a0a0a0;
    padding-left: 0.2rem;
}

.zd_pl_box ul li h2.pl {
    padding: 0;
    line-height: 0.36rem;
    font-size: 0.3rem;
    color: #666;
    position: relative;
    z-index: 102;
}

.zd_pl_box ul li h2.pl span {
    line-height: 0.4rem;
    font-size: 0.28rem;
    padding-left: 0rem;
    color: #a0a0a0;
    display: block;
}

.zd_pl_box ul li h2.pl em {
    position: absolute;
    top: 0.06rem;
    right: 0.84rem;
    display: inline-block;
    width: 0.62rem;
    height: 0.64rem;
    padding: 0 0.2rem;
    text-align: center;
    line-height: 0.32rem;
    font-size: 0.24rem;
    color: #a0a0a0;
    z-index: 3;
}

.zd_pl_box ul li h2.pl em i.zan {
    display: block;
    background: url(../images/z1-1.png) no-repeat;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 0.32rem 0.32rem;
    margin: 0 auto;
    text-align: center;
}

.zd_pl_box ul li h2.pl em i.ding {
    display: block;
    background: url(../images/z1-2.png) no-repeat;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 0.32rem 0.32rem;
    margin: 0 auto;
    text-align: center;
}

.zd_pl_box ul li h2.pl em:last-child {
    border-left: 0.02rem solid #eee;
    padding-right: 0rem;
    right: 0rem;
}

.zd_pl_box ul li h2.pl em.no_left {
    border-left: none;
}

.zd_pl_box ul li p {
    padding: 0.06rem 0;
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #000;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
}

.zd_pl_box ul li p video {
    width: 100%;
    height: auto;
}

.zd_pl_box dl {
    margin-top: 0.25rem;
}

.zd_pl_box dl dd {
    padding: 0.2rem 0.3rem;
    background: #f5f6f8;
    border-bottom: 1px solid #fff;
}

.zd_pl_box dl dd:last-child {
    border-bottom: none;
}

.zd_pl_box dl dd h2 {
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #666;
}

.zd_pl_box dl dd h2 span {
    font-size: 0.28rem;
    color: #a0a0a0;
    padding-left: 0.2rem;
}

.zd_pl_box dl dd p {
    padding: 0.16rem 0;
    line-height: 0.5rem;
    font-size: 0.34rem;
    color: #000;
}

/* 评论底部 */
#foot_div {
    height: 0.98rem;
    width: 100%;
    z-index: 98;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-top: 1px #eee solid;
    background: #fff;
    display: flex;
    align-items: center;
}


#foot_div .comment_input {
    width: 4.6rem;
    height: .56rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#foot_div .comment_input input {
    width: 4.86rem;
    vertical-align: text-top;
    height: .56rem;
    border: 1px #eee solid;
    color: #A0A0A0;
    font-size: .28rem;
    line-height: .65rem;
    background-image: url(/public/news/images/icon_note.png);
    background-repeat: no-repeat;
    background-position: .2rem;
    background-size: .32rem .32rem;
    padding-left: .6rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
}

#foot_div .comment_num_ico {
    width: .38rem;
    height: .38rem;
    font-size: .24rem;
    background: url(/public/news/images/bg_comment.png) no-repeat;
    background-size: 100%;
    /*margin-left: .30rem;*/
    /*margin-top: .07rem;*/
    text-align: center;
    color: #fff;
    line-height: .34rem;
    position: relative;
}

#foot_div .comment_num_ico span {
    position: absolute;
    z-index: 3;
    top: -.08rem;
    left: .13rem;
    color: #007aff;
    font-size: 0.22rem;
    font-weight: bold;
    background: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    line-height: .22rem;
    min-width: .42rem;
    text-align: center;
}

.top_wrap .more_ico {
  width: .38rem;
  height: .39rem;
  float: right;
  margin-top: .25rem;
  background: url(/public/news/images/more_btn.png) no-repeat;
  background-size: 100%;
}

#foot_div .share_ico {
    width: .38rem;
    height: .39rem;
    background: url(/public/news/images/btn_share.png) no-repeat;
    background-size: 100%;
}

#foot_div .favs_ico {
    width: .38rem;
    height: .39rem;
    float: left;
    background: url(/public/news/images/btn_shoucang.png) no-repeat;
    background-size: 100%;
}

#foot_div .favs_ico.done {
    background: url(/public/news/images/btn_shoucang_done.png) no-repeat;
    background-size: 100%;
}


#foot_div .comment_input_box {
    flex-shrink: 0;
    width: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#foot_div .star_btn_box {
    flex: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    /* width: 85px; */
    /* width: 88px; */
    margin-left: auto;
}

/*#foot_div .hb_div {*/
    /*background: none;*/
    /*height: 0.94rem;*/
    /*width: 100%;*/
    /*max-width: 750px;*/
    /*min-width: 320px;*/
    /*color: #fff;*/
    /*margin: 0 auto;*/
    /*margin-top: -1.2rem;*/
    /*position: relative*/
/*}*/

album, albumcontent {
    display: block;
}

album {
    position: relative;
    margin: 0 auto;
}

album::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

album::after {
    content: attr(data-title);
    display: block;
    line-height: 1.5;
    color: #666;
}

album albumcontent {
    position: relative;
}

album albumcontent img {
    display: block;
    width: 100%;
    visibility: hidden;
}

album albumcontent::after {
    content: '图集';
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.02rem 0.08rem;
    background: #000;
    color: #fff;
}

/*.hb_div {*/
    /*height: 0.92rem;*/
    /*overflow: hidden;*/
    /*text-align: center;*/
    /*width: 0.7rem;*/
    /*margin: 0 auto;*/
    /*z-index: 98;*/
    /*position: fixed;*/
    /*bottom: 1.2rem;*/
    /*right: 0.3rem;*/
/*}*/

/*.hb_div a {*/
    /*display: inline-block;*/
    /*background: url(../images/bot_hb.png) no-repeat;*/
    /*background-size: 0.7rem 0.9rem;*/
    /*width: 0.7rem;*/
    /*height: 0.92rem;*/
/*}*/

.comment_con {
    width: 100%;
    height: 2.8rem;
    background: #FFF;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    overflow: hidden;
}

.comment_con_title {
    line-height: .8rem;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    height: .8rem;
    border-bottom: 1px #eee solid;
    border-top: 1px #eee solid;
}

.close-comment {
    width: .8rem;
    height: .8rem;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.comment-title {
    width: 5.9rem;
    height: .8rem;
    float: left;
    text-align: center;
    font-size: .38rem;
    line-height: .8rem;
}

.send-comment {
    width: .8rem;
    height: .8rem;
    float: right;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.comment_con_txt {
    height: 3.85rem;
    margin: 0 .15rem;
    padding: 0;
}

.comment_con_txt textarea {
    width: 100%;
    /*height: 2rem;*/
    display: block;
    margin: 0 auto;
    padding: .15rem 0px;
    border: 0px;
    font-size: .32rem
}

/* 评论 */
.huifu .comments-name {
    color: #009eff;
    font-size: .28rem;
    margin-left: 0rem;
}

.huifu .comments-time {
    color: rgb(172, 172, 172);
    font-size: .22rem;
    margin-left: 0rem;
}

.huifu li:first-child {
    border-top: .01rem #cccccc;
}

.huifu {
    background: #f8f8f8
}

.goCommnets {
    vertical-align: middle;
    width: 100%;
    position: absolute;
    bottom: 0rem;
    min-height: .80rem;
    border-top: .01rem solid #cccccc;
    background: #fff;
}

.goCommnets span {
    position: absolute;
    right: .40rem;
    bottom: .10rem;
    line-height: .80rem;
    font-size: .24rem;
    color: #009eff;
}

.comment-input {
    font-size: .20rem;
    border: .01rem solid #a1a1a1;
    border-radius: .05rem;
    width: 80%;
    margin: .20rem .20rem;
}

.line {
    width: .02rem;
    height: .53rem;
    background: rgb(172, 172, 172);
}

.float-right {
    position: relative;
    float: right;
    margin-left: .20rem;
    overflow: hidden;
    color: rgb(172, 172, 172);
}

li {
    position: relative;
    list-style: none;
    border-top: .01rem solid #cccccc;
}

.comment-body {
    margin-left: .70rem;
    font-size: .30rem;
}

.huifu .comment-item-right {
    position: absolute;
    right: .10rem;
    top: .15rem;
    font-size: .22rem;
}

.comment-item-right {
    position: absolute;
    right: .40rem;
    top: .45rem;
    font-size: .22rem;
    display: none;
}

.comment-item-right img {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: .33rem;
    position: absolute;
    top: 0
}

.comment-item-right span {
    display: inline-block;
    margin-top: .25rem;
}

.comments-name {
    color: #009eff;
    font-size: .28rem;
    margin-left: .74rem;
}

.comments-time {
    color: rgb(172, 172, 172);
    font-size: .22rem;
    margin-left: .74rem;
}

.huifu .comments-item-li {
    border-bottom: 1px solid #fff;
}

.comments-item-li {
    padding: .30rem .30rem .30rem .30rem;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.comments-item {
    position: relative;
    background: #fff;
    padding: 0rem 0rem;
    line-height: 1.5;
}

.comments-header-section {
    /*   border-bottom: 1rem solid #cccccc ; */
}

.float-right {
    float: right;
}

.comment-font {
    margin-left: .30rem;
    font-size: .30rem;
    font-weight: bold;
}

.comment-font span {
    margin-left: .10rem;
    font-size: .30rem;
}

.content-bottom video {
    max-height: 3.20rem;
    margin-bottom: .20rem;
    width: 100%;
}

.blue-line {
    position: absolute;
    background: #009eff;
    height: .30rem;
    width: .10rem;
    border-radius: .15rem;
    top: 50%;
    transform: translateY(-50%);
}

.comments {
    position: relative;
    background: #fff;
    margin-top: .10rem;
    padding: .10rem .30rem;
    line-height: 1.5;
}

.avatar_main {
    position: absolute;
    width: .64rem;
    height: .64rem;
    top: .10rem;
    left: .24rem;
    border-radius: 50%;
}

.avatar {
    position: absolute;
    width: .64rem;
    height: .64rem;
    top: .40rem;
    left: .24rem;
    border-radius: 50%;
}

.floor-name {
    color: rgb(85, 85, 85);
    font-size: 28rem;
    margin-left: 64rem;
}

.floor-time {
    color: rgb(172, 172, 172);
    font-size: .22rem;
    margin-left: .64rem;
}

.content-image {
    width: .220rem;
    height: .220rem;
    margin-top: .15rem;
    margin-left: .5rem;
    margin-: .5rem;
}

.content-image:last-child {
    width: .220rem;
    height: .220rem;
    margin-right: 0rem;
}

.content-bottom {
    margin-top: .48rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.content {
    font-size: .32rem;
    color: rgb(26, 26, 26);
}

.name {
    color: #009eff;
    font-size: .28rem;
}

.floor {
    position: absolute;
    right: .30rem;
    top: .45rem;
    font-size: .20rem;
    line-height: .54rem;
}

.media {
    font-size: .30rem;
    padding-right: .15rem;
}

.media-pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 3.64rem;
    margin: .15rem 0 .30rem;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}

.content-bottom video {
    margin-bottom: .20rem;
    width: 90%;
}

.comments-item span {
    right: .10rem;
    bottom: .10rem;
    width: .80rem;
    height: .40rem;
    line-height: .40rem;
    border-radius: .08rem;
    font-size: .22rem;
    text-align: center;
    letter-spacing: .02rem;
}

.media h2 {
    font-weight: 600;
    font-size: .35rem;
    line-height: .77rem;
}

.media video {
    width: 100%;
}

.comment {
    position: absolute;
    left: .27rem;
    color: #acacac;
    bottom: .27rem;
    font-size: .22rem;
}

p {
    /* word-break: normal; */
}

.comments-item .time {
    position: absolute;
    right: .30rem;
    color: #acacac;
    bottom: .27rem;
    font-size: .22rem;
}

.num {
    float: right;
    color: red;
}

/* ad */
.news_ad {
    padding: 0.08rem 0.3rem
}

.news_ad img {
    width: 100%
}

.news_ad p {
    color: red;
    text-indent: 0.1rem
}

.main-bottom {
    height: 1rem;
    background: rgb(247, 247, 247) !important;
}

/* 推荐新闻 */
/* .news_item:first-child {
    border-top: 1px solid #eee;
} */

.news_item {
    position: relative;
    border-bottom: 1px solid #eee;
}

.news_item .time span {
    display: inline-block;
    height: .36rem;
    line-height: .36rem;
    font-size: .24rem;
    color: #fe5a50;
}
.news_item .time .tag{
  font-size: 0.22rem;
  /* color: #E30D0D; */
  border: 1px solid #E30D0D;
  border-radius: 0.04rem;
  padding: 0 0.07rem;
  height: 0.48rem;
  line-height: 0.48rem;
  margin-right: 0.1rem;
}

.news_item .time span + span {
    margin-left: .16rem;
}

.news_item .time {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 0.48rem;
}

.news_item .time span.date {
    float: left;
    color: #acacac;
}

.news_item .tag {
    border: 1px solid #fe5a50;
    border-radius: 2px;
    font-size: .22rem;
    padding: 0 .08rem;
    box-sizing: border-box;
}

.news_item.news_type_01 {
    height: 1.98rem;
}

.news_item.news_type_01 img {
    position: absolute;
    top: .24rem;
    right: .24rem;
    width: 2.25rem;
    height: 1.5rem;
}

.news_item.news_type_01 .info {
    padding: .14rem 2.75rem .24rem .24rem;
    height: 1.5rem;
}

.news_item h2 {
    overflow: hidden;
    margin: 0;
    max-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: .5rem;
    font-size: .34rem;
    color: #1a1a1a;
    text-overflow: ellipsis;
}

.news_item.news_type_01 h2 {
    height: 1rem;
    margin-bottom: .1rem;
}

.news_item.news_type_02,
.news_item.news_type_03 {
    padding: .14rem .24rem .24rem;
}

.news_item.news_type_02 .pics {
    margin: .1rem 0 .16rem;
    overflow: hidden;
}

.news_item.news_type_02 .pics img {
    float: left;
    width: 32%;
    height: 1.5rem;
}

.news_item.news_type_02 .pics img:not(:first-child) {
    margin-left: 1.5%;
}

.news_item.news_type_03 img {
    width: 100%;
    height: 2.8rem;
    margin: .14rem 0 .16rem;
}
.news_item.news_type_04 img {
  width: 100%;
  height: 3.88rem;
  margin: .14rem 0 .16rem;
}
.news_item.news_type_05 {
    padding: .14rem .24rem .24rem;
}

.news_item.news_type_05 .dplayer {
    position: relative;
    overflow: hidden;
    margin: .14rem 0 .16rem;
    height: 3.95rem;
    line-height: .6rem;
}

.news_item.news_type_05 .dplayer img {
    float: left;
    width: 100%;
    height: 100%;;
}

.news_item.news_type_05 .dplayer img.play-icon {
    position: absolute;
    width: .9rem;
    height: .9rem;
    top: 50%;
    margin-top: -.45rem;
    left: 50%;
    margin-left: -.45rem;
}

.news_item.news_type_01 img.play-icon {
    position: absolute;
    width: .48rem;
    height: .48rem;
    right: 1.125rem;
    top: .75rem;
}

footer:not(.hide) + .main {
    padding-bottom: .98rem;
}
/* 隐藏dplayer页面全屏按钮 */
button.dplayer-icon.dplayer-full-mock-fullscreen {
    display: none !important;
}
/* 2019-07-03 zhongqiang */
.top_wrap {height: .9rem; width: 100%; padding: 0 .3rem 0 0; line-height: .94rem; font-size: 0; background: #fff; border-bottom: 1px solid rgb(216,216,216);  position: absolute; top: 0; z-index: 1000;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.top_wrap .back_icon {width: .2rem; height: .38rem; padding: .2rem .3rem;margin-top: 0.06rem; vertical-align: middle; box-sizing: content-box;float: left;}
.top_wrap .yunyin-wrap {margin: .22rem .2rem 0 0; float: right;}
.top_wrap .yunyin-wrap img {width: .5rem; height: .5rem;}
.more_panel_mask {display: none; width: 100%; height: 100%; background: rgb(0, 0, 0, .7); position: fixed; top: 0; z-index: 100; cursor: pointer;}
.more_panel {display: none; width: 100%; background: rgb(244, 244, 244); position: fixed; bottom: 0;}
.more_panel .font_panel .item {display: inline-block; width: 20%; line-height: 1.4rem; text-align: center; font-size: .3rem; position: relative;}
.more_panel .font_panel .item1 {padding-left: .6rem; text-align: left;}
.more_panel .font_panel .item4 {padding-right: .6rem; text-align: right;}
.more_panel .font_panel .line-wrap {width: 6rem; height: 1px; margin: 0 auto; margin-top: -.2rem; background: rgb(216,216,216); position: relative; z-index: -1;}
.more_panel .font_panel .line-wrap::after,.more_panel .font_panel .line-wrap::before {content: ''; height: .2rem; width: 1px; background: rgb(216,216,216); position: absolute; top: -.1rem;}
.more_panel .font_panel .line-wrap::after {right: 0;}
.more_panel .font_panel .line-wrap::before {left: 0;}
.more_panel .font_panel .line-inner {width: 1.5rem; height: .2rem; border-left: 1px solid rgb(216,216,216); border-right: 1px solid rgb(216,216,216); position: absolute; left: 1.65rem; top: -.1rem;}
.more_panel .font_panel .line-inner1 {left: 1.5rem;}
.more_panel .font_panel .line-inner2 {left: 2.99rem ;border-left: none;}
.more_panel .font_panel .curr {color: rgb(26, 155, 246)}
.more_panel .font_panel .curr::after {content: ''; width: .36rem; height: .36rem; background: url('/public/news/images/font-circle.png') center no-repeat; background-size: 100%; position: absolute; bottom: 0; z-index: 1;left: 50%;margin-left: -.18rem;}
.more_panel .font_panel .item1::after {left: .75rem;}
.more_panel .font_panel .item5::after {left: .8rem;}
.more_panel .items_panel,.more_panel .items-wrap {font-size: 0;}
.items_panel .item {display: inline-block; width: 25%; margin: .5rem 0 .4rem; font-size: .24rem; text-align: center;}
.items_panel img {width: .8rem; height: .8rem; display: block; margin: 0 auto .2rem;}
.hide_panel {height: 1rem; text-align: center; font-size: .3rem; line-height: 1rem; color: #009EFF; background: #fff; cursor: pointer;}

.font_icon {display: block; float: right; width: .36rem; height: .36rem; background: url('/public/news/images/font_icon.png') center no-repeat; background-size: 100% 100%;}

/* 2019-07-30 zq */
.content_box {width: 100%; height: 100%; position: relative; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;}
p .dplayer {height: 3.88rem; width: 100%; overflow: hidden; position: relative;}

/* 2020-03-16 临猗订阅号 zlg */
.top_wrap .city_icon{width: 0.48rem; height: 0.48rem; display: none; float: left; margin: 0.22rem 0.18rem 0 0; border-radius:50%;}
.top_wrap .city_name{font-size: 0.32rem; color: #1A1A1A; float: left;display: none;}
.top_wrap .subscribe_btn{font-size: 0.22rem; color: #fff; float: right;width:0.9rem;height:0.44rem;background:#009EFF;border-radius:22px;text-align: center;line-height: 0.44rem;margin: 0.24rem 0.2rem 0 0;cursor: pointer;display: none;}
.top_wrap .subscribe_btn_on{font-size: 0.22rem; color: #fff; float: right;width:0.9rem;height:0.44rem;border-radius:22px;text-align: center;line-height: 0.44rem;margin: 0.24rem 0.2rem 0 0;cursor: pointer;display: none;background: #acacac;}

/* 屏蔽操作 */
.more_panel_mask .handle-wrap {width: 100%; font-size: .26rem; text-align: center; position: absolute; bottom: 0; background: #fff;}
.more_panel_mask .handle-wrap .handle-item {height: .9rem; line-height: .9rem; border-bottom: 1px solid #eee;}
#handleCancle {color: #0080FC; border-top: .06rem solid #eee; border-bottom: none;}