<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(./image.css);
@import url(./video.css);

/* 鏂伴椈璇︽儏 */
.list-data {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.list-submenu {
  flex: 1;
  padding-left: 40px;
}

.news-part {
  margin-top: 24px;
}

.news-part .title-part {
  text-align: center;
  padding: 0px 0px 16px;
  border-bottom: 1px solid #d8d8d8;
}

.news-part .title-part .titles {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 20px;
  border: 0px;
  line-height: 26px;
}

.news-part .title-part .info span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0px 20px;
  display: inline-block;
}

.list-data .title .bread {
  float: right;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: rgba(0, 0, 0, 0.45);
  line-height: 56px;
}</pre></body></html>