.aboutTitle {
  width: 1065px;
  margin: 0 auto;
  color: #222;
  font-family: FontName;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 120% */
  margin-bottom: 16px;
}
.abMap {
  width: 1065px;
  margin: 0 auto;
  height: 280px;
  /*background: yellow;*/
  margin-bottom: 16px;
}
.abText {
  width: 1065px;
  margin: 0 auto;
  color: #222;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 177.778% */
  margin-bottom: 6px;
}

.box-a {
  width: 1065px;
  margin: 0 auto;
  display: flex;
  /*align-items: center;*/
  margin-top: 64px;
  margin-bottom: 64px;
}


.box-a .right.w554 {
  width: 554px;
}
.box-a .left {
  flex: 1;
  box-sizing: border-box;
  height: 288px;
  background: #f7f8fc;
  padding: 24px 18px;
}
.box-a .left .sTitle {
  color: #222;
  font-family: FontName;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  margin-bottom: 18px;
}
.box-a .left .sText {
  color: #222;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 177.778% */

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; /* 定义显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
