@charset "utf-8";
.school-banner{
	display: block;
	width: 100%;
	border-radius: 10px;
	margin-top: 20px;
}
.school-list{
	margin-top: 20px;
	background: #fff;
	padding: 10px;
}
.school-card{
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	cursor: pointer;
	background-position: top center;
}
.school-card:hover{
	box-shadow: 0 1px 20px rgba(8, 144, 42, 0.3);
}
.school-card a{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.school-card img{
	display: block;
	max-width: 90%;
	max-height: 80px;
}