.index-top {
  height: 25.75rem;
  flex-shrink: 0;
  background: url("static/newscenter/Group 1000001803@2x.png") no-repeat;
  padding-top: 1px;
  background-size: 100% 100%;
}

.index-top .top1 {
  color: #333333;
  font-family: "Microsoft YaHei";
  font-size: 3.13rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.86rem;
  margin-top: 8.66rem;
}

.news-list {
  width: 100%;
  background: #F5F9FF;
  padding: 4.13rem 22.5rem;
}

.news-list .news-item {
  height: 29.5rem;
  flex-shrink: 0;
  border-radius: 1.01rem;
  background: #FFF;
  margin-bottom: 4.12rem;
}

.news-list .news-item img {
  width: 24.16rem;
  height: 17.17rem;
  flex-shrink: 0;
  border-radius: 1.01rem 1.01rem 0 0;
}

.news-list .news-item .news-centent {
  padding: 1.5rem;
  background: #fff;
}

.news-list .news-item .news-centent .news-title {
  color: #000000;
  font-family: "PingFang SC";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.news-list .news-item .news-centent .news-desc {
  color: #999999;
  font-family: "PingFang SC";
  font-size: 0.81rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 1.51rem;
  height: 4.5rem;
}

.news-list .news-item .news-centent .readall {
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
  align-items: center;
}

.news-list .news-item .news-centent .readall div:first-child {
  color: #999999;
  font-family: "PingFang SC";
  font-size: 0.71rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.news-list .news-item .news-centent .readall a {
  color: #1347b7;
  font-family: "PingFang SC";
  font-size: 0.71rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
