.laboratoryBox {
    width: 100%;
    border-top: 6px solid #9A0000;
    background: #F5F5F5;
    box-sizing: border-box;
    overflow: hidden;
}

.labTabBox {
    width: 100%;
    border-top: 10px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background: #E6E6E6;
}

.labTabBox a.on {
    background: #F5F5F5;
    color: #9A0000;
    border-top-right-radius: 10px;
    transform: skew(15deg);
    transform-origin: bottom left;
}

.labTabBox a:nth-child(2).on {
    transform: skew(0);
    overflow: hidden;
    background: url(../images/lab/tabBg.png) no-repeat bottom center;
}

.labTabBox a:nth-child(2).on span {
    transform: skew(0);
}

.labTabBox a:last-child.on {
    transform: skew(-15deg);
    transform-origin: bottom right;
    border-top-left-radius: 10px;
}

.labTabBox a.on span::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #9A0000;
    border-radius: 50%;
    margin-right: 10px;
}

.labTabBox a.on span {
    transform: skew(-15deg)
}

.labTabBox a:last-child.on span {
    transform: skew(15deg)
}

.teaTabBox a:nth-child(2).on {
    background: #F5F5F5;
}

.labTabBox a {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}

.labPellTeacher {
    padding-bottom: 30px;
    display: none;
}

.labTeacherBox {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    margin: 25px 0;
   /* display: none; */
}

.pellBox {
    background: #E6E6E6;
    padding: 20px 10px;
    overflow: hidden;
}

