﻿
.daoshi-list {
    width: 870px;
    padding-bottom: 40px;
    overflow: hidden;
}

.daoshi-list .teacher_box {
    margin-bottom: 10px;
}

.daoshi-list .teacher_box h4 {
    color: #02468F;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 0;
    line-height: 1.5;
}

.daoshi-list .teacher_box h4.teacher-sub {
    color: #333;
    font-size: 17px;
    font-weight: 700;
}

.daoshi-list .teacher_content {
    overflow: hidden;
}

.daoshi-list .teacher_content a {
    display: inline-block;
    float: left;
    width: 93px;
    height: 40px;
    line-height: 40px;
    background-color: #e5f2fd;
    text-align: center;
    margin-right: 10px;
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}

.daoshi-list .teacher_content a:hover {
    background-color: #02468F;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .daoshi-list {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}