body{
    background:#f5f5f5
}
div{
    position: relative;
    box-sizing: border-box;
}
.campusContent{
    padding-bottom: 117px;
    color: #394149;
}
.topBanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.topBanner img {
    width: 100%;
}

.titleMain{
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 23px;
    width:max-content;
    margin: 0 auto;
    padding:0 3px 12px;
}
.titleMain::after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 26px;
    width: 100%;
    background: #FBC50D;
    z-index: -1;
}
.pic{
    display: block;
    margin: 0 auto;
}

.subTitleMain{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.intro{
    font-size:16px;
    color:#1A1A1A;
    margin-top: 30px;
}
.intro span{
    font-weight:600;
    margin-right: 5px;
}



.outnav3 {
    height: 80px;
    padding: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.outnav3 #wrapper22 {
    /*width: 468px;*/
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.nav7 {
    /*width:100%;*/
    display:flex;
    flex-direction:row;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.nav7 li {
    /*width: 200px;*/
    width: 122px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

.nav7 li:hover a, .nav7 li.on a {
    color: #0082be;
}

.nav7 li a {
    display: block;
    position: relative;
    background-color: #fff;
    color: #394149;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
}
