.say-box {
  /* background-image: url('../imgs/line-flow.png'); */
  background-color: #EFEFEF;
  background-position: center bottom;
}

.say-wrap {
  padding-top: 78px;
}

.main-wrap .say {
  width: 1320px;
  height: 1246px;
  margin-top: 30px;
  line-height: 49px;
  font-size: 20px;
  text-align: justify;
  padding: 65px 68px 0 95px;
  border-radius: 14px;
  text-indent: 2em;
  position: relative;
  background-image: url('../imgs/speech/letter-bg.png');
}
.say-center {
  width: 1004px;
  margin: 0 auto;
}
.say p {
  line-height: 49px;
}
.say p + p {
  /* margin-top: 49px; */
}
.say p:last-child {
  /* margin-top: 46px; */
}