﻿.square_block { 
	width:70px;
	height:70px;
	border:1px solid #e5e5e5;
	float:left;
	margin: 0 2px 2px 0;
	cursor:pointer;
	/*position:relative;*/
	/*z-index:999;*/
}
.square_block img {
	border:none;
}
.square_block .small_img { 
	padding-left:23px;
}
.square_block .text { 
	font-size:10px;
	color:#fff;
	font-weight:bold;
	padding-left:2px;
	height:28px;
}
.square_block .icon { 
	width:33px;
	height:33px;
	/*position:absolute;
	right:2px;
	bottom:2px;*/
}
.content_inner .square_block {  
	/*border:1px solid #323540;*/
	border:none;
}
#leftbar .square_block_wrap { 
	margin-left:16px;
}
.skyBlue_bg { 
	background:#67a9b9;
}