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: 70px 0 48px 0 ;
}
.first .title {
  margin-bottom: 24px;
}
.first .one {
  display: flex;
}
.first .one img {
  width: 343px;
  height: 405px;
}
.first .one .left {
  width: 560px;
  margin-top: 81px;
  margin-right: 176px;
  margin-bottom: 7px;
}
.first .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.first .content {
  font-size: 16px;
  line-height: 26px;
}
.first .two {
  display: flex;
}
.first .two img {
  width: 380px;
  height: 308px;
  margin-left: 77px;
  margin-right: 182px;
}
.first .two .right {
  width: 560px;
  margin-top: 81px;
}
.first .three {
  margin-top: 54px;
}
.first .three ul {
  display: flex;
}
.first .three li {
  width: 300px;
  padding: 0 4px;
  box-sizing: border-box;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
}
.first .three li img {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}
.second {
  background-color: #f6f6f6;
  padding-top: 48px;
  padding-bottom: 82px;
}
.second .box {
  display: flex;
}
.second .left ul {
  width: 624px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.second .left li {
  width: 112px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #FFFFFF;
  font-size: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.second .left li:nth-of-type(5n) {
  margin-right: 0;
}
.second .right img {
  width: 380px;
  height: 380px;
  margin: 0 94px 0 100px;
}