.nodate {
    text-align: center;
    display: block;
    width: 100%;
    font-size: var(--smailSizex);
}
.teacherList .page_div {
    margin: 0;
}
.teacherList .search-tab .tab_menu {
    display: flex;
    gap: 0.54rem;
    border-bottom: 1px solid var(--mainColor);
    margin-bottom: 0.3rem;
}

.teacherList .search-tab .tab_menu li {
    padding: 0 0.26rem;
    line-height: 0.72rem;
    font-size: 0.22rem;
    cursor: pointer;
}

.teacherList .search-tab .tab_menu li.selected {
    color: var(--mainColor);
    font-weight: bold;
}
.teacherList .search-tab .tab_con .filter.letter-filter {
    gap: 0;
    justify-content: space-between;
}
.teacherList .search-tab .tab_con .filter {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.2rem;
    column-gap: 0.1rem;
    opacity: 0;
    margin: 0 -0.15rem;
}
.teacherList .search-tab .tab_con .filter.active {
    opacity: 1;
}
.teacherList .search-tab .tab_con .filter li {
    font-size: 0.2rem;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    transition: var(--transition);
    padding: 0 0.1rem;
    border-radius: 0.2rem;
}

.teacherList .search-tab .tab_con .filter.letter-filter li:not(.all) {
    width: 0.3rem;
    height: 0.3rem;
    text-align: center;
    border-radius: 50%;
    padding:0
}

.teacherList .search-tab .tab_con .filter li:not(.all):hover,.teacherList .search-tab .tab_con .filter li:not(.all).active{color:#fff;background: rgb(57 81 216 / 65%);}
.teacherList .search-tab .tab_con .filter li.active {
    font-weight: bold;
    color: var(--mainColor);
}

.teacherList .search-tab {
    margin-bottom: 0.74rem;
}

.teacherList .col_news_list .tec_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.3rem;
    row-gap: 0.5rem;
}
.teacherList .col_news_list .tec_list.load {
    background: url(../images/loading.gif)no-repeat top center/40px;
min-height:100px
}
.teacherList .col_news_list .tec_list .news {
    width: 20%;
    /* margin-bottom: 0.78rem; */
    /* display: none; */
}
.teacherList .col_news_list .tec_list .news_box {
    margin: 0 0.3rem;
    position: relative;
    text-align: center;
}
.teacherList .col_news_list .tec_list .news_imgs{
    box-shadow: 0 0.03rem 0.12rem rgb(0 0 0 / 16%);
}
.teacherList .col_news_list .tec_list .news_imgs a {
    padding-top: 130.7%;
}

.teacherList .col_news_list .tec_list .news_box:after {
    content: "";
    width: 1.31rem;
    height: 2.52rem;
    position: absolute;
    background: linear-gradient(70.38deg, rgba(42, 107, 212, 1), rgba(84, 31, 222, 1) 100%);
    top: -0.1rem;
    left: -0.1rem;
    z-index: -1;
    transition: var(--transition);
}

.teacherList .col_news_list .tec_list .news_title {
    margin: 0.32rem 0 0.13rem;
    font-size: 0.22rem;
    font-weight: bold;
}

.teacherList .col_news_list .tec_list .news_post {
    color: var(--mainColor);
    font-size: var(--smailSize);
display: none;
line-height: 1.4;

}

.teacherList .col_news_list .tec_list .news_box:hover:after {
    background: #FFAC10;
}
.teacherInfo .col_title{color: var(--mainColor);}

.teacherInfo .tec_top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.46rem;
}

.teacherInfo .tec_top .tec_img {
    width: 1.75rem;
    box-shadow: 0 0.03rem 0.12rem rgb(0 0 0 / 16%);
    flex: none;
    background: #fff;
    margin-right: 0.38rem;
    min-height: 2.4rem;
}

.teacherInfo .tec_top .tec_img img {
    width: 100%;
max-height: 2.4rem;
    object-fit: cover;
}

