.romana_section_title {margin-bottom: 16px;text-align: left;border-left: 4px solid #1771F6;padding-left: 4px;}
.articles {
  background-color: #fff;
  box-sizing: border-box;
  margin: 15px auto;
  padding: 24px 24px 0;
  text-align: left;
  width: 100%;
}
.articles-li {
  margin-bottom: 24px;
}
.articles-li-left {
  float: left;
}
.articles-li-right {
  float: left;
  max-width: 750px;
}
.head-img {
  border-radius: 6px;
  height: 156px;
  width: 284px;
  margin-right: 46px;
}
.articles-li-right .text-title {
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #414a60;
}
.summary {
  color: #666;
    font-size: 14px;
    height: 75px;
    line-height: 25px;
    margin-bottom: 15px;
    overflow: hidden;
}

.desc,.time {
  color: #999;
  font-size: 14px;
  line-height: 18px;
}
.desc {
  display: flex;
  align-items: center;
}