body {
  font-size: 14px;
  background-color: #f5f7f6;
  padding-top: 70px;
}

.agreement-content {
  width: 1024px;
  height: auto;
  padding: 60px 0;
  margin: 0 auto;
}
.agreement-title {
  line-height: 40px;
  font-size: 28px;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
}
.part-list {
  margin-top: 34px;
}
.part-list > h5 {
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #4d4d4d;
}
.part-list > p {
  line-height: 20px;
  font-family: pingfang-sc-regular,pingfang-sc;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 14px;
}
.part-list > p > b {
  font-weight: 800;
  color: #1d2843;
}
.part-list ul {
  list-style: none;
  margin-top: 5px;
}
.part-list ul li {
  line-height: 32px;
  font-family: pingfang-sc-regular,pingfang-sc;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  text-indent: 1em;
  list-style: none;
}
.first-part {
  margin-top: 0;
}
.first-part > p {
  line-height: 32px;
  text-indent: 2em;
  margin: 0;
}