#left_sidebar .mid_tit { margin-bottom:5px !important; }

.content_start .site_map ul { float:left; width:33%; min-height:200px; margin-top:20px; margin-left:0.5%; }
.content_start .site_map ul.no_margin { margin-left:0; }
.content_start .site_map ul li:first-child {
	height:60px; line-height:60px; font-size:14px; text-align:center; background:#A0A0A0; color:#fff;
	border-top-left-radius:5px; border-top-right-radius:5px; letter-spacing:0;
}
.content_start .site_map ul li {
	font-size:12px; position:relative; height:33px; line-height:33px; box-sizing:border-box;
}
.content_start .site_map ul li strong { font-weight:bold; font-size:15px; }
.content_start .site_map ul li a {
	text-decoration:none; color:#333333; position:absolute; width:100%; text-align:left; padding:0 10px;
	box-sizing:border-box;
}
.content_start .site_map ul li a:hover { background:#eeeeee; transition:all 0.2s; }
  
.wrap #main_content .content_inside .left_sidebar { height:551px; }