.main{
    display: block;
}
.main-lecturer-list{
    width: 100%;
    margin-top: 20px;
}
.main-lecturer-list ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.main-lecturer-list ul li {
    width: 20%;
    margin-top: 20px;
}


.main-lecturer-list ul li .curriculum-title-img {
    width: 174px;
    height: 174px;
    border-radius: 50%;
    background: #f0f5fd;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.main-lecturer-list ul li .curriculum-title-img img {
    width: 146px;
    height: 146px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.main-lecturer-list ul li .lecturer-title-con {
    text-align: center;
}

.main-lecturer-list ul li .lecturer-title-con h6 {
    margin-top: 15px;
}

.main-lecturer-list ul li a {
    display: block;
}

.main-lecturer-list ul li .curriculum-title-img:hover,
.main-server .main-server-text:hover {
    top: -4px;
    transition: all .3s;
    -webkit-transition: all .3s;
    /* Safari */
}

.toolbar{
    padding: 10px;
    overflow: auto;
    margin: 50px auto 30px;
}

.now-location{
    margin-top: 40px;
    font-size: 16px;
}
.now-location span:nth-child(1){
    color: #999;
}
.now-location a{
    color: #212121;
}
.now-location span:nth-child(3){
    color: #6f8ec5;
}

.newInfo div:nth-child(1){
    width: 80%;
}