@import url(./common.css);
.list-content {
  padding: 20px;
}

.item-content {
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}

.item-title {
  font-weight: 500;
  font-size: 19px;
  color: #333333;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.item-title:hover {
  color: #96B32B;
}

.item-sub-title {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #818181;
  margin-bottom: 10px;
}

.item-footer {
  font-weight: 500;
  font-size: 12px;
  color: #818181;
  text-align: right;
}
