ul,
li {
  list-style: none;
}
img{
    width: 100%;
}
.container {
  width: 1200px;
  margin: auto
}

.title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.first {
  padding: 99px 0 96px 0;
}
.first .title {
  margin-bottom: 32px;
}
.first p {
  font-size: 16px;
  line-height: 26px;
}
.second {
  padding: 59px 0 83px 0;
  background: #F6F6F6;
}
.second .title {
  margin-bottom: 40px;
}
.second .box ul {
  display: flex;
  flex-wrap: wrap;
}
.second .box li {
  width: 390px;
  height: 250px;
  border-radius: 8px;
  margin-right: 15px;
}
.second .box li:nth-child(3) {
  margin-right: 0;
}
.second .box li .top {
  padding: 16px;
  background: #E9ECF4;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.second .box li .content {
  height: 192px;
  padding: 16px;
  background: #fff;
  line-height: 32px;
  font-size: 16px;
  color: #000000;
  box-sizing: border-box;
}
.third {
  margin-bottom: 58px;
}
.third .title {
  padding-top: 101px;
  margin-bottom: 44px;
}
.third .box {
  display: flex;
  align-items: center;
}
.third .left img {
  width: 250px;
  height: 284px;
  margin-left: 147px;
}
.third .right {
  width: 500px;
  margin-left: 188px;
  line-height: 26px;
  font-size: 16px;
}
.third .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 44px;
}
.third .ul li {
  display: flex;
  align-items: center;
  width: 389px;
  height: 72px;
  padding: 0 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  background: #F6F6F6;
  border-radius: 138px 138px 138px 138px;
}
.third .ul li:nth-of-type(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
.third .ul li img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.third .ul li p{
  font-size: 16px;
  font-weight: 700;
}
