* {
    box-sizing: border-box;
}

.banner-image {
    background-image: linear-gradient(rgba(87, 1, 65, .3), rgba(87, 1, 65, .3)), url(../img/ksjj/ksjj_banner.png;vpn_img);
}

/** .content {
    background: url("../img/news/news-info-bg2.jpg;vpn_img") no-repeat;
    background-size: 100% 100%;
    background-color: #ffffff;
    margin-top: 0px !important;
    padding-top: 107px;
} **/

.content2 {
    background: url("../img/news/news-info-bg2.jpg;vpn_img") no-repeat;
    background-size: 100% 100%;
    background-color: #ffffff;
    margin-top: 0px !important;
    padding-top: 107px;
    display: none;
}

.content-item {
    width: 1440px;
    padding: 10px 76px 260px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 72px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.dept {
    width: 100%;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    margin-bottom: 52px;
}

.deptName {
    font-family: 'PingFang HK';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.9);
}

.deptName2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.line {
    width: 75px;
    height: 5px;
    background: #A32674;
}
.otherDept {
    font-family: 'PingFang HK';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.6);
    cursor: pointer;
}

.experts {
    display: flex;
    flex-wrap: wrap;
}

.expert {
    width: 292px;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    margin-right: 40px;
    cursor: pointer;
    margin-bottom: 40px;
}
.expert:hover .name,.zw{
    color: #A32674;
}

.expert:nth-child(4n) {
    margin-right: 0px;
}

.expert img {
    height: 300px;
    width: 292px;
}

.name {
    height: 32px;
    font-family: 'PingFang HK';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #333333;
    display: flex;
    justify-content: center;
    margin: 20px 0px 10px;
    position: relative;
}
.name:after {
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    background: #A32674;
    border-radius: 21px;
    margin: 4px auto;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.zw {
    width: 237px;
    height: 48px;
    font-family: 'PingFang HK';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.6);
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.child-dept-list{
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
 }
.child-dept-item{
    width: max-content;
    height: 40px;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
}
.child-dept-item.active:after{
    width: 100%;
    content: "";
    display: block;
    height: 3px;
    background: #A32674;
    position: relative;
    top: 10px;
}

@media (min-width: 1200px) and (max-width: 1440px) {

}
