.content{
    width: 1280px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 60px;
}
.navigation{
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
    color: #999999;
}
.navigation img{
    padding-right: 20px;
    padding-bottom: 4px;
}
.news-content-bannar img{
    width: 1280px;
    height: 145px;
    object-fit: cover;
}
.news-nav-bar{
    height: 70px;
    width: 1030px;
    margin: 0 125px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    align-items:flex-end;
}
.news-nav-bar-item{
    width: 124px;
    height: 39px;
    background: url(../imgs/yygk_13.png);
    text-align: center;
    line-height: 39px;
    color: #999999;
    font-size: 17px;
    font-weight: bolder;
}
.news-nav-bar-item{
    background: url(../imgs/yygk_11.png);
    color: #fff;
}
.department{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #008385;
    margin:20px 15px;
}
.lcks{
    background: url(../imgs/lcks.png) bottom left no-repeat;
}
.tsmz{
    background: url(../imgs/tsmz.png) bottom left no-repeat;
}
.yjks{
    background: url(../imgs/yjks.png) bottom left no-repeat;
}
.zymj{
    background: url(../imgs/zymj.png) bottom left no-repeat;
}
.department-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 30px;
    gap: 8px;
}
.department-item{
    width: 210px;
    height: 36px;
    line-height: 36px;
    border: 1px dotted #008385;
    padding-left: 25px;
    font-size: 15px;
    background: url(../imgs/ksdh-arrow.jpg) no-repeat left 10px center;
}
.department-item:hover{
    background: #008385 url(../imgs/ksdh-arrow-white.jpg) no-repeat left 10px center ;
    color: white;
}

.department-item a{
    display: block;
}
.department-item a:hover{
    color: white;
}