.teacher_list{
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: center;}
.teacher_single{
    width: 380px;
    height: 186px;
    display: flex;
    justify-content: space-between;
    margin-top: 32px;}
.teacher_img{
    width: 150px;
    height: 100%;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    text-align: center;}
.teacher_img img{
    width: 128px;
    height: 170px;
    margin: 8px auto;}

.idction{
    width: 210px;
    height: 100%;
    padding: 18px 0;
    box-sizing: border-box;}
.idction p{
    font-size: 12px;
    color: #666;}
.tcer_name{
    color: #333333!important;}
.tcer_summary{
    margin-top: 14px;
    line-height: 20px;}
.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;}
.button_a:hover{
    background: #901010;
    color: #fff;}
.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;
    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;}
