p{
	padding:3px 0 10px 0;
}
.knowInfo{
	background-color:#EEEEEE;
	border-bottom:1px solid #CCCCCC;
	padding:10px 10px 5px;
}
.knowlist{
	list-style:none;
	margin:0;
	padding:0;
}
.knowlist li{
	padding:10px 0; margin:0;
	border-bottom:solid 1px #CCCCCC;
	display:block;
	float:left;
	overflow:hidden;
	width:100%;
}
.knowlist li .tags{
	color:#999;
	clear:both;
	text-align:right;
}
.knowlist .thumb{
	width:135px;
	height:80px;
	float:left;
	margin:5px;
	display:block;
}
.knowlist .thumb img{
	border:solid 1px #CCCCCC;
	padding:2px;
}
.knowlist .thumb:hover img{
	border-color:#999999;
}
.knowlist .info{
	width:540px;
	float:left;
	color:#666666;
}
