<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fast_news {
  width: 300px;
  margin-bottom: 30px;
  position: relative;
}

.fast_news_title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232323;
  padding-left: 6px;
  margin-bottom: 15px;
}
.fast_news_title::before {
  content: '';
  width: 3px;
  height: 16px;
  display: inline-block;
  background-color: #2647b0;
  border-radius: 2px;
  position: relative;
  top: 3px;
  left: -3px;
}

.fast_item_l {
  width: 20px;
  position: relative;
  float: left;
  top: 3.5px;
}

.fast_item_r {
  padding-left: 16px;
}
.fast_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(38, 71, 176, 0.7);
  position: relative;
  top: 3px;
}
.fast_dot_in {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fast_line {
  width: 1px;
  height: 0;
  border: 1px dashed #eaeaea;
  position: absolute;
  left: 5px;
  margin-top: 8px;
}

.fast_item_text {
  color: #333;
  font-size: 14px;
  margin-bottom: 8px;
  cursor: pointer;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fast_item_text:hover {
  color: #2647b0;
}

.fast_item_tips .fast_item_date,
.fast_item_tips a {
  display: inline-block;
  color: #999;
  font-size: 12px;
}

.more_click,
.news_author {
  color: rgba(153, 153, 153, 1);
}

.fast_item_tips a {
  margin-right: 12px;
}

.news_author {
  font-size: 12px;
  display: inline-block;
}

.fast_news_item {
  margin-bottom: 15px;
}

/* .fast_news_item:nth-last-child(2) {
  margin-bottom: 25px;
} */

.more_click {
  height: 22px;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  padding-right: 11px;
}
.more_click::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url('../images/home-fastnew-right.png') no-repeat;
  background-size: 6px 11px;
  position: absolute;
  right: 0px;
  top: 44%;
  transform: translateY(-50%);
}

.more_click:hover::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url('../images/home-fastnew-right2.png') no-repeat;
  background-size: 6px 11px;
  position: absolute;
  right: 0px;
  top: 44%;
  transform: translateY(-50%);
}
.more_click:hover span {
  color: #2647b0;
}

.fast_item_tips {
  line-height: 16px;
  font-size: 12px;
  text-indent: 2px;
}

.news_author_img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
</pre></body></html>