/* 头部 */
.teadetailbox{}
.teadetailbox .teacherTop{
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 20px;box-sizing: border-box;
    display: flex;align-items: flex-start;gap: 50px;
    margin-bottom: 45px;
}
.teadetailbox .teacherTop .teacherImg{width: 150px;height: auto;}
.teadetailbox .teacherTop .teaDetail{
    width: 920px;
    height: 145px;
    box-sizing: border-box;
    position: relative;
}
.teadetailbox .teacherTop .teaDetail .teaone{
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 18px;
    color: #303849;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.teadetailbox .teacherTop .teaDetail .teaone span{font-size: 20px;}
.teadetailbox .teacherTop .teaDetail .teaTwo{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #303849;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.teadetailbox .teacherTop .teaDetail .teaTwo span{
    background-color: #f39800;
    color: #fff;
    padding: 3px 8px;
}
.teadetailbox .teacherTop .teaDetail .know-more{
    position: absolute;right: 0;bottom: 0;
    width: 98px;height: 33px;
    line-height: 33px;color: #fff;font-size: 14px;
    text-align: center;
    border-radius: 5px;background: #4d68ff;
    cursor: pointer;
}



.teaDebottombox{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.teaDebottombox .teaLeft{
    width: 840px;
    display: flex;flex-direction: column;
}
.teaDebottombox .teaLeft{
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.teaDebottombox .teaLeft .teaTitle{
    color: #424a5c;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    border-left: 4px solid #f39800;
    padding-left: 15px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.teaDebottombox .teaLeft .teaTitle .teaRight{
    font-size: 14px;
    cursor: pointer;
}
.teaDebottombox .teaLeft .rybox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #efefef;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 35px;
}
.teaDebottombox .teaLeft .rybox .ryitem{
    width: 47%;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teaDebottombox .teaLeft .rybox .ryitem::before{
    position: absolute;
    left: 0;top: 0;
    content: '★';
}
.teaDebottombox .teaLeft .teajianjie{
    width: 100%;
    border-top: 1px dashed #efefef;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 35px;
    text-align: left;
    font-size: 14px;
}
.teaDebottombox .teaLeft .teabtn{
    width: 98px;height: 33px;
    line-height: 33px;color: #fff;font-size: 14px;
    text-align: center;
    border-radius: 5px;background: #4d68ff;
    cursor: pointer;
    margin-bottom: 35px;
}
.teaDebottombox .teaLeft .teamore{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    border-top: 1px dashed #efefef;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 35px;
}
.teaDebottombox .teaLeft .teamore .teaItem{
    width: 140px;
    border: 1px solid #eee;
    padding: 10px 0;
    box-sizing: border-box;
}
.teaDebottombox .teaLeft .teamore .teaItem .teaimg{
    padding: 0 10px;
    border-bottom: 1px solid #eee ;
    width: 100%;
    box-sizing: border-box;
}
.teaDebottombox .teaLeft .teamore .teaItem .teaimg img{
  width: 125px;
    margin: 0 auto;
}
.teaDebottombox .teaLeft .teamore .teaItem .teaname{
    color: #6d6d6d;
    font-size: 14px;
}
.teaDebottombox .teaLeft .teamore .teaItem .teapro{
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    color: #6d6d6d;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.teaDebottombox .teaLeft .teamore .teaItem .moreteabtn{
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
}
.teaDebottombox .teaLeft .lianxibox{
    cursor: pointer;
    margin-bottom: 35px;
}



