.search-tab .filt {
    display: flex;
    padding: 0.16rem 0;
}

.search-tab .filt .filt_tt {
    flex: none;
    width: 1.8rem;
    display: flex;
    background: #4370E9;
    height: 0.58rem;
    color: #fff;
    border-radius: 0.05rem;
    align-items: center;
    justify-content: center;
    font-size: 0.21rem;
    font-weight: bold;
    margin-right: 0.45rem;
}
.search-tab .filt .filt_tt img {
    width: 0.21rem;
    margin-right: 0.05rem;
}

.search-tab {
    background: #F1F5FB;
    padding: 0.53rem;
    margin-bottom:0.55rem;
}
.col_tab_menu {
    display: flex;
    margin-bottom: 0.5rem;
    gap: 0.21rem;
}

.col_tab_menu a {
    padding: 0 0.37rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    border: 1px solid #4370E9;
    border-radius: 0.05rem;
    font-size: 0.26rem;
    color: #4370E9;
}
.col_tab_menu a.active {
    background: #4370E9;
    color: #fff;
    font-weight: bold;
}
.search-tab .filt .filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-tab .filt .filter li {
    padding: 0 0.33rem;
    font-size: 0.21rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.43rem;
    cursor: pointer;
    transition: var(--transition);
    border-radius: 0.21rem;
}
.search-tab .filt .filter li.active {
    background: #C9AA76;
    color: #fff;
}
.search-tab .filt.letter-filter .filter li {
    padding: 0;
    width: 0.43rem;
}

.search-tab .filt .filter li:not(.active):hover {
    color: #C9AA76;
}

.tec_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.245rem;
    border-bottom: 1px dashed rgb(53 93 167 / 86%);
    padding-bottom: 0.3rem;
}

.tec_list .news {
    width: 33.33%;
    margin-bottom: 0.43rem;
}

.tec_list .news a {
    background: #fff;
    display: flex;
    border-top: 0.06rem solid #4370E9;
    margin: 0 0.245rem;
    box-shadow: 0 3px 25px rgb(16 45 120 / 10%);
    flex-direction: column;
    align-items: center;
    padding: 0.36rem;
    height: 3.79rem;
    box-sizing: border-box;
}

.tec_list .news .news_imgs {
    width: 1.59rem;
    border-radius: 50%;
    margin-bottom: 0.26rem;
    flex: none;
}

.tec_list .news .news_imgs span {
    padding-top: 100%;
}
.tec_list .news .news_imgs span img{
    object-position: top;
}
.tec_list .news .news_title {
    font-size: 0.25rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.tec_list .news .news_info p {
    font-size: 0.2rem;
    color: #686868;
    line-height: 1.6;
    text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 控制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word; 
}
.teacherInfo div#wp_paging_w6 {
    display: none;
}

.teacherInfo div#page1 {
    display: none;
}
.teacherInfo .teac_art{
    display: flex;
}
.teacherInfo .teac_left {
    width: 2.85rem;
    flex: none;
    margin-right: 0.51rem;
}

.teacherInfo .teac_img img {
    width: 100%;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
    object-position: top;
}

.teacherInfo .teac_img {
    margin: 0 auto;
    margin-bottom: 0.37rem;
    /* max-width: 300px; */
    padding-top: 100%;
    height: 0;
    position: relative;
}

.teacherInfo .teac_tt {
    border-left: 0.06rem solid #3868E8;
    color: #3868E8;
    padding-left: 0.17rem;
    margin-bottom: 0.3rem;
}

.teacherInfo .teac_tt1 {
    font-size: 0.39rem;
    font-weight: bold;
}

.teacherInfo .teac_tt2 {
    font-size: 0.27rem;
    margin-top: 0.13rem;
}

.teacherInfo .teac_info p {
    font-size: 0.17rem;
    line-height: 2.1;
    color: #494949;
    display: flex;
}
.teacherInfo .teac_info p span {
    flex: none;
}
.teacherInfo .teac_info p span:nth-child(2) {
    flex: 1;
}
.teac_right {
    flex: 1;
    overflow: hidden;
}

.teac_right .btt {
    background: url(../images/tabbg.jpg) no-repeat center/100% 100%;
    height: 0.64rem;
    padding: 0 0.45rem;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    font-weight: bold;
}

.teac_right .text img {
    width: 100%;
}
.teac_right .text p,.teac_right .text p * {
    font-size: var(--bigSize) ! important;
    color: #494949 ! important;
    line-height: 2 ! important;
    font-family: 'SourceHanSansCN-Regular.ttf'  ! important;
}
@media screen and (max-width: 999px){
.col_tab_menu{
    margin-bottom: 20px;
}
.search-tab{
    padding: 20px;
}
.search-tab .filt .filt_tt{
    margin-right: 10px;
    width: 84px;
}
.tec_list .news{
    width: 50%;
}
.tec_list .news a{
    margin: 0 10px;
}
    .tec_list{
    margin: 0 -10px;
}
.teacherInfo .teac_art{
    display: block;
}
.teacherInfo .teac_info p{
    font-size: 17px;
}
.teacherInfo .teac_left{
    width: 100%;
    margin-bottom: 30px;
}
.teac_right .btt{
    font-size: 20px;
}

.teac_right .text p, .teac_right .text p *{
    line-height: 1.75 ! important;
}
.teac_right .text p img{
    height: 54px;
    width: auto;
}
}
@media screen and (max-width: 479px){
    .tec_list .news{
    width: 100%;
}
}