<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*news*/
ul.news
{
	padding: 0 10px;
}
ul.news li
{
	background: url("../images/list_arrow.png") no-repeat scroll 0 center transparent;
	border-bottom: 1px dotted #CCCCCC;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	overflow: hidden;
}
ul.news li span
{
	color: #AAAAAA;
	display: inline;
	float: right;
	margin-right: 15px;
}
ul.news li a
{
}


/*news summary*/
dl.news
{
	/*padding: 0 10px;*/
}
dl.news dt
{
	font-size:14px;
	font-weight: bold;
}
dl.news dt a
{
	color: #333;
}
dl.news dt a:hover{
	color: #FF6600;
}
dl.news dd
{
	border-bottom: 1px dotted #B7B7B7;
    color: #6B6B6B;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
dl.news dd span.date
{
	color: #888888;
	display: block;
	line-height: 22px;
}
dl.news dd a.more {
	color: #FF6600;
	font-weight: bold;
}
dl.news dd a.more:hover {
	color: #FF730E;
}
dl.news dt .date {
	color: #7A7A7A;
	padding: 3px 0;
	display: block;
}

/*news show*/
h1.news_title
{
	border-bottom: 1px solid #CCCCCC;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 0;
	text-align: center;
}
ul.news_info
{
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}
ul.news_info li
{
	display: inline;
	margin-right: 50px;
}
ul.news_info li.end
{
	margin:0;
}
ul.news_info li strong
{
}
.news_text
{
	padding: 10px;
	line-height: 24px;
}
dl.news .news-item .news-pic {
	float: left;
	margin-right: 8px;
	width: 21%;
	overflow: hidden;
}
dl.news .news-item {
	border-bottom: 1px dotted #B7B7B7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
dl.news .news-item dd {
	border-bottom: none;
	color: #6B6B6B;
	line-height: 24px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 540px;
}
dl.news .news-item .news-inner {
  float: right;
  width: 77%;
}
dl.news .news-item .news-inner .date {
	float: right;
	color: #666;
	font-size: 12px;
}

dl.news .news-item .news-inner dt a {
	width: 76%;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

dl.news .news-item .news-pic img {
	width: 100%;
	display: block;
	max-height: 120px;
	object-fit: cover;
}</pre></body></html>