.l-content-right .rightArea {
  margin-top: .35rem;
}

.l-content-right .rightArea .news-list {
  /* width: 100%; */
  width: 13rem;
}


.l-content-right .rightArea .news-list .news_ul .news_ul_li {
  width: 100%;
  height: 1.216rem;
  display: flex;
  align-items: center;
}


.l-content-right .rightArea .news-list .news_ul .news_ul_li:first-child {
  border: 1px solid #BAC0D0;
}

.l-content-right .rightArea .news-list .news_ul .news_ul_li:not(:first-child) {
  border: 1px solid #BAC0D0;
  border-top: 0px;
}

.l-content-right .rightArea .news-list .news_ul .news_ul_li .left-bg {
  width: .54rem;
  height: .54rem;
  background-image: url(/_upload/tpl/12/70/4720/template4720/resources/images/file_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: .49rem;
}

.l-content-right .rightArea .news-list .news_ul .news_ul_li .title {
  font-weight: 400;
  font-size: .27rem;
  color: #323232;
  width: 9rem;
  padding: 0 .23rem;

  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  display: block;
}



.l-content-right .rightArea .news-list .news_ul .news_ul_li .time {
  font-weight: 400;
  font-size: .28rem;
  color: #656464;
  margin-left: auto;
  margin-right: .5rem;

  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  display: block;
}


@media (max-width: 768px) {

  .l-content-right .rightArea .news-list .news_ul .news_ul_li {
    width: 100%;
    height: 2.716rem;
    display: flex;
    align-items: center;
  }

  .l-content-right .rightArea .news-list .news_ul .news_ul_li .title {
    white-space: normal;
    font-weight: 500;
    font-size: .50rem;
    color: #323232;
    width: 9rem;
    padding: 0 .23rem;
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 2;
    /* 限制最多 2 行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    word-break: break-word;
    /* 允许单词换行（防止长单词溢出） */
    display: block;
  }

  .l-content-right .rightArea .news-list .news_ul .news_ul_li .left-bg {
    width: 0.64rem;
    height: 0.64rem;
    background-image: url(/_upload/tpl/12/70/4720/template4720/resources/images/file_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: .49rem;
  }

  .l-content-right .rightArea .news-list .news_ul .news_ul_li .time {
    font-weight: 400;
    font-size: .40rem;
    color: #656464;
    margin-left: auto;
    margin-right: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

}