.section {
  width: 100%;
}
.section .news-center {
  padding-top: .427083rem;
}
.section .news-center>p {
  margin: 0 auto;
  font-size: .130208rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(80,80,80,1);
  line-height: .1875rem;
  -webkit-background-clip: text;
  text-align: center;
}
.section .news-center>div {
  position: relative;
  width: 100%;
  height: 2.2rem;
  background: rgba(255,255,255,1);
  /* box-shadow: 0rem .010417rem .130208rem 0rem rgba(0,0,0,0.1); */
  overflow: hidden;
  margin-top: .479167rem;
}
/* .section .news-center .news-overflow {
  position: absolute;
  width: 118%;
  height: 2.104167rem;
  display: flex;
}
.section .news-center .news-overflow>div {
  width: 2.8125rem;
  height: 2.104167rem;
  background: rgba(255,255,255,1);
  box-shadow: 0rem .010417rem .130208rem 0rem rgba(0,0,0,0.1);
  display: block;
} */
.section .news-center .news {
  height: 1.9rem;
  box-shadow: 0rem .010417rem .130208rem 0rem rgba(0,0,0,0.1);
}
/* .section .news-center .news:nth-child(1) {
  margin-right: .15625rem;
}
.section .news-center .news:nth-child(2) {
  margin-right: .15625rem;
}
.section .news-center .news:nth-child(3) {
  margin-right: .15625rem;
} */
.section .news-center .news .img {
  width: 100%;
  height: 1.3rem;
  background: #f8f8f8;
  /* margin-bottom: .182292rem; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .news-center .news img {
  width: 100%;
  height: auto;
}
.section .news-center .news p {
  height: 0.6rem;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  font-size: .104167rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(115,115,115,1);
  line-height: .130208rem;
  -webkit-background-clip: text;
} 
.section .news-center .news a {
  text-decoration: none;
}
.section .news-center .news-circle {
  margin: 0 auto;
  width:2.3%;
  height:.15625rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: .104167rem;
} 
.section .news-circle>a {
  width: .052083rem;
  height: .052083rem;
  border:1px solid gray;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
.section .news-circle .active {
  opacity: 1;
  background: #007aff;
}
.section .science-article {
  padding: 0 2.0rem;
  padding-top: .427083rem;
}
.section .science-article>p {
  font-size: .130208rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(80,80,80,1);
  line-height: .1875rem;
  text-align: center;
}
.section .science-article .article {
  margin-top: .16rem;
  overflow: hidden;
}
.section .science-article .article .article-item {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  line-height: 0.26rem;
}
.section .science-article .article .article-item span:nth-child(1) {
  float: left;
  font-size: 0.11rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.section .science-article .article .article-item span:nth-child(2) {
  float: right;
  font-size: 0.1rem;
  color: #999999;
}
.section .science-article>div>a {
  /* font-size: 0.083333rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: .109375rem;
  -webkit-background-clip: text;
  text-decoration: none;
  margin: .04rem 0 .04rem 1.2rem; */
}
.section .science-article>div>a:hover {
  color: #57A5F9;
}
.section .events {
  width: 100%;
  height: 6.348958rem;
  background: rgba(247,250,252,1);
  /* padding-top: .364583rem; */
  padding-top: .427083rem;
  margin-bottom: -1.875rem;
}
.section .events>p {
  font-size: .130208rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(80,80,80,1);
  line-height: .1875rem;
  text-align: center;
}
.section .events>div {
  width: 100%;
  height: 3.36rem;
  display: flex;
  margin-top: .515625rem;
}
.section .events .event {
  display: block;
  width: 2.239583rem;
  height: 3.06rem;
  background: rgba(255,255,255,1);
  box-shadow: 0rem .010417rem .130208rem 0rem rgba(0,0,0,0.1);
}
.section .events .event .img {
  width: 100%;
  /* margin-bottom: .145833rem; */
  height: 2.34rem;
  background: #f8f8f8;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .events .event img {
  width: auto;
  height: 100%;
}
.section .events .event p {
  height: .72rem;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  /* font-size: .078125rem; */
  font-size: .104167rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(115,115,115,1);
  line-height: .130208rem;
}
.section .events .event a {
  text-decoration: none;
}
/* .section .events .event :nth-child(1) {
  margin-right: .333333rem;
  margin-left: 1.307292rem;
}
.section .events .event :nth-child(2) {
  margin-right: .333333rem;
} */
