.all {
  background-color: #fed889;
  width: 1684px;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 120px;
}
.all .container {
  align-self: center;
  background-color: #ffe699;
  width: 100%;
  height: auto;
  min-height: 1800px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 150px 100px 100px;
}
.container .title {
  font-size: 72px;
  font-family: "黑体";
  font-weight: bolder;
  color: #dd8f1f;
  line-height: 85px;
  width: 100%;
  text-align: center;
}
.text {
  font-size: 32px;
  line-height: 80px;
  color: #dd8f1f;
}

.container .line {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.container .content {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.2rem;
    min-height: 500px;
    color: #dd8f1f;
}