body {
  background: #fff !important;
}
.m-news-details .m-news-article {
  padding: 0.36rem;
}
.m-news-details .m-news-article .m-article h1 {
  margin-bottom:0.1rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #252527;
}
.m-news-details .m-news-article .m-article .pstyel{
  line-height: 0.5rem;
  font-weight: 400;
  color: #acadb3;
  font-size:15px;
}
.m-news-details .m-news-article .m-article .rich-text {
  margin: 0.2rem auto;
}

.m-news-detail .rich-text .content {
  margin-top: .2rem;
  overflow: hidden;
}

.m-news-details .m-news-article .m-article .rich-text img{
  max-width: 100%;
}
.m-news-details .m-news-article .m-article .rich-text section{
  max-width: 100%!important;
}
.m-news-details .m-news-article ul {
  display: flex;
}
.m-news-details .m-news-article ul li {
  flex: 1;
  height: 0.72rem;
  line-height: 0.72rem;
  background: #f3f3f5;
  border-radius: 0.04rem;
  margin-right: 0.28rem;
  text-align: center;
  font-size: 0.22rem;
  color: #55585D;
}
.m-news-details .m-news-article ul li .zanicon {
  width: 0.3rem;
  height: 0.28rem;
  display: inline-block;
  background: url(../images/zan.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
  vertical-align: text-top;
}
.m-news-details .m-news-article ul li .share {
  width: 0.28rem;
  height: 0.28rem;
  display: inline-block;
  background: url(../images/share.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
  vertical-align: text-top;
}
.m-news-details .m-news-article ul li:last-child {
  margin-right: 0;
}
.m-news-details .recommend {
  padding: 0 0.28rem;
  margin-top: 0.29rem;
}
.m-news-details .recommend .tit {
  font-size: 0.34rem;
  color: #000000;
}
.m-news-details .recommend .tit span {
  width: 0.07rem;
  height: 0.3rem;
  background: #57b0bc;
  display: inline-block;
  margin-right: 0.15rem;
  position: relative;
  top: 2px;
}
.m-news-details .recommend ul li {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #F7F7F7;
  display: flex;
}
.m-news-details .recommend ul li .li-l {
  flex: 1;
  position: relative;
  min-height: 0.9rem;
}
.m-news-details .recommend ul li .li-l .con {
  font-size: 0.34rem;
  color: #000000;
  line-height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-news-details .recommend ul li .li-l .time {
  color: #ABACB0;
  font-size: 0.22rem;
  padding-top: 0.26rem;
  position: absolute;
  left: 0;
  bottom: 0rem;
}
.m-news-details .recommend ul li .li-r {
  width: 2.28rem;
  height: 1.51rem;
  border-radius: 4px;
  margin-right: 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.m-news-details .recommend ul li .li-r img {
  width: 100%;
  height: 100%;
}
.m-news-details .recommend .more {
  text-align: center;
  color: #181B20;
  font-size: 0.28rem;
  margin: 0.3rem 0 0.47rem;
}
.m-news-details .recommend .more i {
  width: 0.23rem;
  height: 0.23rem;
  display: inline-block;
  background: url(../images/up.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.19rem;
}
.m-news-details .recommend .line {
  width: 100%;
  height: 1px;
  background: #F7F7F7;
  margin-bottom: 0.04rem;
}
.m-news-details .comment-list {
  padding: 0 0.3rem;
}
.common-title{
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-title .left{
  font-size:0.34rem;
  font-family:STBShusong-Bold;
  font-weight:bold;
  color:rgba(0,0,0,1);
  position: relative;
  padding-left: .2rem;
}
.common-title .left:before{
  content: '';
  display: block;
  width:0.07rem;
  height:0.3rem;
  background:rgba(87,176,188,1);
  position: absolute;
  left: 0;
  top: 0.08rem;
}
.common-title .right{
  font-size:0.26rem;
  font-family:FZLanTingHeiS-R-GB;
  font-weight:400;
  color:rgba(168,172,177,1);
}
.comment-item {
  display: flex;
  position: relative;
  padding: 0.28rem 0 0;

}
.comment-item .avator {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.comment-item .right {
  border-bottom: 1px solid #f7f7f7;
  flex: 1;
  position: relative;
  padding-bottom: .3rem;
  /* border-bottom: 1px solid #f7f7f7; */
}
.name {
  font-size: 0.28rem;
  color: rgba(130, 184, 186, 1);
  line-height: 0.54rem;
}
.content {
  font-size: 0.32rem;
  font-family: STBShusong-Bold;
 /* font-weight: bold;*/
  color: rgba(17, 17, 17, 1);
  line-height: 0.4rem;
}
.time {
  color: #111111;
  font-size: 0.22rem;
  /* line-height: 0.8rem; */
  margin-top: .1rem;
}
.time i {
  color: #abacb0;
}
.zan {
  font-size: 0.2rem;
  font-family: HiraginoSansGB;
  font-weight: normal;
  color: rgba(171, 172, 176, 1);
  position: absolute;
  right: 0;
  top: 0;
}
.zan .iconfont {
  font-size: 13px;
}
.replay-list {
  background: rgba(243, 243, 245, 1);
  padding: 0.15rem;
  margin-top: .15rem;
}
.replay-list li {
  font-size: 0.28rem;
  line-height: 0.45rem;
}
.bt{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.add{
  padding: 0.36rem;
}
.add p{
  line-height: 0.5rem;
  font-weight: 400;
  color: #acadb3;
  margin-top: 0.2rem;
}
.correlation{
  padding: 0.2rem 0.32rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.correlation .correlation-nav{
  overflow: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
.correlation .correlation-nav .nav-item{
  float: left;
  width: 2.5rem;
  min-height: 2rem;
  margin-right: 0.15rem;
  color: #333333;
}
.correlation .correlation-nav .nav-item.active{
  color: #097638;
  border-bottom: 0.04rem solid #FED13E;
}
.correlation-nav::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.correlation-nav .nav-item .img{
  width: 100%;
  height: 1.4rem;
  margin-bottom: 0.2rem;
}
.correlation-nav .nav-item .name{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
  font-weight: 700;
}
