.content-szdw {
  width: 1364px !important;
    margin: 0 auto 20px !important;
    background: #fff;
}
.card {
width: 100%;
    height: 59px;
    border-bottom: 1px solid #b5b5b5;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.card span {
    border-bottom: 1px solid #f26f1f;
    line-height: 59px;
    float: left;
    color: #a73827;
    font-size: 20px;
    padding-left: 50px;
}
.teachers_lanmu {
  padding: 10px 0 10px 25px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 25px;
    font-size: 16px;
    font-family: 微软雅黑;
    background: url(../img/szdw-column.png) 10px no-repeat;
    color: #a73728;
}
.teachers_name {
     overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;

}
.teachers_lb {
     font-size: 16px;
    cursor: pointer;
    width: calc(100% / 7);
    height: 54px;
    text-align: left;
    padding: 10px 0 10px 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	 box-sizing: border-box;
}