.NewsPage {
  font-size: .2rem;
  color: #666666;
  display: flex;
  box-sizing: border-box;
  padding: 0 3.1rem;
  width: 100%;
  padding-right: 5.1rem;
  justify-content: center;
  margin-top: .35rem;
  margin-bottom: .6rem;
}
.NewsPage div {
  height: .4rem;
  line-height: .4rem;
  box-sizing: border-box;
  border: 1px solid #AFAFAF;
  text-align: center;
  margin-right: .2rem;
}
.NewsPage .Headtail {
  width: .8rem;
}
.NewsPage .Numpage {
  width: .4rem !important;
}
.NewsPage .CurNum {
  background: #17A17B !important;
  color: #FFF !important;
}
