.article {
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 15px;
  min-height: 500px;
  overflow: hidden;
}

.article .title {
  font-size: 25px;
  text-align: center;
}

.article .content {
  margin-top: 20px;
}

.article .info {
  margin-top: 10px;
  text-align: center;
}

.article .info span {
  color: #333;
  display: inline-block;
  margin-left: 15px;
}

.go-back {
  cursor: pointer;
}
