.banner {
  width: 100%;
  height: 360px;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.content {
  background-color: #fff;
  padding-bottom: 30px;
}
.content-list {
  width: 1200px;
  margin: 0 auto;
}
.content-list-item {
  display: flex;
}
.content-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.content-list-item-left {
  width: 384px;
  height: 216px;
  margin-right: 24px;
}
.content-list-item-right-title {
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  text-align: left;
  margin-bottom: 20px;
}
.content-list-item-right-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.life-help {
  font-weight: 400;
  font-size: 16px;
  color: #ff4b91;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  padding-bottom: 60px;
  width: 1200px;
  margin: 0 auto;
}
.life-help img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

