.gpl-schoolPeop .teach-class{
	margin-bottom: 26px;
}
.gpl-schoolPeop .teach-class span{
	font-size: 26px;
	color: #BA1918;
	border-bottom: 1px solid #C41B18;
	padding-bottom: 4px;
}
.gpl-schoolPeopUl {
	font-size: 0;
}
.gpl-schoolPeopUl li{
	width: 160px;
	text-align: center;
	display: inline-block;
	margin-right: 72px;
	margin-bottom: 50px;
	
}
.gpl-schoolPeopUl li:nth-child(4n){
	margin-right: 0;
}
.gpl-schoolPeopUl li .avatr{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin-bottom: 16px;
}
.gpl-schoolPeopUl li .name{
	font-size: 18px;
	color: #2F201B;
	line-height: 28px;
	margin: 6px 0;
}
.gpl-schoolPeopUl li .brief{
	color: #6C6A6A;
	font-size:  12px;
	line-height: 18px;
	height: 54px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 14px;
}
.gpl-schoolPeopUl li a{
	width: 56px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E2E2E2;
	font-size: 12px;
	color: #919191;
	margin: 0 auto;
}
.gpl-schoolPeopUl li a img{
	display: block;
	margin-left: 8px;
	margin-top: 3px;
}
.gpl-teachers{
	position: relative;
}
.gpl-teachers .teacherslist dl{
	width: 170px;
	display: inline-block;
	margin-bottom: 40px;
	margin-right: 55px;
}
.gpl-teachers .teacherslist dl:nth-child(4n){
	margin-right: 0;
}
.gpl-teachers .teacherslist dt{
	width: 170px;
	height: 170px;
}
.gpl-teachers .teacherslist dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.gpl-teachers .teacherslist dd.info{
	background-color: #F4F4F4;
	padding: 12px 18px 16px;
	text-align: center;
	margin-bottom: 12px;
}
.gpl-teachers .teacherslist dl .name{
	font-size: 18px;
	color: #2F201B;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gpl-teachers .teacherslist dl .brief{
	color: #6C6A6A;
	font-size: 12px;
	line-height: 16px;
}
.gpl-teachers .teacherslist dl .con{
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	overflow: hidden;
	word-break: break-all;
	height: 48px;
}
.gpl-teachers .teacherslist dd.more a{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #919191;
	background-color: #E2E2E2;
	padding: 1px 6px;
}
.gpl-teachers .teacherslist dd.more a img{
	display: block;
	margin-top: 1px;
	margin-left: 5px;
}
.gpl-teachers .pup{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	padding: 86px 70px;
}
.gpl-teachers .pup .content{
	background-color: #fff;
	padding: 45px 55px 45px 240px;
	position: relative;
	
}
.gpl-teachers .pup .content .avatr{
	width: 148px;
	height: 185px;
	object-fit: cover;
	position: absolute;
	left: 45px;
	top: 45px;
}
.gpl-teachers .pup .content .name{
	color: #2F201B;
	font-size: 24px;
	margin-bottom: 10px;
}
.gpl-teachers .pup .content .brief{
	color: #6C6A6A;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.gpl-teachers .pup .content .msg{
	color: #6C6A6A;
	font-size: 14px;
	line-height: 24px;
}
.gpl-teachers .pup .close{
	cursor: pointer;
	position: absolute;
	right: 18px;
	top: 15px;
}