
/*师资名录*/
.teabox li {float: left;margin-right: 18px;width: 200px;height: 344px;background: #fff;margin-bottom: 31px;border: 1px #dadada solid;padding: 2px;position: relative;}
.teabox li img {height: 235px;width: 100%;overflow: hidden;object-fit: cover;}
.teabox li .teatext {padding: 0 6px;background: rgba(255, 255, 255, 0.94);height: 36px;position: absolute;left: 2px;top: 201px;width: 98.4%;box-sizing: border-box;overflow: hidden;}
.teabox li .teatext strong {font-size: 20px;font-weight: normal;max-width: 60px;overflow: hidden;display: inline-block;float: left;margin-top: 1px;margin-right: 5px;height: 36px;line-height: 36px;}
.teabox li .teatext span {font-size: 12px;font-family: "宋体";display: inline-block;float: left;overflow: hidden;width: 96px;margin-top: 13px;height: 16px;}
.teabox li .teatext i {font-size: 12px;font-family: "宋体";color: #be8604;font-style: normal;width: 25px;float: right;display: inline-block;text-align: right;margin-top: 13px;height: 16px;overflow: hidden;}
.teabox li p {color: #6a6a6a;padding: 18px 13px;font-family: "宋体";line-height: 22px !important;font-size: 13px;height: 58px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.teabox li p em {color: #222;font-style: normal;}
.col-sm-10 .over-cont .teabox p {font-size: 13px;}
.teabox li .teabtn {position: absolute;right: 13px;bottom: 25px;}
.teabox li .teabtn a {width: 69px;height: 21px;display: inline-block;background: #fef0c9;color: #dc9c08;font-size: 13px;font-family: "宋体";text-align: center;line-height: 21px;border-radius: 30px;}
