.box {
  width: 1000px;
  padding: 70px 0 90px;
  margin: 0 auto;
  overflow: hidden;
}
.box .title {
  text-align: center;
  margin-bottom: 50px;
}
.box .title h1 {
  font-size: 26px;
  /* font-weight: normal; */
  font-weight: bold;
  margin-bottom: 12px;
}
.box .title span {
  font-size: 14px;
  color: #8e8e8e;
}
.box .lead,
.box .keyword,
.box .content {
  font-size: 16px;
  color: #525252;
  line-height: 2.2;
}
.box .content {
  min-width: 1000px;
}
.box .content img {
  width: 55%;
  display: block;
  margin: 0 auto;
  padding-bottom: 1.2em;
}
.box .content p {
  text-indent: 2em;
  font-size: 16px;
  padding-bottom: 1.2em;
}
.box .content h2 {
  font-size: 16px;
  padding-bottom: 1.2em;
}

#articleDate,#articleAuthor{
  display: inline-block;
  width: 30em;
  text-align: right;
}
#articleAuthor{
  text-align: left;
}

