.box {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 60px;
}
.background_content {
  /* height: 490px; */
}
.background_content img {
  width: 100%;
  display: block;
}
.content {
  width: 1500px;
  margin: auto;
  height: 1517px;
  box-sizing: border-box;
  padding-top: 60px;
  padding-left: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  background: #fff;
}
.content_title {
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  margin-bottom: 30px;
  color: #333333;
}
.text_title {
  display: flex;
  align-items: center;
}
.text {
  margin-left: 10px;

  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
}
.tips {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  margin-bottom: 31px;
  margin-top: 8px;
  padding-left: 50px;
  color: #333333;
}
.mb60 {
  margin-top: 60px;
}
.content_center {
  margin-left: 82px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.border_center {
  justify-content: flex-end;
  padding-bottom: 60px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 82px;
}
.center_text {
  margin-left: 60px;

  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
}
.center_text_last {
  margin-right: 70px;

  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
}
.content_last_name {
  margin-bottom: 13px;
}
.pitch {
  margin-left: 25px;
  display: flex;
  margin-bottom: 28px;
}
.pitch_img {
  border-radius: 50%;
  margin-right: 5px;
}
.pitch_name {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #333333;
  margin-left: 10px;
}
.pitch_box {
  margin-bottom: 12px;
}
.pitch_content {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  margin-left: 10px;
  color: #333333;
  margin-top: 12px;
}
