.banxin {
  width: 1100px;
  margin: 0 auto;
}

.riji_listItem {
  width: 340px;
  height: 291px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(45, 0, 0, 0.10);
  overflow: hidden;
  margin-right: 20px;
}

.riji_item_img img {
  width: 340px;
  height: 191px;
}

.riji_item_title {
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  /* line-height: 30px; */
  margin-top: 10px;
  padding-left: 14px;
  width: 315px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.riji_item_bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding-left: 14px;
  padding-right: 19px;
}

.riji_item_left img {
  width: 18px;
  height: 18px;
  /* vertical-align: top; */
  vertical-align: middle;
  border-radius: 50%;
}

.riji_listBox {
  margin-top: 33px;
  margin-bottom: 60px;
}

.riji_listBox {
  display: flex;
  flex-wrap: wrap;
}

.riji_item_left span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #999999;
}

.riji_item_right span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
}

.riji_item_right img {
  vertical-align: middle;
}

.riji_listItem:nth-child(n+4) {
  margin-top: 20px;
}