.news_page { text-align: center; }
.news_page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_page a {
  display: inline-block;
  margin-right: 0.1rem;
  position: relative;
  z-index: 2;
  padding: 0 0.18rem;
  height: 0.26rem;
  line-height: 0.26rem;
  border: 1px solid #dfdfdf;
  color: #999999;
  font-size: 0.14rem;
}
.news_page a:hover,
.news_page .active a{
  color: #32d296;
}
.news_page a:hover:before,
.news_page .active a:before {
  opacity: 1;
}
.news_page a:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  content: "";
  background: linear-gradient(to top, #32d395, #5886d4);
  padding: 1px;
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: 0.3s;
}
.news_page a:last-child {
  margin-right: 0;
}
.news_page span {
  margin-right: 0.1rem;
  color: #999999;
  font-size: 0.14rem;
}






.pages2  {text-align:center;}

.pages2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages2 a {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-right: 0.2rem;
  width: 0.54rem;
  height: 0.54rem;
  text-align: center;
  line-height: 0.54rem;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  color: #999999;
  font-size: 0.16rem;
}
.pages2 a:hover,
.pages2 .active a{
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  color: #f00;
}
.pages2 a:hover:before,
.pages2 .active a:before {
  opacity: 1;
  visibility: visible;
  color: #f00;
}
.pages2 a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background: linear-gradient(to bottom, #32d395, #5886d4);
  padding: 1px;
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.pages2 a:after {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  content: "";
  z-index: -1;
  border-radius: 50%;
  background: #fff;
}
.pages2 a:last-child {
  margin-right: 0;
}