<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(common.css);
.articleList {
	/*padding: 10px 30px;*/
}
.articleList li img {
	width: 380px;
	height: 220px;
	float: left;
	margin-right: 20px;
}
.articleList li {
	height: 220px;
	padding: 20px 0;
	border-bottom: dashed 1px #CCC;
	font-size: 12px;
}
.articleList .title {
	display: block;
	margin: 10px 0;
	font-size: 18px;
	color: #ff691c;
}
.articleList .title:hover {
	color: #ff8343;
}
.articleList .attr {
	margin: 10px 0;
}
.articleList .attr span,
.articleList .attr {
	color: #656565;
	font-size: 12px;
}
.articleList .attr span {
	background: url(../images/signArticle.gif) center 0 no-repeat;
	padding-left: 18px;
	margin-right: 10px;
}
.articleList .attr span.author {background-position: 0 2px;}
.articleList .attr span.date   {background-position: 0 -28px;}
.articleList .attr span.click  {background-position: 0 -57px;}
.articleList p {
	font-size: 12px;
	line-height: 200%;
	color: #656565;
	line-height: 180% !important;
    font-size: 16px !important;
}</pre></body></html>