.content {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 20px;
}
.content .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 100px;
}
.content > p {
  font-size: 14px;
  word-wrap: break-word;
  color: #333;
  margin-bottom: 15px;
  text-indent: 2em;
  line-height: 24px;
  zoom: 1;
}
