/* header */
.cjhd-nav {
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    height: 60px;
    line-height: 60px;
    background:#BE1313;
    display: flex;
    justify-content: space-between;
    width: 70%;
    padding: 0 15%;
    float: left;
}
.cjhd-nav-none {
    background:rgb(255,255,255);
    opacity:0.5;
    height: 48px;
    position: absolute;
    top: 130px;
    z-index: 99;
}
.cjhd-nav a {
    color:rgba(255,255,255,1);
}

.div-school-logo {
    width:96px;
    height:96px;
    padding: 24px;
    background:rgba(255,255,255,1);
    border-radius:20px;
    margin: 0 auto;
    position: absolute;
    top: 90px;
    left: calc(50% - 72px);
    z-index: 999;
}
.school-logo {
    width:96px;
    height:96px;
}


.cjhd-nav-right-item {
    padding-left: 10px;
}