.teacher-right {
    width: 846px;
    min-height: 369px;
}
.teacher-bg {
	width: 846px;
    min-height: 100px;
    background: #f1f4f8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 33px 40px;
    box-shadow: 0px 10px 10px #e8edf3;
}
.teacher-top>h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    color: #214c93;
	padding-bottom:19px;
	border-bottom: 1px solid #dcb65b;
	margin-bottom:20px;
}
.teacher-top>font {
    display: none;
    width: 142px;
    height: 1px;
    background: #dcb65b;
    margin-top: 19px;
    margin-bottom: 30px;
}
.teacher-info {
	width: 760px;
	height: 203px;
	background: #fff;
}
.teacher-pic {
	width: 150px;
	height: 203px;
	overflow: hidden;
}
.teacher-pic>img {
	display: block;
	width: 100%;
}
.teacher-text {
	width: 610px;
	height: 203px;
	box-sizing: border-box;
	padding: 18px;
	
}
.teacher-text div{
	height: 100%;
	overflow-y: auto; 
	padding-right: 20px;
}
.teacher-text div>h3 {
	display: block;
	font-size: 18px;
	color: #bda469;
	font-family: ;
}
.teacher-text div>p>span {
	font-size: 16px;
	color: #333333;
	font-family: ;
	display: inline;
}
.yellow {
	color: #bda469 !important;
}
.teacher-text>p {
	margin-top: 9px;
}
.teacher-bg+.teacher-bg {
	margin-top: 6px;
}
.teacher-top>p {
	font-size: 16px;
	font-family: ;
	color: #333333;
	line-height: 30px;
	margin-bottom: 5px;
}


.teacher-info ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.teacher-info ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}


