.content{
    width: 1280px;
    margin: 0 auto;
    background: #fff;
}
.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: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    align-items:flex-end;
    flex-wrap: wrap;
    margin: 0 30px;
    padding: 30px 0;
    border-bottom: #ccc 1px solid;
}

.news-nav-bar-item{
    min-width: 124px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #999999;
    font-size: 17px;
    font-weight: bolder;
    display: flex;
    justify-content: space-between;
}
.news-nav-bar-item a{
    min-width: 96px;
    background: url(../imgs/off-bg.png);
    color: #008385 !important;
}

.news-nav-bar-item::before{
    content: '';
    display: inline-block;
    background: url(../imgs/off-l.png);
    width: 14px;
    height: 39px;
}
.news-nav-bar-item::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 39px;
    background: url(../imgs/off-r.png);
}

.news-nav-bar-item-active a{
    min-width: 96px;
    background: url(../imgs/on-bg.png);
    color: #fff  !important;
}

.news-nav-bar-item-active::before{
    background: url(../imgs/on-l.png);
    color: #fff;
    width: 14px;
    height: 39px;
}

.news-nav-bar-item-active::after{
    background: url(../imgs/on-r.png);
    color: #fff;
    width: 14px;
    height: 39px;
}

.department-name{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #008385;
    margin:0 30px;
    background: url(../imgs/ksdh_bg.png) bottom left no-repeat;
}
.department-brief-intro{
    padding: 40px;
    display: flex;
    flex-direction: row;
}

.department-desc{
    width: 777px;
}
.desc{
    margin-left: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    overflow:hidden;
    font-size: 18px;
    line-height: 1.8;
}
.desc p {
    text-indent: 2em;
}
.more{
    margin: 10px 40px;
    float: right;
}
.specialist-section{
    width: 1130px;
    padding: 30px 75px;
    display: flex;
    flex-direction: column;
}
.specialist-section-title{
    height: 50px;
    width: inherit;
    border-bottom:1px dotted #008385 ;
}
.specialist-list{
    padding: 30px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}
.specialist-list-item{
    width: 187px;
    height: 325px;
    background-color: #fbfbfb;
    padding-left: 11px;
    border: 1px solid #ededed;
}
.specialist-img{
    padding-top: 11px;
    width: 175px;
    height: 235px;
    overflow:hidden;
}
.specialist-name{
    line-height: 50px;
    font-size: 28px;
    color: #3fb2b4;
}
.specialist-position{
    color: #7a7a7a;
}
