/*菜单*/	
.padding-bottom-45 {
padding-bottom: 45px;
}
.menu-list {
position: relative;
float: left;
margin-left: 20px;
margin-bottom: 65px;
padding: 10px;
padding-left:30px;
width: 285px;
box-shadow: 0 0 6px rgba(207,216,221,.3), 0 4px 6px rgba(207,216,221,.3);
}
.menu-list:hover {
box-shadow: 0 0 10px rgba(207,216,221,.63), 0 4px 30px rgba(207,216,221,.63);

}
.menu-list:first-child {
	margin-left: 0;
}
.menu-list-icon {
	display: block;
	position: absolute;
	left: 0;
	top: 16px;
	width: 30px;
	height: 30px;
	
}

.menu-list-item.menu-list-title {
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:400;
}
.menu-list-item.menu-list-title:hover{
	color: #333333;
}
.menu-list-item {
	display: block;
	height: 40px;
	width: 192px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-list-item:hover {
	color: #00aaff;
}
.menu-list-item.text-grey {
	color: #999;
	cursor: default;
}
.item-tip {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-left: 10px;
	width: 32px;
	height: 16px;
	background:no-repeat center;
}
