.report-box .item {
  padding: 32px;
  background: linear-gradient(45deg, #f7fafe 0%, #ecf4fc 100%);
  margin-bottom: 30px;
}
.report-box .item .title {
  height: 56px;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.report-box .item .tools {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #ccc;
}
.report-box .item .tools .date-i {
  color: #333;
}
