/* 文章盒子 */
.text-container {
  width: 1000px;
  background-color: #fff;
  padding: 30px 100px 15px 100px;
  margin: auto;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

/* 文本标题 */
.text-title {
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  color: rgba(0, 0, 0, .8);
}

/* 副标题 */
.text-subtitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px 0;
  color: #00a4ff;
}

/* 文本内容 */
.text-content {
  line-height: 23px;
  color: #666;
  letter-spacing: 0.5px;
  font-size: 15px;
}

/* 内容图片 */
.text-Img {
  margin: 10px 0 0 0;
}

/* 特别字体加粗 */
.weight {
  color: #1b1f25;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}

/* 非标内容 */
.space-box {
  display: flex;
  justify-content: space-between;
  /* margin-top: 15px; */
  /* align-items: center; */
}

.space-LR {
  width: 48%;
}

.space-radius {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  margin: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.show-little-Img {
  height: 420px;
  /* margin-left: 42.5%; */
  margin-top: 30px;
  object-fit: contain;
}

/* 上一页下一页盒子 */
.pr-next-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

/* 上一页下一页按钮 */
.pr-next-btn .pr-btn,
.pr-next-btn .net-btn {
  color: #666;
  font-size: 14px;
}

/* 上一页下一页鼠标路过 */
.pr-next-btn .pr-btn:hover,
.pr-next-btn .net-btn:hover {
  color: #00a4ff;
}
