ul,
li {
  list-style: none;
}

.container {
  width: 1200px;
  margin: auto
}
.title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.first {
  background: #FAFAFA;
  padding: 124px 0;
}
.first .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first .left img {
  width: 271px;
  height: 254px;
  margin-left: 126px;
}
.first .right {
  width: 679px;
}
.first .right .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.first .right .content {
  font-size: 16px;
  line-height: 26px;
}
.second {
  padding: 60px 120px;
}
.second ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.second ul li {
  width: 591px;
  height: 408px;
  background: #FAFAFA;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 32px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
.second ul li  img {
  width: 64px;
  height: 54px;
  margin-bottom: 16px;
}
.second ul li h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.second ul li p {
  margin: 16px 0;
}
.second ul li p span {
  font-weight: bold;
}