.life-content {
  padding-bottom: 74px;
}

.life-content-center {
  width: 1100px;
  background-color: #fff;
  margin: 0 auto;
  height: 100%;
  padding-top: 64px;
}

.life-content-line {
  width: 100px;
  height: 6px;
  background-color: #8ddc45;
}

.life-content-center-title  {
  color: #ee7f31;
  margin: 22px 0  56px 0;
  font-size: 24px;
  font-weight: 500;
}

.life-card-wrap {
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.life-card {
  width: 532px;
  height:100%;
  box-shadow: 4px 4px 8px #bbb;
  background-color: #efefef;
  position: relative;
}

.life-card-photo {
  height: 304px;
  overflow: hidden;
}

.life-card-photo img {
  width: 504px;
  height: 282px;
  margin: 20px auto 0;
  display: block;
}

.life-card-title {
  color: #ee7f31;
  padding: 16px 14px;
  font-size: 28px;
  margin: 0;
  line-height: 1
}

.life-card-line {
  width: 100px;
  height: 8px;
  background-color: #8ddc45;
  margin-left: 14px;
}

.life-card-content {
  padding: 0 14px;
  line-height: 1.3;;
  margin: 16px 0 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  height: 84px;
}

.life-card-footer {
  height: 38px;
  padding-left: 14px;
}

.life-card-footer img {
  width: 38px;
  height: 38px;
}

.life-card-footer span {
  color: #ee7f31;
  margin-left: 4px;
  cursor: pointer;
  font-size: 19px;
  vertical-align: middle;
}

.life-card-footer p {
  color: #666;
  font-size: 15px;
  margin-top: 20px;
}

.life-card-triangle {
  width: 30px;
  height: 28px;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.life-card-triangle img {
  width: 100%;
  height:100%;
  border-radius: 0 !important;
}
