.content-box {
	background: rgba(255, 255, 255, 0.7);
}
.content-box ul {
	margin-left: .5em;
}
.content-box li,
.content-box .pages {
	margin-bottom: 1em;
}

.content-box .pages {
	padding-left: 1em;
}

.content-box h3 {
	margin-top: 50px;
	padding: .5em 1em;
	 background: linear-gradient(90deg, rgb(231, 240, 255) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 3px;
	color: rgb(152, 152, 152);
}


.list-Corporation,
.list-Recruit {
	float: left;
	width: 50%;
}

@media(max-width: 1273px) {

	.content-box ul {
		padding-left: 2em;
	}
	.list-Corporation,
	.list-Recruit {
		float: none;
		width: auto;
	}
}