.cat-web-small-bound {
	width:475px;
	float:left;
	margin:10px 10px 0 0 ;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.047);
	background:#FFF;
	border-radius:3px;
	overflow:hidden;
}
.cat-web-small-bound > .title {
	border-bottom: 1px solid #d4d4d4;
	height:46px;
}
.cat-web-small-bound > .title > .icon-title {
	float:left;
	margin-left:12px;
	display: inline-block;
	margin-top: 10px;
	height: 24px;
	width: 24px;
}
.cat-web-small-bound > .title > .icon-title img {
	width:100%;
	height:100%;
}
.cat-web-small-bound > .title > .text-title {
	float: left;
	margin-left: 12px;
	height: 46px;
	line-height: 46px;
}
.cat-web-small-bound > .title > .text-title a {
	font-weight: 700;
	font-size: 12pt;
	text-decoration: none;
	color: #000;
}
.cat-web-small-bound > .title > .text-title a:hover {
	color: #31a95b;
}
.cat-web-small-bound .view-more {
	text-decoration: none;
	margin-right: 12px;
	color: #31a95b;
	float: right;
	height: 48px;
	line-height: 48px;
	font-size: 10pt;
	background:url(../images/view-more-icon.jpg) right 13px no-repeat;
	padding-right:22px;
}
.cat-web-small-list {
	margin:12px;
	overflow:hidden;
}
.cat-web-small-item {
	float: left;
	width: 33.33%;
	height: 22px;
	margin: 5px 0;
	display: inline-block;
}
.cat-web-small-item a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	float: left;
	font-size: 10pt;
}
.cat-web-small-icon {
	display:inline-block;
	float:left;
}
.cat-web-small-name {
	font-size: 10pt;
	margin-left: 5px;
	display: inline-block;
	float: left;
	color: #000;
}
.cat-web-small-item a:hover .cat-web-small-name {
	color: #31a95b;
}





