﻿/* -------------- 5-13 ------------------ */
.faculty-head {
    width: 100%;
    display: flex;
    /* height: 70px; */
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 6px;
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    align-items: center;
    margin-bottom: 70px;
}

.faculty-head .box {
    font-size: 24px;
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    margin-right: 10px;
    cursor: pointer;
}

.faculty-head .box a {
    color: #2C2C2C;
}

.faculty-head .box.on {
    background: #1B3172;
    border-radius: 10px;
    color: #fff;
}

.faculty-head .box.on a {
    color: #fff;
}

.faculty-count .item {
    width: 100%;
    margin-bottom: 52px;
    background: #fff;
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.faculty-count .item .title {
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 10px 0px;
    background: linear-gradient(270deg, #FFF3FF 0%, #DEEEFF 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
    border-radius: 10px 10px 10px 0px;
}

.faculty-count .item .title .name {
    font-size: 40px;
    color: #1B3172;
}

.faculty-count .item .title .ico {
    width: 21px;
    height: 11px;
    display: inline-block;
    background: url(../img/513-jt.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.faculty-count .item .list {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.faculty-count .item .list .box {
    margin: 5px 0;
}

.faculty-count .item .list a {
    font-size: 30px;
    color: #2C2C2C;
}

.faculty-count .item .list a:hover {
    color: #1B3172;
    font-weight: bold;
}

.faculty-count .item.close .ico {
    transform: rotateX(180deg);
    transition: all 0.5s ease-in-out;
}

.faculty-count .item.close .list {
    display: none;
}

.faculty-count .item.active .title {
    background: #1B3172;
}

.faculty-count .item.active .title .ico {
    background: url(../img/513-jt2.png) center no-repeat;
    background-size: 100% 100%;
    transform: rotateX(180deg);
}

.faculty-count .item.active.close .ico {
    transform: rotateX(180deg);
    transition: all 0.5s ease-in-out;
}

.faculty-count .item.active .title .name {
    color: #fff;
    font-weight: bold;
}


.nmainBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subNav_new {
    width: 18%;
}

.nwidth {
    width: 78%;
}

.subNav_new .box {
    padding: 15px 0;
    transition: all 0.5s ease-in-out;
}

.subNav_new .box a {
    color: #2C2C2C;
    font-size: 24px;
    font-weight: bold;
}

.subNav_new .box.on {
    background: #fff;
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.subNav_new .box.on span {
    margin: 0 7px;
    display: inline-block;
    line-height: 40px;
}

.subNav_new .box .ico2,
.subNav_new .box .ico1 {
    height: 40px;
    display: flex;
    align-items: center;
}

.subNav_new .box h3 {
    width: 100%;
    position: relative;
}

.subNav_new .box.on a {
    color: #143270;
    display: flex;
    align-items: flex-start;
}


.subNav_new .box h3 .ico2 {
    position: absolute;
    right: 0;
}

.crumbs-name {
    font-size: 36px;
    font-weight: bold;
    color: #143270;
    margin-bottom: 10px;
}