﻿.teacher-list-sz {
	background: #E0ECFE;
	border-radius: 30px;
	overflow: hidden;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #D39635;
	line-height: 35px;
	text-align: center;
	padding: 6px;
	margin-top: 20px;
}

.teacher-list-sz span {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.teacher-list-sz span:hover {
	background: #FFFFFF;
	border: 1px solid #9EBAE3;
	border-radius: 50%;
	color: #4F81CD;
	cursor: pointer;
}
.sz-on{
	background: #FFFFFF;
	border: 1px solid #9EBAE3;
	border-radius: 50%;
	color: #4F81CD;
}
.teacher-list-smbox a {
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 35px;
	margin-left: 10px;
	margin-right: 10px;
}
.teacher-list-name-sz{
	width:30px;
}
.teacher-list-smbox a,
.teacher-list-name-sz,
.teacher-list-name{
	float: left;
}
.teacher-list-name{
	width:90%;
}
.teacher-list-smbox .teacher-list-name-sz{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #4072BE;
	line-height: 35px;

}

.teacher-list-smbox {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(231, 231, 231, 0.72);
	padding-left: 20px;
	padding-right: 10px;
}

.teacher-list-container {
	border: 1px solid #E7E7E7;
	margin-top: 24px;
}

.list-on {
	background: rgba(224, 236, 254, 0.61);
}
.teacher-list-name a:hover{
	color: #D39635;
}
@media (max-width:1199px) {
	.teacher-list-sz{
		border-radius: 30px 0px 30px 0px;
	}
	
}