#manager_system_main{
	width: calc(100% - 180px);
	float: left;
}
.manager_system_content{
	width: 100%;
	padding-top: 30px;
	background-color: #fff;
}
#manager_system_fact{
	padding: 0 30px;
}
/*location*/
/*.manager_system_location{
	width: 100%;
	height: 20px;
	padding: 10px 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;
}*/
.page_wrap{
	display:flex;
	justify-content:center;
	padding: 30px 0;
}
.page_wrap div{
	overflow:hidden;
	height:40px;
}
.page_wrap .current,.page_wrap a{
	display:block;
	padding: 10px 15px;
	height: 20px;
	line-height: 20px;
	float:left;
	color: #333;
	cursor: pointer;
	background-color: #ddd;
}
.page_wrap a:hover{
	color: #0664b4;
}
.page_wrap .current{
	color:#337ab7;
}
.page_wrap .prev{
	margin-right:0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.page_wrap .next{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}