<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrollable_sub{
width:178px;
height:110px;
text-align:center;
float:left;
}
#scrollContainer{
padding-left:30px;
	overflow:hidden; /* 注意，核心就在于这里，它把溢出的内容隐藏起来  */
	text-align: left;
}
#scrollContent li{
list-style:none;
}
#scrollContent a{
font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration:none;
}
#scrollContent a:hover{
	color: #FFCC00;
	text-decoration: underline;
	background: none;
}</pre></body></html>