@charset "utf-8";
body{
    min-width: 1200px;
}
.left_side{
	width:200px;
	min-height:40px;
	float:left;
	margin:56px auto;
	border:1px solid #0ad;
	font-size:16px;}

.left_side h3{
	font-size:20px;
	background:#0ad;
	padding: 10px 10px;
    color: #fff;}
.left_side ul li hr{
	border-style: none;}

.left_side ul li a{
    color:#000;
	margin-left:30px;}
.left_side ul li a:hover{
    color:#0ad;}
.left_side ul li{
	font-size:16px;
	line-height:30px;
	text-indent:15px;
	border-bottom:1px dashed #ddd;}