#index_advanced .business_info{
	width:500px;
	font-size:13px;
	color:#333333;
	float:right;
}
#index_advanced .logo{
	width: 470px;
	margin: 0;
	padding:0;
	float:left;
	text-align:center;
}
#index_advanced li{
	list-style:none;
}
#index_advanced .counter{
	float:right;
	color:#F93;
	font-weight:bold;
	font-size:16px;
	text-align:right;
}
#index_advanced .counter:before{
	content:'頁面點擊次數  ';
	color:#666;
	font-weight:normal;
}
#index_advanced .counter:after{
	content:'  人次';
	color:#666;
	font-weight:normal;
}
#index_advanced .cursor{
	cursor:pointer;
}
#index_advanced .info_item{
	padding:3px 10px 3px 13px;
	font-size:13px;
	font-weight:bold;
	margin-right:10px;
}
