<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============图片+介绍列表============== */


ul.newspicmemo{
margin:0;
padding:0
}

ul.newspicmemo li{
	clear:all;
	list-style-type: none;
	padding:3px;
	margin-bottom:3px;
	border:0px #ddd solid;
	overflow: hidden;
}

ul.newspicmemo div.picFit{
float:left;
text-align:center;
margin-right:13px;
overflow: hidden;
}

ul.newspicmemo div.pic img{
}

ul.newspicmemo div.tm{
	margin-right:6px;
	margin-left: 15px;
}


ul.newspicmemo a.title:link,ul.newspicmemo a.title:visited,ul.newspicmemo a.title:active{
	color:#000000;
	text-decoration: none;
	font-family: simsun;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

ul.newspicmemo a.title:hover{
	color:#ff0000;
	text-decoration: underline;
	font-family: simsun;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}


ul.newspicmemo div.memo{
	margin-top:3px;
	color:#666666;
	font-family: simsun;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
</pre></body></html>