/* pageStyle */
div#wp_paging_w25{justify-content:flex-start;margin:0.3rem 0;}
div#wp_paging_w25.showSelf{display: flex;}
div#wp_paging_w25 .wp_paging{float:none;}
#wp_paging_w25 .wp_paging li a{
    border-radius:0.05rem;
    margin-left: 0;
}
#wp_paging_w25 .wp_paging li{
    float:none;
    height: auto;
    line-height:0.48rem;
}
#wp_paging_w25 .wp_paging li span{margin-left:10px !important;}
#wp_paging_w25 .wp_paging li a.new_pagingJump{
    background-color: #A5282E;
    color:#fff;
    border:none;
    padding:0 0.1rem;
}
#wp_paging_w25 .wp_paging li input,
#wp_paging_w25 .wp_paging li span,
#wp_paging_w25 .wp_paging li span a{
    display:block;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.18rem;
    text-align:center;
}
#wp_paging_w25 .wp_paging .pageNum{width:0.48rem;margin: 0;box-sizing: border-box;}
#wp_paging_w25 .wp_paging li span.page_number a{
    width: 0.48rem;
    padding:0;
}
#wp_paging_w25 .wp_paging li span.page_number.selected a{
    background-color: #A5282E;
    color:#fff;
    border:none;
}

.news_imgs img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.mainbox01 .inner{padding: 0.6rem 0;}
/* searach_box */
.search_box{
    padding: 0.4rem 0.6rem 0.6rem;
    background-color: #F7F6F4;
}
.search_box .search_tt{
    font-size: 0.32rem;
    font-weight: bold;
    color: #A5282E;
    padding-bottom: 0.25rem;
}
.search_wrap .search_list{
    display: flex;
    align-items: center;
    padding: 0.27rem 0;
    border-top: 1px dashed #CCB39D99;
}
.search_wrap .search_title{
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    padding: 0.1rem 0.37rem;
    background-color: #A5282E;
    line-height: 1.1;
    width: fit-content;
    flex-shrink: 0;
}
.search_wrap .search_con{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 1.34rem);
    padding-left: 0.38rem;
    box-sizing: border-box;
}
.search_wrap .search_li{
    flex-shrink: 0;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1;
    padding: 0.08rem 0.11rem;
    margin-right: 0.1rem;
    cursor: pointer;
}
.search_wrap .search_li.All{
    color: #A5282E;
}
.search_wrap .search_list.letter .search_li:hover,
.search_wrap .search_list.letter .search_li.selected{
    color: #fff;
    background-color: #A5282E;
}
.search_wrap .search_list.check .search_li{
    padding-left: 0.25rem;
    background: url(../images/teacher_s_bg.png) no-repeat left center / 0.18rem 0.18rem;
}
.search_wrap .search_list.check .search_li.selected{
    background-image: url(../images/teacher_s_bg_active.png);
}
/* teacher_info_box */
.teacher_info_box .news{
    float: left;
    width: 32%;
    box-sizing: border-box;
    padding: 0.17rem;
    background: #F7F6F4 url(../images/cloud2.png) no-repeat right bottom / auto 55.5%;
    box-shadow: 0 0.03rem 0.1rem 0 #4A321A33;
    margin-right: 2%;
    margin-bottom: 0.36rem;
    transition: 0.4s;
    min-height: 2.5rem;
}
.teacher_info_box .news:nth-child(3n){margin: 0;}
.teacher_info_box .news>a{
    display: flex;
}
.teacher_info_box .news:hover{
    background-color: #A5282E;
    background-image: url(../images/cloud3.png);
}
.teacher_info_box .news_imgs{
    width: 1.55rem;
    height: 2rem;
    flex-shrink: 0;
    background-color: #e5e5e5;
}
.teacher_info_box .news_con{
    width: calc(100% - 1.55rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.teacher_info_box .news_title{
    font-size: 0.22rem;
    font-weight: bold;
    color: #333333;
    margin-top: 0.15rem;
}
.teacher_info_box .line{
    width: 0.3rem;
    height: 0.04rem;
    background-color: #A5282E;
    margin: 0.1rem 0 0.3rem;
}
.teacher_info_box .news_ff{margin-bottom: 0.08rem;overflow: hidden;}
.teacher_info_box .news_ff>div{
    display: flex;
    font-size: 0.16rem;
    color: #8D8D8D;
    margin-bottom: 0.2rem;
}
.teacher_info_box .news_more{
    width: fit-content;
    font-size: 0.14rem;
    color: #C6AD96;
    border: 1px solid #DDD8D3;
    padding: 0.1rem 0.47rem 0.1rem 0.2rem;
    background: url(../images/z_arrow02.png) no-repeat right 0.2rem center / 0.18rem;
}
.teacher_info_box .news:hover .news_title,
.teacher_info_box .news:hover .news_ff>div{color: #fff;}
.teacher_info_box .news:hover .line{background-color: #D1A67E;}
@media screen and (max-width: 999px){
    #wp_paging_w25 a.first,
    #wp_paging_w25 a.last,
    #wp_paging_w25 .new_page_jump{display:none !important;}
    .teacher_info_box .news_list .news{
        width:48%;
        margin:10px 1%;
    }
}
@media screen and (max-width: 767px){
    .teacher_info_box .news_list .news{
        width:98%;
    }
}
@media screen and (max-width: 999px){
   .word {
    max-width: 3rem!important;
 
 }
}

.word {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    max-width: 2rem;
    min-height:.18rem;
}