.academic-content{
    padding-top:  56px;
}
.academic-content .row>div{
    padding-right: 5px;
   padding-left: 5px;
   margin-bottom: 15px;
}
.academic-content .row{
    margin-right: -5px;
    margin-left: -5px;
}
.pagination{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
.professor-content{
    display: flex;
    padding-top: 50px;
}
.professor-left{
    width: 260px;
    flex-shrink: 0;
    margin-right: 40px;
}
.professor-right{
    width: 100%;
}
.professor-left ul li{
    height: 55px;
    line-height: 55px;
    padding:0 24px;
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 2px;
    color: #1f1f1f;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    cursor: pointer;
    border-left: 2px solid #f8f8f8;
}
.professor-left ul li.active{
    background-color: #fff4f4;
    color: #b52e26;
    border-left: 2px solid #b52e26;
}
.professor-left ul li:not(.active):hover{
    opacity: 0.8;
}
.professor-type{
    padding-bottom: 25px ;
}
.professor-type ul {
    display: flex;
}
.professor-type ul li{
    padding: 0 13px;
    height: 32px;
    line-height: 32px;
	border: solid 1px #aaaaaa;
    color: #8d8d8d;
    font-size: 16px;
    margin-right: 8px;
    cursor: pointer;
}
.professor-type ul li.active{
    border-color:#b52e26 ;
    color: #b52e26;
}
.professor-type ul li:not(.active):hover{
    opacity: 0.8;
}
.content .row{
    margin-right: -5px;
    margin-left: -5px;
}
.content .row>div{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
}