.article {
  background-color: #fff;
  width: 1200px;
  padding: 50px 100px;
}
.article .title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.article .infoBox {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #adadad;
  justify-content: space-between;
}
.article .articleBody {
  margin-top: 20px;
  cursor: #333333;
  font-size: 16px;
  text-indent: 2rem;
  line-height: 30px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.article .articleBody p {
  line-height: 30px;
  margin: 0 15px;
  padding-bottom: 20px;
  text-indent: 28px;
  word-break: break-word;
}
.article .articleBody img {
  margin: 0 auto !important;
  display: block !important;
  max-width: 100%;
}
