.banner {
  width: 100%;
  height: 1.9rem;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.content {
  background-color: #fff;
}
.content-list {
  margin: 0 auto;
}
.content-list-item-left {
  width: 7.1rem;
  height: 3.65rem;
  margin: 0 auto 0.24rem;
}
.content-list-item-left img {
  width: 100%;
  height: 100%;
  display: block;
}
.content-list-item-right {
  padding: 0 0.2rem;
}
.content-list-item-right-title {
  font-weight: 500;
  font-size: 0.32rem;
  color: #222222;
  text-align: left;
  margin-bottom: 0.16rem;
}
.content-list-item-right-desc {
  font-weight: 400;
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.42rem;
  margin-bottom: 0.4rem;
}
.life-help {
  font-weight: 400;
  font-size: 0.28rem;
  color: #ff4b91;
  line-height: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 0.4rem;
  margin: 0 auto;
}
.life-help img {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.08rem;
}

