.teabox{display: flex;align-items: flex-start;justify-content: space-between;}
.teabox .tealeft{
    width: 840px;    
  padding-bottom: 35px;
}
/* 搜索 */
.teabox .tealeft .searchbox{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.teabox .tealeft .searchbox .searTitle{
    width: 110px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}
.teabox .tealeft .searchbox .searTitleList{
    width: 710px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.teabox .tealeft .searchbox .searTitleList .seaTiItem{
    padding: 7px 16px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    cursor: pointer;
}
.teabox .tealeft .searchbox .searTitleList .seaTiItemactive{
    background: #0d3f98;
    border-radius: 7px;
    color: #fff;
}


/* 教师列表 */
.teabox .tealeft .renqiImg{
    width: 130px;height: 77px;
}
.teabox .tealeft .teacher-contain{margin-top: 15px;}
.teabox .tealeft .teacher-detail{
    border: 1px solid #eee;
    width: 100%;
    box-sizing: border-box;
}
.teabox .tealeft .teacher-detail .teaimg{}
.teabox .tealeft .teacher-detail .teaname{
    color: #6d6d6d;
    font-size: 14px;
    margin-top: 10px;
}
.teabox .tealeft .teacher-detail .teapro{
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    color: #6d6d6d;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.teabox .tealeft .teacher-detail .moreteabtn{
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
}
.teabox .tealeft .swiper-button-black{z-index: 100;}
.teabox .tealeft .dslist{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    margin: 20px 0;
    width: 100%;
}
.teabox .tealeft .dslist .dsItem{
    width: 100%;
    display: flex;
    align-items: flex-start;gap:50px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 20px;
}
.teabox .tealeft .dslist .dsItem .dsImg{
    width: 150px;
    height: auto;
    cursor: pointer;
}
.teabox .tealeft .dslist .dsItem .xyInfor{
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.teabox .tealeft .dslist .dsItem .xyInfor .dsname{
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
}
.teabox .tealeft .dslist .dsItem .xyInfor .dsname span{
    font-size: 22px;
    line-height: 22px;  
}
.teabox .tealeft .dslist .dsItem .xyInfor .dsdes{
    width: 100%;
    text-align: left;
    color: #424a5c;
    font-size: 14px;
    border-bottom:1px solid #efefef ;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teabox .tealeft .dslist .dsItem .xyInfor .dsmoredes{
    width: 100%;
    text-align: left;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.teabox .tealeft .dslist .dsItem .xyInfor .lbbtn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.teabox .tealeft .dslist .dsItem .xyInfor .lbbtn .lbbtnone{
    color: #424a5c;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.teabox .tealeft .dslist .dsItem .xyInfor .lbbtn .lbbtnone::before{
    content: '...';
    position: absolute;
    left: 0;
    top: -8px;
    color: #424a5c;
    font-size: 24px;
    line-height: 24px;
}
.teabox .tealeft .dslist .dsItem .xyInfor .lbbtn .lbbtntwo{
    width: 100px;
    height: 34px;
    text-align: center;
    border-radius: 5px;
    background: #4d68ff;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;
}
.teabox .tealeft .dslist .dsItem:hover .xyInfor .dsname{color: #0c63e9;}
.teabox .tealeft .dslist .dsItem:hover .lbbtn .lbbtnone{color: #ff0000;}
.teabox .tealeft .dslist .dsItem:hover .lbbtn .lbbtnone::before{
    content: '...';
    position: absolute;
    left: 0;
    top: -8px;
    color: #ff0000;
    font-size: 24px;
    line-height: 24px;
}





/* 分页 */
.page-item {
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    color: #787878;
    font-size: 16px;
    display: inline-block;
    background: #f5f5f5;
    margin: 0 7px;
}
.page-item.cur, .page-item:hover {
    color: #fff;
    background: #4a97ff;
}




