.business-rank{
	overflow:hidden;
	margin:0 20px;
	padding-top: 20px;
}
.business-rank li{
	overflow:hidden;
	padding-bottom: 16px;
}
.business-rank-num{
    width:16px;
    height: 16px;
    line-height:16px;
    font-size: 12px;
    color: #fff;
    text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	float: left;
	margin-right: 11px;
}
.rank-one{
	background: #d50000;
}
.rank-two{
	background: #ff881f;
}
.rank-three{
	background: #ffcb18;
}
.rank-normal{
	background: #e8e8e8;
}
.business-rank-name{
    width:215px;
    display: block;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	float: left;
	padding-bottom: 2px;
}
.business-rank-img{
	width:6px;
    height: 13px;
    line-height:30px;
	float: right;
    margin-right: 7px;
}

.hover-box{
	overflow:hidden;
	float:left;
	width: 215px;
	display: none;
	height: 72px;
}
.first-block{
	display: block!important;
}
.first-none{
	display: none!important;
}
.hover-box img{
    width: 96px;
    height: 72px;
    float: left;
    margin-right: 10px;
    margin-left: 2px;
}
.hover-right{
	overflow:hidden;
	float: left;
	width: 107px;
	height: 72px;
}
.hover-right p{
    margin-bottom: 6px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.hover-right p.tit{
    
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}