.space {
  color: #f0f0f0;
  padding: 15px 0;
  text-align: center;
  font-size: 25px;
  background-color: #0e58c8;
}
.news-base-main {
  width: 1000px;
  margin: 20px auto;
}
/* 文章内容  start */
.news-base-title {
  color: #0D58C8;
  font-size: 28px;
  text-align: center;
  margin: 50px auto;
}

.news-base-detail {
  width: 83rem;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-row-gap: 20px;
  grid-column-gap: 0.5%;
  margin: 0 auto;
}

.news-base-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 27.4rem;
}

.news-base-li img {
  width: 80%;
  height: 200px;
  object-fit: cover;
}

.news-base-li span {
  text-align: center;
  color: #525050;
  font-size: 14px;
  padding-top: 10px;
}
/* 基地展示 end */
/* 文章内容  end */
.news-base-title {
  color: #657185;
  font-size: 30px;
  text-align: center;
}

.news-base-part {
  font-size: 15px;
  color: #657185;
  text-indent: 30px;
  margin-bottom: 20px;
  line-height: 20px;
}
/* 文章底部  start */
.article-footer {
  border-top: 2px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
}

.article-footer span {
  margin-top: 15px;
  color: rgb(133, 128, 128);
  font-size: 14px;
}
/* 文章底部  end */