.page-mb{
  background: #F6F6F8;
}
/* 新闻中心顶部样式 start */
.mb-top{
  width:100%;
  height:2.72rem;
  background-image: url('../../images/news-bg/mb/news-center-bg.png');
  background-size: 100% 100%;
}
.mb-top-text{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top:1.4rem;
  margin-right:0.32rem;
  float: right;
  color:#fff;
}
.mb-top-text-title{
  font-size: 0.32rem;
  line-height: 0.58rem;
  font-weight: 500;
}
.mb-top-text-text{
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
/* 新闻中心顶部样式 end */
/* 新闻中心导航 start */
.mb-middle{
  height:0.8rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb-middle a{
  text-decoration: none;
  color:#333;
}
.mb-middle .mb-middle-left,.mb-middle .mb-middle-right{
  font-size: 0.24rem;
  font-weight: 400;
  color:#333;
}
.mb-middle .active{
  color:#C52E34;
}
.mb-middle .mb-middle-left{
  margin-right:0.72rem;
}
.mb-middle .mb-middle-right{
  margin-left:0.72rem;
}
/* 新闻中心导航 end */

/* 新闻内容区域 start */
.news-center-box{
  padding:0.32rem;
  background-color: #F6F6F8;
}
.news-item{
  width: 100%;
  height:3.88rem;
  padding:0.16rem;
  margin:0.16rem 0rem;
  display: flex;
  flex-direction: column;
}
.news-item img{
  width: 100%;
  height:2.4rem;
}
/* #center-mb-wrapper .news-title{
  display: inline-block;
  width:100%;
  text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
} */
.new-item-text-box{
  display: flex;
  flex-direction: column;
  padding:0 0.2rem;
  background-color: #fff;
}
.new-item-text-box span{
  font-size: 0.2rem;
  color:#333;
  font-weight: 500;
  line-height: 0.26rem;
  margin:0.28rem 0;
  width: 100%;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.news-item-detail{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-item-detail span{
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.28rem;
  color:#999;
}
.news-item-detail img{
  width:0.28rem;
  height:0.12rem;
}
/* 新闻内容区域 end */
/* 底部分页 start */
.news-page-warpper{
  margin-top:0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.4rem;
}
.news-page-warpper .page-btn{
  width:0.4rem;
  height:0.4rem;
  margin:0.32rem;
}
.news-page-warpper span{
  font-size: 0.24rem;
  line-height: 0.4rem;
  font-weight: 500;
  color:#333;
}
/* 底部分页 end */