<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#news-detail-newest {
  margin-top: 8px;
  margin-bottom: 64px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  width: 100%;
}
/*------------------------------*/

#news-detail-newest &gt; .title {
  color: #3d6490;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 9px;
}
/*------------------------------*/

#news-detail-newest &gt; a .title,
#news-detail-newest &gt; a,
#news-detail-newest &gt; a:link,
#news-detail-newest &gt; a:visited {
  text-decoration: none;
  color: #707070;

}

/*------------------------------*/

#news-detail-newest &gt; a &gt; .detail {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  margin-right: -16px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1280px) {
  #news-detail-newest &gt; a &gt; .detail {
    font-size: 16px;
  }
}
#news-detail-newest &gt; a &gt; :hover,
#news-detail-newest &gt; a &gt; :hover path,
#news-detail-newest &gt; a &gt; :hover .title {
  text-decoration: none;
  background-color: #0bb1d3;
  color: #fff !important;
  fill: #fff !important;
}

#news-detail-newest &gt; a &gt; .detail &gt; svg {
  margin-right: 8px;
  flex-shrink:0;

}

#news-detail-newest &gt; a &gt; .detail &gt; .date {
  margin-right: 6px;
  white-space:nowrap;
  width: 80px;
  font-family:  Roboto, Arial, "Droid Sans", sans-serif;
  flex-shrink:0;

}
#news-detail-newest &gt; a &gt; .detail &gt; .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
</pre></body></html>