body {
  background: #f6f6f6;}
.list-content-article {
  width: 886px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 36px 37px 80px 39px;}
.article-title {
  font-family: Source Han Sans CN;
  font-size: 26px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  width: 810px;
  position: relative;
  padding-bottom: 22px;
/*  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap; */
}
.article-title::after {
  content: "";
  display: inline-block;
  width: 456px;
  height: 2px;
  background: #f7b766;
  position: absolute;
  bottom: 0;
  left: 0;}
.article-desc {
  display: flex;
  font-family: PingFang SC;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  margin: 19px 0 32px 0;
  color: rgba(0, 0, 0, 0.65);}

.article-time {
  margin-right: 10px;}
.article-from {
  margin-right: 15px;}
.article-text {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.85);}