<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
  text-decoration: none;
  color:inherit;
}
a:hover {
  color:#c8161d;
}
.topBar-channel {
  background:url('../images/market_channel_banner.jpg') no-repeat;
  background-size:100%;
}
.topBar-market {
  background:url('../images/market_layout_banner.jpg') no-repeat;
  background-size:100%;
}
.channel-breadcrumb {
  margin:00px 0;
  padding-left:10px;
  color:#333;
  position: relative;
  font-size: 13px;
  margin-top: 40px;
}
.channel-breadcrumb::before {
  content:"";
  position: absolute;
  top:1px;
  left:0;
  bottom:1px;
  background:#c8161d;
  width:3px;
}
.channel-breadcrumb a {
  color:#333;
  text-decoration: none;
  margin:0 5px;
}
.channel-breadcrumb a:hover {
  color:#c8161d;
}
.channel-top {
  width:calc(50% - 20px);
  margin-right:50px;
}
.channel-top li {
  margin-bottom:50px;
}
.channel-top img {
  width:100%;
  margin-bottom:10px;
}
.channel-main {
  width:calc(50% - 20px);
  color:#666;
}
.channel-main li {
  border-bottom:1px dotted #ccc;
  padding-bottom:5px;
  margin-bottom:30px;
}
.channel-main h3, .channel-top h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  font-size:22px;
  margin-bottom: 10px;
}
.channel-main p, .channel-top p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
  font-size:12px;
  margin-bottom:10px;
  color: #999;
  line-height: 22px;
}
.channel-main p {
  -webkit-line-clamp: 2;
  margin-bottom:10px;
}
.channel-top a {
  font-size:14px;
  font-weight: 700;
}
.market-main li {
  border-bottom:1px dotted #ccc;
  padding-bottom:20px;
}
.market-main li p {
  margin-bottom:10px;
}
.market-main h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  overflow: hidden;
  font-size:24px;
  margin-bottom: 10px;
  margin-top:60px;
}
.market-main p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
  overflow: hidden;
  font-size:12px;
  margin-bottom:10px;
  color: #999;
  line-height: 22px;
}
.market-main p a {
  color:#999;
}
.market-main p a:hover {
  color:#c8161d;
}</pre></body></html>