/* 此文件为校园页面公共头部以及底部样式 */
.logoctn{
    max-width: 282px;
    min-width: 46px;
    height: 46px;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoctn>img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
/* 申请加入功能 */
.nav p {
    width: 100px !important;
    height: 36px;
    color: inherit;
    text-align: center;
    line-height: 36px;
    color: #FF8F0B;
    border: 1px solid #FF8F0B;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 17px;
}

.nav p a {
    display: block;
    color: #FF8F0B;
}
.nav-container{
    width: 100%;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.20);
    background: #fff;
}
.nav{
    width:1167px;
    height: 70px;
    background: #FFFFFF;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}
.navlist {
    width: 500.1px;
    height:70px;
    margin-left:65px;
}
.navlist li{
    float: left;
    width: 50px;
    height: 70px;
    line-height: 70px;
    font-family: Alibaba-PuHuiTi-M;
    font-size: 14px;
    color: #595959;
    letter-spacing: 0;
    margin-right: 50px;
    text-align: center;
}
.navlist a{
    display: block;
    height: 66px;
}
.navlist a:hover{
    border-bottom: 4px solid #5DC970;
    color: #5DC970;
}
