.teacher_list {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: flex-start;}
.teacher_list .item {
    display: flex;
    width: 48%;
    height: 186px;
    flex-direction: row;
    align-items: center;}
.teacher_list .item .img{
    width: 150px;
    flex: 0 0 150px;
    height: 100%;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;}
.teacher_list .item .idction{
    width: 210px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;}

.teacher_list .item .idction .button_a{
    display: block;
    width: 90px;
    height: 28px;
    font-size: 12px;
    color: #333333;
    border: 1px solid #eeeeee;
    line-height: 26px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 15px;
    transition: all .5s;}
.item .idction .tcer_summary{
    color: #666;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;}
.teacher_list .item .img img{
    width: 128px;
    height: 170px;}
.pb_sys_common {
    font-size: 18px;}
.pb_sys_common .p_t { font-size: 18px; margin-right: 10px !important;}
.pb_sys_common .p_goto a {
    padding: 0!important;
    font-size: 18px!important;
    width: 52px !important;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 4px;}
.pb_sys_common .p_goto input {
    padding: 0!important;
    font-size: 18px!important;
    width: 52px !important;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 4px;}
.p_pages .p_no_d { font-size: 18px;}
.p_pages .p_no { font-size: 18px;}
.p_pages span { padding: 0 !important; width: 45px ; height: 45px !important; line-height: 45px !important; text-align: center; border-radius: 4px;}
.p_pages span a{ padding: 0 !important; width: 45px ; height: 45px !important; line-height: 45px !important; text-align: center; border-radius: 4px;}
.p_prev_d {
    background: url(images/prev.png) no-repeat center center;}
.p_prev a{
    background: url(images/prev.png) no-repeat center center;}
.p_next_d {
    background: url(images/next.png) no-repeat center center;}
.p_next a{
    background: url(images/next.png) no-repeat center center;}
