.content {
  width: 700px;
  margin: 0 auto;
}
.header {
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  color: #191919;
}
.content .time {
  margin-top: 10px;
}
.content .time p {
  line-height: 20px;
  color: #999;
}
.contents {
  margin-top: 20px;
}
.contents p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.contents img {
  width: 80%;
  margin: 0 10%;
  margin-bottom: 20px;
}
.contents  a {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 20px auto;
  background-color: #E0220B;
  box-sizing: border-box;
  /*border: solid 1px #E0220B;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 38px;
}