<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.x_list{
	width:100%;
	float:left;
	padding:10px 0;
}
.x_list_title{
	float:left;
	width:100%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
}
.x_list ul{
	float:left;
	width:100%;
	font-size:14px;
	line-height:25px;
}
.x_list ul.f12{
	font-size:12px;
	line-height:22px;
}
.x_list ul li{
	float:left;
	width:50%;
	text-indent:10px;
	overflow:hidden;
}
.x_list ul li span{
	color:#999999;
}</pre></body></html>