.content-list {
  width: 858px;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
}

.action {
  padding: 44px 0;
  overflow: hidden;
  max-height: 1100px;
}
.action .list-item {
  float: left;
  width: 50%;
  margin-bottom: 74px;
  text-align: center;
}
.action .list-item .list-text {
  font-size: 22px;
  padding-bottom: 14px;
  color: #333333;
  font-family: "FZXKJW";
}
.action .list-item img {
  width: 242px;
  height: 242px;
}
.action .item-bottom {
  margin-bottom: 0;
}
