<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  background: url("/images/news_banner.jpg") center no-repeat;
  height: 560px;
}
.news_list li {
  background: #fff;
  transition: 0.5s;
}
.news_list li:hover {
  background: #f2f2f2;
}
.news_list li:hover .news_info span {
  color: #558bba;
}
.news_list li .clearfix {
  border-bottom: 1px solid #e6e2e2;
  padding: 50px 0 35px;
}
.news_list li .news_list_left {
  width: 280px;
  height: 195px;
}
.news_list li .news_list_left img {
  width: 100%;
  height: 100%;
}
.news_list li .news_list_word {
  width: 865px;
  height: 190px;
  margin-left: 30px;
  position: relative;
}
.news_list li .news_list_word h3 {
  color: #333;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list li .news_list_word p {
  color: #333;
  font-size: 12px;
  line-height: 24px;
  margin-top: 25px;
  text-indent: 2em;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list li .news_list_word .news_time {
  color: #666;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_list li .news_list_word .news_info {
  color: #666;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-indent: 0;
}
.news_list li .news_list_word .news_info span {
  font-size: 14px;
  margin-right: 5px;
  transition: 0.5s;
}
.newdet-title h3 {
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 10px 0;
  text-align: center;
}
.newdet-title .summary {
  padding: 32px 0;
  background-color: #e5e5e5;
  margin-top: 35px;
  line-height: 2;
  color: #666;
  text-indent: 20px;
}
.newdet-title .summary b {
  color: #fff;
  padding: 3px 5px;
  background-color: #ff4e00;
  margin-right: 5px;
}
</pre></body></html>