.container {
  width: 1200px;
  margin: 0 auto;
}
.container .title {
  padding: 50px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 22px;
  line-height: 22px;
}
.container .content {
  display: flex;
  justify-content: space-between;
  height: 400px;
}
.content .left {
  width: 49%;
}
.content .left .img {
  height: 400px;
}
.content .right {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .right .card {
  width: 32%;
}
.content .right .card .img {
  height: 150px;
}
.content .right .card .card-title {
  color: red;
  font-size: 20px;
}

.flow-content {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flow-content .flow-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow-content .img {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}
.flow-content .flow-card .flow-title {
  color: black;
  font-size: 18px;
}

.flow-content .flow-card .flow-text {
  color: #666;
  font-size: 12px;
}
