.page {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.headerLogo > span {
  color: #666;
  font-size: 20px;
  letter-spacing: 3px;
}

.header li a {
  color: #333;
}

.header > ul .current {
  border-bottom: 2px solid #333;
}

.header li:nth-child(3) {
  padding-left: 42px;
  border-left: 1px solid #333;
}

.header {
  border-bottom: 1px solid #d9d9d9;
}

.body {
  flex: 1;
  padding-top: 60px;
}

.body > h1 {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 36px;
}

.bodyContent {
  padding: 0 200px;
}

.bodyContent > p {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin-bottom: 25px;
}
.article {
  padding: 20px 0;
}
.article .bodyContent > p {
  margin-bottom: 0;
}
.article .bodyContent > h3 {
  line-height: 1.5;
}
.footer > p {
  text-align: center;
  color: #999;
  font-size: 18px;
  line-height: 1;
  opacity: 0.6;
  margin-bottom: 11px;
}

.footer .tab a {
  color: #999;
  font-size: 18px;
  opacity: 0.7;
  margin-right: 138px;
  font-weight: normal;
}

.footer a {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  margin: 0 5px;
}
