.teachnav {
	height: 40px;
}


.teachlist {
	margin-bottom: 30px;
	margin-top: 20px;
}

.teachlist ul {
	/* float: left; */
}

.teachlist ul li {
	display: block;
	/* float: left; */
	padding: 20px 0;
	overflow: hidden;
	transition: all 0.5s;
	box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
	width: 90%;
	margin: 20px auto;
}

.sub-banner {
	width: 100%;
	height: 188px;
	margin-top: 76px;
}

.sub-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.teachlist ul li a img {
	float: left;
	width: 150px;
	height: 100px;
}

.teachlist ul li a .right {
	margin: 0 25px;
	box-sizing: border-box;
}

.teachlist ul li a .right h3,
.teachlist ul li a .right p {
	margin-top: 5px;
	color: #59504c;
	font-size: 20px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.teachlist ul li a .right .content {
	margin-top: 15px;
	color: #88888e;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.teachlist ul li a .right .time {
	margin-top: 15px;
	font-size: 16px;
	color: #88888E;
}