.manager_system_content{
	float: left;
	width: calc(100% - 120px - 10px);
	padding: 10px 0 0 10px;
}
/*location*/
.manager_system_location{
	width: 100%;
	height: 20px;
	padding: 5px 0;
}
.manager_system_location a{
	display: block;
	float: left;
	height: 100%;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	cursor: pointer;
}
.manager_system_location .active{
	padding-left: 20px;
	position: relative;
}
.manager_system_location .active:before{
	display: block;
	content: ">";
	position: absolute;
	left: 10px;
	font-size: 12px;
}