.content {
  width: 1400px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 229px;
  position: relative;
  overflow: hidden;
}
.content .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: solid 1px #e1e1e1;
}
.content .box-top .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #972d2d;
}
.content .edit {
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 1560px) {
  .content {
    width: 90%;
  }
}
