.innovation-features {
  text-align: center;
}
.innovation-features > li:nth-of-type(n+2) {
  padding-top: 10vw;
}
.innovation-features .icon {
  font-family: "iconfont";
  font-size: 12vw;
  text-align: center;
}
.innovation-features .title {
  margin: 2vw 0 4vw;
  font-size: 6vw;
}
.innovation-features .desc {
  font-size: 4vw;
  line-height: 1.3;
  color: rgba(0, 23, 41, 0.5);
}
.articles-list > li:nth-of-type(n+2) {
  margin-top: 10vw;
}
.articles-list .title {
  margin: 2vw 0 4vw;
  font-size: 6vw;
  color: #001729;
}
.articles-list .desc {
  font-size: 4vw;
  line-height: 1.3;
  color: rgba(0, 23, 41, 0.5);
}
.articles-list figure {
  margin-top: 4vw;
  height: 60vw;
  border-radius: 6vw;
  overflow: hidden;
}
.articles-list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innovation-recommend {
  position: relative;
  padding: 50px 20px;
  color: #fff;
  z-index: 1;
}
.innovation-recommend > figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.innovation-recommend > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innovation-recommend .title {
  font-size: 6vw;
}
.innovation-recommend .desc {
  padding-top: 5vw;
  font-size: 4vw;
  line-height: 1.3;
  font-weight: 300;
}
.innovation-recommend .desc > p {
  margin-top: 5vw;
}
