.search-suggestion .tag-list {
    margin-bottom: 0;
}
.search-suggestion .tag-item{
    padding: 0 5px !important;
}
.search-title{
    margin-top: 10px;
    position: relative;
    display: inline-block;
    height: 20px;
    width: 100%;
}
.center-div{
text-align: center;
}

.center-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    height: 0.75em;
    border-top: 2px solid black;
    z-index: -1;
}


.center-text{
    padding: 0 5px;
    background: #fff;
    text-align: center;
}
.essence-teacher-border{
    position: absolute;
    left: 0;
    right: 0;
    height: 7px;
}
.view-all-teacher{
    padding: 10px;
    float: right;
}