.content .solution {
  margin-top: 20px;
}
.content .solution .hx-synopsis {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  height: 322px;
  margin-top: 20px;
}
.content .solution .hx-synopsis .hx-left {
  width: 396px;
}
.content .solution .hx-synopsis .hx-left img {
  height: 322px;
  width: 334px;
}
.content .solution .hx-synopsis .hx-right {
  width: 843px;
}
.content .solution .hx-synopsis .hx-right span {
  text-indent: 2em;
  display: block;
  margin-top: 18px;
}
.content .solution .title_before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.content .solution .solution_content {
  margin: 0;
}
.content .about {
  margin-top: 0;
}
.content .about .title_before {
  margin: 50px 0;
}
