/* list.css Date:2019-12-05 14:22:43 */

.lg-list:after,
.lg-list:before {
  content: "";
  display: block;
  clear: both;
}

.lg-list {
  border: solid 1px #e8e8e8;
  background-color: #fff;
}

.lg-list-hd {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #434343;
  border-bottom: solid 1px #e8e8e8;
}

.lg-list-bd {
  padding: 0 24px;
}

.lg-list-item {
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  line-height: 1.6;
  border-bottom: solid 1px #e8e8e8;
}

.lg-list-item:last-child {
  border-bottom: none;
}

.lg-list-title {
  margin-bottom: 4px;
  font-size: 16px;
  color: #434343;
}

.lg-list-icon-title {
  font-size: 14px;
}

.lg-list-title-links,
.lg-list-title-links:link,
.lg-list-title-links:visited {
  color: #434343;
}

.lg-list-description {
  margin-right: 16px;
  margin-bottom: 2px;
  color: #7c7c7c;
  /*! autoprefixer: off */
  -o-text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}

.lg-list-item-extra {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lg-list-item-extra .lg-list-title {
  margin-bottom: 13px;
}

.lg-list-item-extra .lg-list-description {
  margin-bottom: 16px;
}

.lg-list-extra {
  font-size: 0;
}

.lg-list-note {
  color: #aaa;
}

.lg-list-bd .lg-list-avatar {
  margin-right: 16px;
  border: 0;
  box-shadow: none;
}