body{
	background: rgb(244,244,244);
}
.outer{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 20px 0;
}
.inner{
	width: 1180px;
	height: auto;
	min-height: 500px;
	position: relative;
	background: white;
	margin: 0 auto;
}
.inner-title{
	width: 1140px;
	height: 50px;
	position: relative;
	font-size: 20px;
	color: black;
	line-height: 50px;
	border-bottom: 1px solid rgb(233,233,233);
	position: relative;
	margin-left: 20px;
	font-weight: bold;
}
.inner-box{
	width: 1140px;
	height: auto;
	min-height: 100px;
	position: relative;
	position: relative;
	margin-left: 20px;
	padding-bottom: 20px;
}
.inner-box-a{
	width: 120px;
	height: 25px;
	display: block;
	position: relative;
	background: rgb(244,244,244);
	font-size: 14px;
	color: black;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.inner-box-a:hover{
	background: #164d8a;
	color: white;
}
.inner-content-box{
	width: 354px;
	height: auto;
	position: relative;
	min-height: 200px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	background: rgb(244,244,244);
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.inner-content-a{
	font-size: 14px;
	color: rgb(44,44,44);
	text-decoration: none;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.inner-content-a:hover{
	color: #164d8a;
	text-decoration: underline;
}