.pellBox a {
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: 3px 2.5px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.pellBox a:hover,
.pellBox a.on {
    background: #9A0000;
    color: #fff;
}

.pellOne {
    border-top: 1px solid #9A0000;
    border-bottom: 1px solid #9A0000;
    padding: 4px 0;
    background: #F5F5F5;
    box-sizing: border-box;
    margin: 20px 0;
}

.pellOne p {
    background: url(../images/lab/icon-rhom.png) no-repeat 8px center #E6E6E6;
    width: 100%;
    padding: 6px 8px;
    box-sizing: border-box;
    padding-left: 34px;
    font-weight: bold;
    font-size: 18px;
    color: #9A0000;
    text-align: left;
}

.labTeacherList {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.labTeacherList a.labTeaItem {
    flex: 0 0 calc(50% - 6px);
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    height: 190px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
}

.labTeacherList a.labTeaItem i.teaImg {
    width: 138px;
    height: 170px;
    flex-shrink: 0;
    border-radius: 4px;
}

.labTeacherList a.labTeaItem .teaCon {
    padding-right: 10px;
    flex: 1;
    text-align: left;
}

.labTeacherList a.labTeaItem .teaCon h6 {
    border-bottom: 1px solid #E6E6E6;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.labTeacherList a.labTeaItem .teaCon h6 span {
    font-size: 16px;
    color: #9A0000;
    padding-left: 16px;
    background: url(../images/lab/icon-id.png) no-repeat left center;
    margin-left: 10px;
}

.labTeacherList a.labTeaItem .teaCon i.zszg {
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
    background: #9A0000;
    font-style: normal;
    margin-bottom: 10px;
}

.labTeacherList a.labTeaItem .teaCon .bass {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.labTeacherList a.labTeaItem .teaCon .bass p {
    font-size: 12px;
    color: #333333;
    display: flex;
    text-align: left;
}

.labTeacherList a.labTeaItem .teaCon .bass p b {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	flex:1;
	width:100px;
}

.labTeacherList a.labTeaItem .teaCon .bass p:last-child b {
    overflow: hidden;
    /* 隐藏溢出的内容 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* 在溢出的地方显示省略号 */
    white-space: wrap;
}

.labTeacherList a.labTeaItem .teaCon .bass p span {
    color: #666;
    flex-shrink: 0;
    width: 78px;
}

.labTeacherList a.labTeaItem .teaCon .biobass p span {
    width: 50px;
}

.labTeacherList a.labTeaItem .teaCon .biobass .unit {
    display: flex;
    justify-content: flex-start;
}

.labTeacherList a.labTeaItem .teaCon .biobass .unit span {
    color: #666;
    font-size: 12px;
    flex-shrink: 0;
    width: 50px;
}

.labTeacherList a.labTeaItem .teaCon .biobass .unit {

    box-sizing: border-box;
    padding-right: 0;
}




/* 滚动条轨道样式 */

.labTeacherList a.labTeaItem .teaCon .biobass .unit .unitCon::-webkit-scrollbar {
    width: 4px;
    /* 设置滚动条宽度 */
}


/* 滚动条滑块样式 */

.labTeacherList a.labTeaItem .teaCon .biobass .unit .unitCon::-webkit-scrollbar-thumb {
    background-color: #9A0000;
    border-radius: 4px;
}


.labTeacherList a.labTeaItem:hover {
    border-color: #9A0000;
    box-shadow: 0 5px 8px rgba(154, 0, 0, 0.3);
    transition: all ease-in-out 0.3s;
    transform: translateY(-2px);
}

.professSort {
    background: #E6E6E6;
    padding: 20px 10px;
    overflow: hidden;
}

.professSort a {
    display: block;
    float: left;
    padding: 0 26px;
    margin: 5px 5px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
}

.professSort a.on,
.professSort a:hover {
    color: #fff;
    background: #9A0000;
}

.page_nav p.clickAll {
    background: #9A0000;
    color: #fff;
    line-height: 25px;
    padding: 0 15px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

.labListItem {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
    justify-content: flex-start;
    gap: 16px;
    box-sizing: border-box;
    transition: transform ease-in-out 0.3s;
}

.labListItem:hover {
    box-shadow: 0 5px 10px rgba(154, 0, 0, 0.3);
    transform: translateY(-1px);
    transition: transform ease-in-out 0.3s;
}

.labListItem:hover .labTeaCon .labTeaLink span {
    color: #9A0000;
}

.labListItem .labTeaImg {
    width: 90px;
    height: 90px;
    border: 1px solid #9A0000;
    border-radius: 50%;
    flex-shrink: 0;
}

.labListItem .labTeaCon {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}

.labListItem .labTeaCon h6 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.labListItem .labTeaCon .labTeaLink span {
    font-size: 14px;
    color: #333333;
    transition: all ease-in-out 0.3s;
}

.labListItem .labTeaCon .labTeaLink span+span {
    color: #9A0000;
    padding-left: 25px;
    background: url(../images/lab/icon-go.png) no-repeat 5px center;
    margin-left: 10px;
}

.labListItem .labTeaCon .labTeaLink:hover span+span {
    padding-left: 30px;
    background-position: 0px center;
    transition: all ease-in-out 0.3s;
}

.labListItem .labTeaCon p {
    font-size: 14px;
    color: #333333;
    text-align: justify;
    overflow: hidden;
    /* 隐藏溢出的内容 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* 在溢出的地方显示省略号 */
}

.labHome {
    position: absolute;
    right: 0;
    top: 0;
    width: 306px;
    min-height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
    gap: 5px;
    background: url(../images/lab/linkCopy.png) no-repeat center/cover;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    z-index: 2;
}

.labHome::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/lab/linkCopy2.png) no-repeat center/cover;
    position: absolute;
    right: 0;
    z-index: -1;
    transform: translateX(100%);
    transition: transform ease-in-out 0.3s;
}

.labHome:hover::after {
    transform: translateX(0);
    transition: transform ease-in-out 0.3s;
}

.labHome h6 {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.labHome p {
    overflow: hidden;
}

.labHome p a {
    font-size: 14px;
    color: #FFFFFF;
    word-break: break-all;
}

.labHome p i {
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 20px;
    background: url(../images/lab/icon-text.png) no-repeat right center;
    font-style: normal;
    margin-left: 8px;
    cursor: pointer;
}

.labHome p i:active {
    color: #E6E6E6;
}

.copyMessage {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 1);
    color: white;
    padding: 6px 10px;
    border-radius: 5px;
    display: none;
    color: #333;
    box-shadow: 0 0 10px rgba(154, 0, 0, 0.3);
    font-size: 12px;
}
.labPellTeacher:first-child{display:block}