
.teachers-list {
    width: 100%;
    min-height: 140px;
    background-color: rgba(255, 255, 255, .8);
    padding: 0 35px;
    overflow: hidden
}

.checkbox-box {
    width: 100%;
    margin-top: 20px
}

.checkbox-box p {
    width: 70px;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0
}

.teachers-title-style {
    font-size: 24px;
    margin: 25px 35px
}

.teachers-box {
    padding: 0 35px
}

.teachers-list-style {
    width: 100%;
    overflow: visible;
    margin-bottom: 30px
}

.teachers-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}

.teachers-title li {
    float: left
}

.teachers-title li a {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 4px;
    border-radius: 3px
}

.teachers-title li.teachers-active a, .teachers-title li:hover a {
    color: #fff;
    background-color: #f98700
}

.teachers-select {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px
}

.teachers-list-style li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px
}

.teachers-name a {
    color: #626262;
    display: inline-block;
    width: 80px;
    margin-right: 40px;
    margin-bottom: 20px
}

.teachers-name a:hover {
    color: #0d8ff6
}
