.teacher-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    padding: 10px 60px 0 0px !important;
    line-height: 2 !important;}

.teacher-item .teacher-title {
    display: flex;
    align-items: center;}

.teacher-item .teacher-title .teacher-yuan{
    width: 8px;
    height: 8px;
    background: #920000;
    border-radius: 50%;
    opacity: 1;
    margin-right: 5px;}

.teacher-item a {
    color: #000000;}

.teacher-item:hover a{
   color: #8F000B;}

.pagination {
    display: block !important;}


