body{
  font-size: 12px;
  background-color: #F6F6F8;
  font-family: PingFang SC-Medium, PingFang SC;;
}

.pc-wrapper{
  width:100%;
  background-color: #F6F6F8;
  /* background-color: aquamarine; */
}
/* 头部banner 容器 start */
.top-banner{
  width:100%;
  height:5.36rem;
  background: url("../../images/news-bg/newscenter-banner.png") no-repeat;
  background-size: 100% 100%;
  /* overflow:hidden; */
  padding-top:2.17rem;
  color:#fff;
}

.top-banner h1{
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 0.72rem;
  /* margin-top: 2.17rem; */
  margin-left:3.6rem;
  margin-bottom: 0;
}
.top-banner div{
  margin-left:3.6rem;
  font-size: 0.16rem;
  line-height:0.29rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 0;
  padding:0;
}
/* 头部banner 容器 end */
/* 新闻导航样式 start */
.news-center-nav{
  width: 100%;
  height:0.56rem;
  border-bottom: 2px solid #f2f2f2;
}
.news-center-nav .nav{
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}
.news-center-nav .nav-item{
  /* background-color: pink; */
  height: 100%;
}
.news-center-nav .nav-link-y {
  font-size: 0.16rem;
  line-height: 0.56rem;
  color:#333;
  font-weight: 500;
  padding:0 1.5rem;
}
/* .nav-link-y:hover{
  text-decoration: none;
}  */
.news-center-nav .active{
  color:#C52E34;
}
.nav-link:hover{
  color:#C52E34;
}

.new-center-wrapper{
  /* background-color: #333; */
  margin:0.32rem 3.6rem;

}
.news-item{
  /* background-color: #C52E34; */
  padding:0rem 0.12rem;
  /* margin:0 0.12rem */
}
.news-item:hover{
  cursor: pointer;
}
.new-wrapper{
  display: flex;
  flex-direction: column;
  width:100%;
  height:4.5rem;
  margin-top: 0.24rem;
  background-color: #fff;
}
.new-wrapper img{
  width:100%;
  height:2.76rem;
}
.news-bottom{
  display: flex;
  flex-direction: column;
  padding:0.24rem;
  box-sizing: border-box;
  flex:1;
  /* background-color: #C52E34; */
}
.news-title{
  margin:0;
  font-size: 22px;
  font-weight: 500;
  color:#333;
  line-height: 0.4rem;
  width: 100%;
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;

}
.news-bottom hr{
  margin:0.24rem 0rem;
  height: 1px;
  background-color: #f2f2f2;
}
.new-detail-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-detail-wrapper span{
  font-size: 0.16rem;
  font-weight: 400;
  color:#999;
  line-height: 0.29rem;
}
.new-detail-wrapper img{
  width:0.32rem;
  height:0.12rem;
}
/* 新闻导航样式 end */
/* 底部分页样式 start */
.page-nation{
  margin:0.74rem 0rem;
  width: 100%;
  /* background-color: #C52E34; */
  display: flex;
  justify-content: space-between;
}
.page-left,.page-right{
  display: flex;
  align-items: center;
}
.page-left:hover,.page-right:hover{
  cursor: pointer;
  color:#C52E34;
}
.page-left img,.page-right img{
  width: 0.16rem;
  height:0.16rem;
}
.page-left span,.page-right span{
  font-size: 0.16rem;
  font-weight: 500;
  color:#333;
  margin:0 0.12rem;
}
.page-num {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-num span{
  width:0.3rem;
  height:0.3rem;
  display: block;
  margin:0.12rem;
  font-size: 0.14rem;
  font-weight: 500;
  color:#000;
  line-height: 0.3rem;
  text-align: center;
}
.page-num span:hover{
  cursor: pointer;
  color:#C52E34 !important;
  background-color: #fff;
  border-radius: 50%;
}
 .current-num{
  color:#C52E34 !important;
  background-color: #fff;
  border-radius: 50%;
}
/* 底部分页样式 end */