.common-title {
    margin-bottom: 71px;
}
.banner-image {
    width: 100%;
    height: 300px;
    background-image: linear-gradient(rgba(87,1,65,.3), rgba(87,1,65,.3)),url(../img/zjjs/expert-nav-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0% 50%;
}
.section{
    width: 100%;
    height: auto;
}
.section-main{
    width: 1440px;
    height: auto;
    margin: 0px auto;
    display: none;
}
.department-navigation{
    width: 100%;
    height: auto;
    overflow: auto;
    padding-bottom: 50px;
}
.subtitle{
    width: 100%;
    height: 42px;

}
.subtitle .describe{
    width: 478px;
    height: 22px;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    flex: none;
    order: 1;
    flex-grow: 0;
    float: left;
    text-align: center;
}
.subtitle .two-side-line{
    display: flex;
    width: 481px;
    height: 1px;
    background: #D9D9D9;
    flex: none;
    order: 0;
    flex-grow: 1;
    float: left;
    margin-top: 20.5px;
}
.subtitle .two-side-line:last-child{
    flex-grow: 2;
}
.navigation-card-list{
    margin-top: 30px;
    width: 100%;
    height: auto;
}
.navigation-card{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    width: 228px;
    height: 80px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-top: 24px;
    cursor: pointer;
    transition: all 0.5s;
    float: left;
    margin-right: 14px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 64px;
    position: relative;
}
.navigation-card-list .navigation-card:nth-child(6n){
    margin-right: 0;
}
.navigation-card label:before{
    content: "";
    width: 8px;
    height: 8px;
    background: #A32674;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    position: absolute;
    margin-right: 5px;
}
.navigation-card label{
    width: 165px;
    padding-left: 20px;
    /*margin-left: 10px;*/
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.navigation-card .arrow{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("../img/arrow.svg") no-repeat 100%;
    transform: rotate(45deg);
}
.navigation-card.active{
    transition: all 1s;
    background: #A32674;
}
.navigation-card.active .dot{
    background: #ffffff;
}
.navigation-card.active label{
    color: #ffffff;
}
.navigation-card.active .arrow{
    background: url("../img/arrow-white.svg") no-repeat 100%;
}

.active-flex {
    display: flex;
}

.active-show {
    display: block;
}
.navigation-card .right-arrow{
    width: 140px;
    height: 140px;
    background: rgba(255, 130, 208, 0);
    border-radius: 8px;
    transform: rotate(-45deg);
    position: absolute;
    left: 200px;
}
.navigation-card:hover .right-arrow{
    background: rgba(255, 130, 208, 0.5);
}
.navigation-card:hover label:before{
    background: #FFFFFF;
}

@media (max-width:1440px) {
    .section-main{
        width: 1200px;
    }

    .subtitle .two-side-line{
        width: 446px;
    }

    .navigation-card-list .navigation-card:nth-child(5n){
        margin-right: 0;
    }
    .navigation-card-list .navigation-card:nth-child(6n){
        margin-right: 14px;
    }
    .navigation-card{
        width: 228.8px;
    }
    .subtitle .describe{
        width: 308px;
        font-size: 14px;
    }
}
