.details .first .box {
  border-radius: 3px;
  max-height: 156px !important;
  overflow: hidden;
}
.details .first .box img {
  width: 100%;
  height: auto;
}
.details .rig .title {
  font-weight: bold;
  color: #000 !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .rig .title:hover {
  text-decoration: underline;
}
.details .rig .date {
  padding: 10px 0;
  border-bottom: 1px dashed #e5dfdf;
}
.details .rig .description {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.details .list .item {
  border-bottom: 1px dashed #e5dfdf;
}
.details .list .item:last-child {
  border-bottom: 0;
}
.details .list .item .title {
  color: #000 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .list .item .title:hover {
  text-decoration: underline;
}

