* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.box_content {
  width: 1200px;
  height: 865px;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 0 auto 80px;
  padding: 45px 0 99px 71px;
  box-sizing: border-box;
  position: relative;
}
.box_content .module01 .title {
  height: 23px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1C1C1C;
  line-height: 23px;
}
.box_content .module01 .content {
  width: 1059px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 32px;
  /*text-indent: 2em;*/
  margin: 34px auto 0 0;
}
.box_content .module02 {
  position: absolute;
  bottom: 99px;
  left: 70px;
}
.box_content .module02 .boxMsg {
  margin: 34px auto 0;
}
.box_content .module02 .boxMsg p {
  height: 17px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 17px;
  margin: 0 0 20px 0;
}
