body {
  background: #f5f9fc;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.page .content {
  flex: 1;
}

.content {
  min-width: 1200px;
  margin: 0 auto 20px;
}

/* 红色标题样式 */
.title {
  font-size: 32px;
  /* font-family: PingFangSC-Medium, PingFang SC; */

  color: #010203;
  text-align: center;
  margin-bottom: 26px;
  padding-top: 96px;
}
.article {
  width: 1120px;
  font-size: 14px;
  line-height: 28px;
  /* text-align: justify; */
  color: #010203;
  margin: 0 auto;
  padding: 40px;
  background-color: #ffffff;
  /* font-family: PingFangSC-Medium, PingFang SC;
font-weight:500; */
}

/*.article p{display:block;}
.article p.line{padding-bottom:20px;}
.article p.strong{font-weight: bold;}
.article p.indent{text-indent: 2em;}
.app_entery p {
text-indent:0;
}*/
/* 地图 */
.baidu {
  text-align: center;
}

.footer_outline{
  margin: 0;
}