.locationNav {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}
.locationNav a {margin: 0 4px;}

.recruit {
    width: 100%;
    display: flex;
}
.recruit .recruitOption {
    width: 265px;
    height: 460px;
    background: #00AB8E;
    position: relative;
    margin-right: 60px;
}
.recruit .recruitOption .recruitOptionTitle {
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    left: 20px;
    top: 30px;
}
.recruit .recruitOption .recruitOptionUl {
    width: 90%;
    height: 540px;
    position: absolute;
    top: 100px;
    right: 0;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px 0px #E5E5E5;
    background: #FFFFFF;
}
.recruit .recruitOption .recruitOptionUl p {
    width: 100%;
    margin: 60px 0;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.recruit .recruitOption .recruitOptionUl p.active {color: #00AB8E;}
.recruit .recruitOption .recruitOptionUl .recruitOptionImg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.recruit .recruitList {
    width: 850px;
}
.recruitList .articleItem {height: 100px}

/* 美丽校园 */
.schoolArticle {
    width: 880px;
}
.schoolArticle .schoolArticleOption {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.schoolArticle .schoolArticleOption .schoolArticleOptionItem {
    width: 100px;
    height: 40px;
    border-radius: 3px;
    font-size: 16px;
    color: #4D4D4D;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.schoolArticle .schoolArticleOption .schoolArticleOptionItem:hover {background: #F39800;color: #FFFFFF}
.schoolArticle .schoolArticleOption .schoolArticleOptionItem.active {background: #F39800;color: #FFFFFF}

.schoolArticle .schoolArticleList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.schoolArticle .schoolArticleList .schoolArticleItem {
    width: 280px;
    height: 200px;
    position: relative;
    box-sizing: border-box;
    margin-right: 18px;
    margin-bottom: 30px;
    cursor: pointer;
}
.schoolArticle .schoolArticleList .schoolArticleItem:hover {box-shadow: 0 0 10px 8px #E9E7E7;transition: all .2s ease-in;}
.schoolArticle .schoolArticleList .schoolArticleItem:nth-of-type(3n) {margin-right: 0px}
.schoolArticle .schoolArticleList .schoolArticleItem img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.schoolArticle .schoolArticleList .schoolArticleItem .schoolArticleItemTitle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
    text-indent: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 校训 */
.schoolRules {
    width: 880px;
    display: none;
    flex-direction: column;
    align-items: center;
}
.schoolRules .schoolRulesItem {
    width: 570px;
    height: 80px;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 3px 5px 0px rgba(229, 229, 229, 0.71);
    border-radius: 10px;
    position: relative;
    margin: 50px 0;
}
.schoolRules .schoolRulesItem .schoolRulesItemTitle {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #00AB8E;
    border-radius: 50%;
    font-size: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    background: #FFFFFF;
    color: #00AB8E;
    position: absolute;
    left: -50px;
    top: -10px;
    padding: 18px;
}
.schoolRules .schoolRulesItem .schoolRulesItemDetail {
    text-indent: 100px;
    font-size: 18px;
    line-height: 80px;
}

/* 校徽 */
.schoolBadge {
    width: 750px;
    min-height: 600px;
    display: none;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 200px;
}

/* 校歌 */
.schoolMusic {
    width: 900px;
    height: 950px;
    background: #FFFFFF;
    display: none;
    flex-direction: column;
    padding: 0 60px;
    box-sizing: border-box;
}
.schoolMusic img {width: 725px;height: 860px;}
.schoolMusic .schoolMusicDetail {text-align: center;padding-left: 460px;}
