.news-content-box {
    display: flex;
    flex-direction: column;
    margin: 0 200rem;
    /*margin-top: -68rem;*/
    margin-bottom: 85rem;
    /*background: #ffffff;*/
    padding: 30rem;
}

.news-content-box .content-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30rem;
    font-weight: 500;
    margin-bottom: 30rem;
}

.news-content-box .content-box-title .header-tree-icon{
    width: 50rem;
    height: 50rem;
    background-image: url(../images/tree_icon.png);
    background-size: 100% 100%;
    margin-left: 10rem;
}

.news-content-box .dept-box {
    width: 100%;
    /*height: 500px;*/
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 20rem;
}

.news-content-box .dept-box .dept-head {
    width: 100%;
    height: 80rem;
    background-color: #0263B2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30rem;
    box-sizing: border-box;
}

.news-content-box .dept-box .dept-head .dept-title{
    font-size: 22rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.news-content-box .dept-box .dept-head .dept-head-bg{
    width: 200rem;
    height: 35rem;
    background-image: url(../images/hk_text_logo.png);
    background-size: 100% 100%;
}

.news-content-box .dept-box .dept-head .dept-title .dept-title-icon{
    width: 30rem;
    height: 30rem;
    background-image: url(../images/yygl_icon.png);
    background-size: 100% 100%;
    margin-right: 10rem;
}

.news-content-box .dept-box .dept-content-box{
    display: flex;
    flex-wrap: wrap;
    padding: 20rem;
}

.news-content-box .dept-box .dept-content-box .dept-item{
    width: 250rem;
    height: 50rem;
    /*background-color: #0263B2;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22rem;
    margin-bottom: 10rem;
    cursor: pointer;
}

.news-content-box .dept-box .dept-content-box .dept-item1{
    width: 100%;
    justify-content: flex-start;
    padding-left: 80rem;
}

.news-content-box .dept-box .dept-content-box .dept-item2{
    width: calc(100% / 2);
}

.news-content-box .dept-box .dept-content-box .dept-item3{
    width: calc(100% / 3);
}

.news-content-box .dept-box .dept-content-box .dept-item4{
    width: calc(100% / 4);
}

.news-content-box .dept-box .dept-content-box .dept-item5{
    width: calc(100% / 5);
}

.news-content-box .dept-box .dept-content-box .dept-item:hover{
    color: #007aff;
}

.news-content-box .dept-box .dept-content-box .dept-item .arrow-right{
    width: 30rem;
    height: 30rem;
    margin-left: 10rem;
    margin-top: 10rem;
}