section{
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	padding: 5px;
}
.department_box{
	width: 50%;
	height: 180px;
	box-sizing: border-box;
	padding: 2%;
}
.department_box>div{
	border-radius: 5px;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	color: #6d5223;
}
.department_box>div a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.department_box img{
	height: 60px;
	margin-bottom: 15px;
}
