.it ul{
	list-style-position: outside;
	list-style-type: none;
	height:120px;
	overflow:hidden;
	white-space: nowrap;
	padding: 5px 10px 7px;
	text-align: left;
}
.it ul li{
	float:left;
	width: 45%;
}
.it #title{
	font-size: 14px;
	font-weight: bold;
}
.sub ul li{
	width:100%;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	margin-right: 5px;
	margin-top: 8px;
	white-space: nowrap;
	display:block;
}