.zfjg_left {
    width: 300px;
    border: 1px solid #e1e1e1;
}

.tylb-box>.l ul {
    border: none;
    padding-top: 0;
    float: initial;
    padding-bottom: 0;
}

.tylb-box>.l ul li {
    width: 250px;
}

.tylb-box>.l ul li.on,
.tylb-box>.l ul li:hover {
    background: none;
}

.tylb-box>.l ul li.on::before,
.tylb-box>.l ul li:hover::before {
    background: #035ea5;
}

.tylb-box>.l ul li.on a,
.tylb-box>.l ul li:hover a {
    color: #035ea5;
    font-weight: bold;
}

.bgHover,
.active {
    background: none;
}

.zfjg_left .hd {
    width: 100%;
    float: left;
    background: url(../images/zfjg_hd_bg.png) no-repeat 24px 32px;
    box-sizing: border-box;
    padding-left: 47px;
    height: 58px;
    padding-top: 31px;
}

.zfjg_left .hd a {
    font-size: 26px;
    color: #035ea5;
    font-weight: bold;
    line-height: 26px;
    float: left;
    display: block;
}

.collapse-item {
    margin-bottom: 10px;
}

.collapse-header {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 20px;
    background: #f5f5f5;
    cursor: pointer;
}

.header-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.header-title {
    flex: 1;
    font-size: 18px;
    color: #035ea5;
    font-weight: bold;
}

.header-title a {
    font-size: 18px;
    color: #035ea5;
    font-weight: bold;
}

.toggle-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    color: #999;
    font-weight: bold;
    margin-right: -10px;
}

.collapse-content {
    padding: 0 20px;
    background: #fff;
}

.content-list {
    list-style: none;
    float: initial;
    margin: 10px 0;
}

.tylb-box>.l .content-list li {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #333;
    padding-left: 30px;
    position: relative;
    float: initial;
}

.tylb-box>.l .content-list li a {
    line-height: 42px;
    font-size: 16px;
    color: #333;
    padding: 0;
}

.content-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b3d9ff;
}

.content-list li.active {
    color: #0047ab;
}

.content-list li.active::before {
    background: #035ea5;
}

.tylb-box>.r {
    border: none;
    padding: 0;
}

.zfjg_right .depart_info {
    height: 156px;
    padding: 22px 32px;
    border: 1px solid #e1e1e1;
    background: url(../images/depart_info_bg.png) left center no-repeat;
}

.depart_info h3 {
    font-size: 24px;
    line-height: 40px;
}

.depart_info span {
    display: block;
    line-height: 35px;
    padding-left: 35px;
}

.depart_info span b {
    margin-right: 2px;
}

.depart_info span:first-of-type {
    margin-top: 15px;
    background: url(../images/zfjg_info_add.png) left center no-repeat;
}

.depart_info span:nth-of-type(2) {
    background: url(../images/zfjg_info_time.png) left center no-repeat;
}

.depart_info span:nth-of-type(3) {
    background: url(../images/zfjg_info_tel.png) left center no-repeat;
}

.depart_detail {
    margin-top: 22px;
}

.depart_detail .hds {
    border-bottom: 4px solid #015293;
}

.depart_detail .hds li {
    float: left;
    list-style: none;
    width: 345px;
    height: 61px;
    margin-right: 4px;
    line-height: 61px;
    color: #015293;
    text-align: center;
}

.depart_detail .hds li a {
    font-size: 22px;
}

.depart_detail .hds li:last-of-type {
    margin-right: 0;
}

.depart_detail .hds li.on a {
    color: #fff;
}

.depart_detail .hds li:nth-of-type(1) {
    background: url(../images/depart_detail_1.png) 50px center no-repeat #e8eff5;
}

.depart_detail .hds li:nth-of-type(1).on {
    background: url(../images/depart_detail_1_on.png) 50px center no-repeat #015293;
}

.depart_detail .hds li:nth-of-type(2) {
    background: url(../images/depart_detail_2.png) 50px center no-repeat #e8eff5;
}

.depart_detail .hds li:nth-of-type(2).on {
    background: url(../images/depart_detail_2_on.png) 50px center no-repeat #015293;
}

.depart_detail .hds li:nth-of-type(3) {
    background: url(../images/depart_detail_3.png) 50px center no-repeat #e8eff5;
}

.depart_detail .hds li:nth-of-type(3).on {
    background: url(../images/depart_detail_3_on.png) 50px center no-repeat #015293;
}

.depart_detail .bds ul {
    background-color: #f5f5f5;
    padding-bottom: 40px;
}

.depart_detail .bds ul .bds_cont {
    height: 1200px;
    max-height: 1200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 48px 66px 0;
}


/* .depart_detail .bds ul:nth-of-type(1) {
    width: 911px !important;
}

.depart_detail .bds ul:nth-of-type(2) {
    width: 912px !important;
}

.depart_detail .bds ul:nth-of-type(3) {
    width: 912px !important;
} */

.depart_detail .bds .depart_cont * {
    line-height: 35px !important;
    font-size: 18px !important;
    color: #333;
    background: none !important;
    font-family: "微软雅黑" !important;
}

.depart_detail .bds .depart_leader li {
    width: 100%;
    padding: 55px 0;
    border-bottom: 1px dashed #bfbfbf;
}

.depart_detail .bds .depart_leader li:first-of-type {
    padding-top: 0;
}

.depart_detail .bds .depart_leader li:last-of-type {
    border-bottom: none;
}

.depart_detail .bds .depart_leader li .img {
    float: left;
    width: 199px;
    height: 250px;
}

.depart_detail .bds .depart_leader li .img img {
    width: 100%;
    height: 100%;
}

.depart_detail .bds .depart_leader li .leader_info {
    width: 670px;
}

.depart_detail .bds .depart_leader li .leader_info .ld_name {
    font-size: 24px;
    font-weight: bold;
}

.depart_detail .bds .depart_leader li .leader_info .ld_duty {
    font-size: 18px;
    margin-top: 15px;
}

.depart_detail .bds .depart_leader li .leader_info .cont {
    margin-top: 40px;
}

.depart_detail .bds .depart_leader li .leader_info .cont * {
    font-size: 18px !important;
    line-height: 40px !important;
    margin: 0;
    padding: 0;
    text-indent: 0 !important;
}

.depart_detail .bds .depart_leader li .leader_info .cont br {
    /* display: none; */
}

.fg_cont,
.jj_cont {
    width: 610px;
}

.depart_detail .bds .nsjg li {
    width: 362px;
    height: 256px;
    float: left;
    margin-right: 43px;
    border: 1px dashed #bfbfbf;
    background-color: #fff;
    padding: 28px 33px;
    margin-bottom: 44px;
}

.depart_detail .bds .nsjg li:nth-of-type(2n) {
    margin-right: 0;
}

.depart_detail .bds .nsjg li .title {
    height: 41px;
    border-bottom: 1px solid #bfbfbf;
}

.depart_detail .bds .nsjg li .title span {
    background: url(../images/jg_title_bg.png) left 2px no-repeat;
    line-height: 25px;
    font-size: 20px;
    padding-left: 21px;
    color: #015293;
    font-weight: bold;
}

.depart_detail .bds .nsjg li .title span a {
    color: #015293;
}

.depart_detail .bds .nsjg li .cont p {
    margin: 25px 0;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

.depart_detail .bds .nsjg li .cont a {
    display: block;
    float: right;
    width: 96px;
    height: 38px;
    background-color: #e8eff5;
    color: #015293;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
}