.content-list {
  width: 858px;
  min-height: 719px;
  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: 30px 22px 0;
  overflow: hidden;
  min-height: 620px;
}
.action .list-item {
  float: left;
  margin-bottom: 27px;
  max-width: 50%;
  width: 48%;
  text-align: center;
  margin-right: 11px;
}
.action .list-item:nth-child(2n){
  /*float: right;*/
}
.action .list-item .list-text {
  font-size: 16px;
  height: 72px;
  /*padding-bottom: 14px;*/
  color: #333333;
  font-family: "SourceHanSansCN";
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.action .list-item img {
  /*width: 190px;*/
  height: 115px;
}
.action .item-box {
  margin-right: 0;
}
