.news-wrap{
  margin: 0 auto;
}
.news-page{
  display: flex;
}
.news-page .page{
  display: flex;
}
.news-page .page p{
  margin: 0 5px;
}
.news-group-list{
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.news-group-item{
  width: 3.79rem;
  margin-right: 0.28rem;
  background: #FFFFFF;
  border: 0.01rem solid #D5D5D5;
}
.news-group-item:nth-child(4n){
  margin-right: 0;
}
.news-group-img{
  width: 100%;
  height: 2.66rem;
  overflow: hidden;
}
.news-group-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-group-box{
  padding: 0.25rem 0.35rem;
}
.news-group-text{
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.news-group-detail{
  padding-top: 0.1rem;
  margin-top: 0.1rem;
  border-top: 1px solid #D5D5D5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
  font-family: MicrosoftYaHei;
  color: #999999;
}
.news-list{
  margin-top: 0.6rem;
}
.news-item{
  width: 100%;
  border: 0.01rem solid #C8C8C8;
  padding: 0.35rem;
  color: #333333;
  margin-bottom: 0.4rem;
  transition: all .365s;
}
.news-item:hover{
  border-color: #014098;
  color: #014098;
}
.news-item:hover .news-bt{
  background: #014098;
}
.news-text-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-text{
  flex: 1;
  font-size: 0.3rem;
  font-family: MicrosoftYaHei;
}
.news-time{
  flex-shrink: 0;
  margin-left: 0.25rem;
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
}
.news-p {
  font-size: 0.18rem;
  font-family: MicrosoftYaHei;
  line-height: 0.35rem;
  margin: 0.2rem 0;
}
.news-bt{
  width: 0.64rem;
  height: 0.39rem;
  background: rgba(0, 0, 0, 0.5000);
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .365s;
}
.news-bt img{
  width: 0.19rem;
  height: 0.19rem;
}

/* 鏂伴椈璇︽儏 */
.news-detail-wrap{
  margin: 0.65rem auto;
  overflow: hidden;
}
.news-detail-title{
  font-size: 0.3rem;
  font-family: MicrosoftYaHei-Bold,
  MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.news-detail-time{
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.news-detail-time p{
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin: 0 0.1rem;
}
.news-detail-wrap .thumb img{
  margin: 20px auto;
}
.news-detail-content{
  margin: 0.6rem 0;
  font-size: 0.18rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 0.35rem;
}
.news-detail-content img{
  max-width: 100%;
  display: block;
  margin: 0.3rem auto;
}
.news-detail-content p{
  font-size: 0.18rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 0.35rem;
}

.news-detail-share{
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  padding: 0.22rem 0;
}
.news-detail-share a{
  margin-right: 0.15rem;
}
.news-detail-share i{
  color: #999999;
  font-size: 0.28rem;
  transition: all .4s;
}
.news-detail-share a:hover i{
  color: #014098;
}
.news-detail-page{
  display: flex;
  justify-content: space-between;
}
.news-detail-page a {
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  color: #666666;
  transition: all .4s;
}
.news-detail-page a:hover{
  color: #014098;
}