.sub-banner {
	width: 100%;
	height: 188px;
	margin-top: 76px;
}

.sub-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.schoolfellow {
	width: 90%;
	margin: 20px auto;
}

.schoolfellow h1 {
	font-size: 20px;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}

.schoolfellow .time {
	font-size: 14px;
	text-align: center;
	color: #88888E;
	margin: 10px 0;
}

.schoolfellow .content {
	font-size: 16px;
	line-height: 22px;
}
.schoolfellow .content img{
	max-width: 100%;
	height: auto;
}

