.left_side{
  
}
.left_side_content{
	 border-right: 1px solid #dadce0;
	/*border-radius: 5px;*/

	margin: 0px;
	margin-top: 42px;
	z-index: 1;

}
.left_side_content ul{
	width: 80%;
	background: ;
	margin: auto;
	margin-top: 20px;
}
.left_side_content ul li{
	list-style: none;
	text-align: none;
}
.left_side_content ul li a button{
	border: none;
	width: 160px;
	height: 32px;
    border-bottom: 1px solid rgb(164, 164, 164);
    border-radius: 0px;
    text-align:left ;
    color: #666;
    font-weight: 500;
    margin: 2px;
    background: #F2F2F2;
}
.agent_list{
	margin: auto;
	width: 80%;
	height: 200px;
	
	margin-top: 20px;
	overflow: scroll;
	overflow-x: hidden;

}
.agent_list h4{
	text-align: ;
	color: #3ebc9e;
	padding-bottom: 10px;

}
.agent_list p{
	line-height: 10px;
	color: #666;
}
.nav_left_side{
	
}
.left_side_action{
	float: right;
}
.left_side_action img{
	

}