.banner-image {
    background-image: linear-gradient(rgba(87,1,65,.3), rgba(87,1,65,.3)),url(../img/ksdh/quick_card_11.jpg);
    background-position: 0% 50%;
}
.ks-content{
    width: 100%;
    height: auto;
    margin-top: 0px !important;
}
.search-element{
    width: 100%;
    height: 155px;
}
.search-element::after{
    content: "";
    height: inherit;
    background: url(../img/ksdh/content-top-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    transform: rotate(0deg);
}
.search-element-container{
    width: 1440px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
}
.search-element-box{
    width: 640px;
    height: 56px;
    background: #FFFFFF;
    border: 2px solid #A32674;
    border-radius: 56px;
    overflow: hidden;
    z-index: 1;
}
.search-element-box .search-button{
    width: 120px;
    height: 52px;
    background: #A32674;
    border-radius: 56px;
    float: right;
    position: relative;
    right: -1px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-element-box .search-input{
    width: 400px;
    height: 100%;
    float: left;
    margin-left: 30px;
    font-size: 17px;
}
.department{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.department-container{
    width: 1440px;
    height: auto;
    margin: 0 auto;
}
.first-level-department{
    width: max-content;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
}
.first-level-department:after{
    content: "";
    display: inline-block;
    width: 90%;
    height: 18px;
    position: relative;
    top: -25px;
    background: rgba(163, 38, 116, 0.3);
}
.second-level-department-list,
.three-level-department-list,
.four-level-department-list{
    width: 100%;
    height: auto;
    clear: left;
}
.four-level-department-list{
   width: 94%;
   float:right;
    overflow: hidden;
}
.second-level-department-item,
.three-level-department-item{
    width: 100%;
    height: auto;
    clear: left;
    overflow: auto;
}
.second-level-department-title{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
}
.second-level-department-title span{
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #A32674;
    flex: none;
    margin-right: 10px;
    cursor: pointer;
}
.second-level-department-title img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 8px;
}
.second-level-department-title .under-line{
    width: inherit;
    height: 2px;
    background: rgba(163, 38, 116, 0.2);
}
.second-level-department-title:after{
    content: "";
    width: 8px;
    height: 8px;
    background: rgba(163, 38, 116, 0.2);
    float: right;
    border-radius: 50%;
}
.three-level-department-title{
    width: fit-content;
    height: 40px;
    display: flex;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333333;
    margin-top: 30px;
    cursor: pointer;
    text-indent: 35px;
}
.four-level-department-item{
    width: 240px;
    height: 50px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
    float: left;
    cursor: pointer;
    padding: 0 20px;
    margin-top: 15px;
}
.four-level-department-item span{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}
.four-level-department-item .right-arrow{
    width: 22px;
    height: 22px;
    background: url("../img/arrow.svg") 100% no-repeat;
}
.four-level-department-item:nth-child(5){
    margin-right: 0;
}
.four-level-department-item:hover{
    background-color: #A32674;
}
.four-level-department-item:hover span{
    color: #FFFFFF;
}
.four-level-department-item:hover .right-arrow{
    background: url("../img/arrow-white.svg") 100% no-repeat;
}
.second-level-department-item{
    margin-top: 25px;
}
.highlight{
    background: #ffeb3b;
    text-indent: 0px;
}