.teacherInfo .tec_top .tec_wz {
    padding-top: 0.26rem;
}
.teacherInfo.info .tec_top .tec_wz {
    padding-top: 0.24rem;
}
.teacherInfo .tec_top .tec_tt {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}
.teacherInfo.info2 .tec_top .tec_tt {margin-bottom: 0.5rem;}
.teacherInfo .tec_top .tec_tt .tec_post {
    font-size: var(--smailSize);
    font-weight: normal;
    color: var(--mainColor);
    margin-left: 0.25rem;
}
.teacherInfo .tec_top .tec_yj .tt {
    display: block;
    font-size: var(--smailSize);
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.teacherInfo .tec_top .tec_yj .con {
    font-size: var(--smailSize);
    line-height: 1.4;
}

.teacherInfo .tec_top .tec_info {
    margin-top: 0.2rem;
}

.teacherInfo .tec_top .tec_info p {
    font-size: var(--smailSize);
    opacity: 0.6;
    line-height: 1.68;
}

.teacherInfo .tec_bottom .tab_menu {
    display: flex;
    background: #fff;
    margin-bottom: 0.3rem;
}

.teacherInfo .tec_bottom .tab_menu li {
    height: 0.51rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--titleSize);
    flex: 1;
    max-width: 25%;
}
.teacherInfo .tec_bottom .tab_menu li.selected{
    background: var(--mainColor);
    color: #fff;
    font-weight: bold;
    background: linear-gradient(70.38deg, rgba(42, 107, 212, 1), rgba(84, 31, 222, 1) 100%);
}
.teacherInfo .tec_bottom .tab_con .con h1{
    font-size: var(--titleSize);
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    border-top: 1px dashed rgb(65 63 215 / 61%);
    margin-top: 0.4rem;
}
.teacherInfo .tec_bottom .tab_con .con h1:before {
    content: "";
    width: 0.07rem;
    height: 0.07rem;
    background: var(--mainColor);
    border-radius: 50%;
    margin-right: 0.12rem;
}
.teacherInfo .tec_bottom .tab_con .con h1:first-child{
    border: none;
    margin-top: 0;
    padding-top: 0;
}
.teacherInfo .tec_bottom .tab_con .con p, .teacherInfo .tec_bottom .tab_con .con p *{
    font-size: var(--smailSize) ! important;
    line-height: 1.875 ! important;
    color: #4D4D4D  ! important;
    text-wrap-mode: inherit !important;
    font-family: 'SourceHanSansCN-Regular' !important;
}
.teacherInfo .page_div{display:none}
@media screen and (max-width: 999px){
.teacherList.list2 .search-tab .tab_menu {  gap: 40px;
    justify-content:flex-start}
.teacherList .search-tab .tab_menu{
    gap: 0;
    justify-content: space-between;
}
.teacherList .search-tab .tab_menu li{
    font-size: 16px;
    padding: 0;
}
.teacherList .search-tab .tab_con .filter{
    gap: 5px;
}
.teacherList .search-tab .tab_con .filter.letter-filter{
    justify-content: flex-start;
    gap: 0;
}
.teacherList .search-tab .tab_con .filter li{
    font-size: 16px;
    line-height: 30px;
}
.teacherList .search-tab .tab_con .filter.letter-filter li:not(.all){
    width: 30px;
    height: 30px;
}
.teacherList .col_news_list .tec_list .news{
    width: 33.33%;
}
.teacherList .col_news_list .tec_list .news_box{
    margin: 0 15px;
}
.teacherList .col_news_list .tec_list{
    margin: 0 -15px;
    row-gap: 30px;
}
.teacherList .col_news_list .tec_list .news_box:after{
    height: 67%;
}
.teacherInfo .tec_bottom .tab_menu li{
    height: 70px;
}
.teacherList .search-tab{
    margin-bottom: 30px;
}
}
@media screen and (max-width: 640px){
    .teacherList .col_news_list .tec_list .news{
    width: 50%;
}
.teacherInfo .tec_top{
    display: block;
}
  .teacherInfo .tec_bottom .tab_menu li span{
    width: 2.5em;
    text-align: center;
    flex: none;
}
.teacherInfo.info2 .tec_bottom .tab_menu li span{
    width: auto;
}
.teacherInfo.info2 .tec_bottom .tab_menu li{width: 150px;max-width: inherit;flex: none;}
}