@charset "utf-8";
/* CSS Document */
.successive .succList {
    text-align: center;
    font-size: 0;
}
.successive .succList li {
    width: 256px;
    margin: 30px 30px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.successive .succList li:nth-child(5n) {
    margin-right: 0;
}
.successive .succList li .img {
    width: 240px;
    height: 320px;
    background: url("iwh_jgkg_2026.jpg") no-repeat;
    padding: 20px;
    overflow: hidden;
}

.successive .succList li .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.successive .succList li .img img {
    width: 100%;
    height: 100%;
}
.successive .succList li .textBox {
    width: 240px;
    height: 100px;
    text-align: center;
}
.successive .succList li .textBox h3 {
    color: #4589C2;
    font-size: 20px;
    line-height: 1.5;
    padding: 0px 0 0;
    border-bottom: 2px solid #4589C2;
    margin-bottom: 15px;
}
.successive .succList li .textBox p {
    color: #374351;
    font-size: 16px;
    line-height: 1.5;
}
.successive .succList li .textBoxStyle h3 {
    padding-bottom: 15px;
}
.successive .succList li .textBoxStyle p {
    /* padding-bottom: 5px; */
}
.successive + .successive {
    padding: 32px 0 80px;
}


/*机构设置 -所领导班子*/
.jg_ld1 li{
    float: left;
    width: 48.5%!important;
    position: relative;
    margin-top: 25px;
    padding-left: 36px;
    padding-right: 30px;
    background: url(sk_sjs202511_bg12.png) #fff;
    box-shadow: 0px 0px 12px rgba(69, 137, 194, .12);/* 阴影透明度 */
}
.jg_ld1 .succList li {
    box-shadow:none;
    width: 44%!important;
}
.jg_ld1 li:nth-child(2n) {
    float: right;
}
.jg_ld1 li:nth-child(2n + 1) {
    clear: both;
}
.jg_ld1 li::before {
    content: '';
    width: 50px;
    background: url(sk_sjs202511_bg11.png) top no-repeat #4589c2;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.jg_ld1 .succList li::before {
    display: none;
}
.jg_ld1 .bg{
    background: url(sk_sjs202511_bg09.png) right 40px no-repeat;
}
.jg_ld1 li .text{
    border-bottom: 1px solid #cbe0f1;
    line-height: 2;
    padding: 15px 0 18px;
    padding-left: 30px;
    position: relative;
}
.jg_ld1 li .text:last-child {
    border-bottom: 0;
}
.jg_ld1 li .text .t1{
    font-size: 24px;
    font-weight: bold;
    margin-left: 30px;
}
.jg_ld1 li .text .t2{
    font-size: 20px;
}
.jg_ld1 li .text .t2 .a1{
    display: inline-block;
    /*	padding: 0 30px;*/
    margin-right: 20px;
    white-space: nowrap;
}
.jg_ld1 li .text .t2 .a1::after{
    display: inline-block;
    content: '|';
    color: #5191c6;
    margin-left: 22px;
}
.jg_ld1 li .text .t2 .a1:last-child {
    margin-right: 0;
}
.jg_ld1 li .text .t2 .a1:last-child::after {
    display: none;
}
.jg_ld1 li:nth-child(n+3) .text .t2 .a1::after{
    display: none;
}

.jg_ld1 .successive .succList li .img {
    width: 240px;
    height: 296px;
    background: url("iwh_jgkg2_2026.jpg") no-repeat;
    padding: 20px;
}
.jg_ld1 .successive .succList li .textBox {
    width: 240px;
    height: 110px;
    text-align: center;
}
.jg_ld1 .successive .succList li .textBox h3 {
    border-bottom: none;
    padding: 0;
    margin-bottom: 10px;
}


.jg_ld2{
    position: relative;
    margin-top: 25px;
    padding-left: 80px;
    padding-right: 30px;
    background: url(sk_sjs202511_bg12.png) #fff;
    box-shadow: 0px 0px 12px rgba(69, 137, 194, .12);/* 阴影透明度 */
}
.jg_ld2::before {
    content: '';
    width: 50px;
    background: url(sk_sjs202511_bg11.png) top no-repeat #4589c2;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.bg{
    background: url(sk_sjs202511_bg09.png) right bottom no-repeat;
}
.jg_ld2 li {
    float: left;
    border-right: 1px solid #DFECF7;
    margin: 30px 0;
}
.jg_ld2 li:last-child {
    border-right: none;
}
.jg_ld2 li .text{
    border-bottom: 1px solid #cbe0f1;
    line-height: 2;
    padding: 0 60px;
    /* padding-left: 30px; */
    position: relative;
}
.jg_ld2 li:first-child .text {
    padding-left: 30px;
}
.jg_ld2 li .text:last-child {
    border-bottom: 0;
}
.jg_ld2 li .text .t1{
    font-size: 24px;
    font-weight: bold;
}
.jg_ld2 li .text .t2{
    font-size: 18px;
}
.jg_ld2 li .text .t2 .a1{
    display: inline-block;
    /*	padding: 0 30px;*/
    margin-right: 20px;
    white-space: nowrap;
}
.jg_ld2 li .text .t2 .a1::after{
    display: none;
    content: '|';
    color: #5191c6;
    margin-left: 22px;
}
.jg_ld2 li .text .t2 .a1:last-child {
    margin-right: 0;
}
.jg_ld2 li .text .t2 .a1:last-child::after {
    display: none;
}
.jg_ld2 li:nth-child(n+3) .text .t2 .a1::after{
    display: none;
}
.jg_ld2 .t_open {
    position: relative;
    display: block;
}


.jg_ld3{
    position: relative;
    margin-top: 25px;
    padding-left: 80px;
    padding-right: 30px;
    background: url(sk_sjs202511_bg12.png) #fff;
    box-shadow: 0px 0px 12px rgba(69, 137, 194, .12);/* 阴影透明度 */
}
.jg_ld3::before {
    content: '';
    width: 50px;
    background: url(sk_sjs202511_bg11.png) top no-repeat #4589c2;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.jg_ld3 li .successive {
    margin-left: 60px;
}
.jg_ld3 li .text .t1 {
    font-size: 24px;
    font-weight: bold;
    margin-left: 15px;
    padding-top: 30px;
}
.jg_ld3 .successive .succList li .img {
    width: 240px;
    height: 296px;
    background: url("iwh_jgkg2_2026.jpg") no-repeat;
    padding: 20px;
}
.jg_ld3 .successive .succList li .textBox {
    width: 240px;
    height: 110px;
    text-align: center;
}
.jg_ld3 .successive .succList li .textBox h3 {
    border-bottom: none;
    padding: 0;
    margin-bottom: 10px;
}
.jg_ld3 .successive .succList li {
    width: 28%;
    margin: 30px 30px 0 0;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 1440px) {
    .successive .succList li {
        width: 188px;
        margin: 20px 15px 0 0;
    }
    .successive .succList li:nth-child(5n) {
        margin-right: 0;
    }
    .successive .succList li .img {
        width: 180px;
        height: 240px;
        padding: 15px;
    }
    .successive .succList li .textBox {
        width: 180px;
        height: 90px;
    }
    .successive .succList li .textBox h3 {
        font-size: 16px;
    }
    .successive .succList li .textBox p {
        font-size: 12px;
    }
    .successive .succList li .textBoxStyle h3 {
        padding-bottom: 13px;
    }
    .successive .succList li .textBoxStyle p {
        /* padding-bottom: 2px; */
    }
    .successive + .successive {
        padding: 20px 0 64px;
    }
    /*机构设置 -所领导班子*/
    .jg_ld1 li{
        float: left;
        width: 48.5%!important;
        position: relative;
        margin-top: 25px;
        padding-left: 25px;
        padding-right: 30px;
        background: url(sk_sjs202511_bg12.png) #fff;
        box-shadow: 0px 0px 12px rgba(69, 137, 194, .12);/* 阴影透明度 */
    }
    .jg_ld1 .succList li {
        box-shadow:none;
        width: 44%!important;
    }
    .jg_ld1 li:nth-child(2n) {
        float: right;
    }
    .jg_ld1 li:nth-child(2n + 1) {
        clear: both;
    }
    .jg_ld1 li::before {
        content: '';
        width: 40px;
        background: url(sk_sjs202511_bg11.png) top no-repeat #4589c2;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }
    .jg_ld1 .succList li::before {
        display: none;
    }
    .jg_ld1 .bg{
        background: url(sk_sjs202511_bg09.png) right 40px no-repeat;
    }
    .jg_ld1 li .text{
        border-bottom: 1px solid #cbe0f1;
        line-height: 2;
        padding: 15px 0 18px;
        padding-left: 30px;
        position: relative;
    }
    .jg_ld1 li .text:last-child {
        border-bottom: 0;
    }
    .jg_ld1 li .text .t1{
        font-size: 20px;
        font-weight: bold;
        margin-left: 20px;
    }
    .jg_ld1 li .text .t2{
        font-size: 20px;
    }
    .jg_ld1 li .text .t2 .a1{
        display: inline-block;
        /*	padding: 0 30px;*/
        margin-right: 20px;
        white-space: nowrap;
    }
    .jg_ld1 li .text .t2 .a1::after{
        display: inline-block;
        content: '|';
        color: #5191c6;
        margin-left: 22px;
    }
    .jg_ld1 li .text .t2 .a1:last-child {
        margin-right: 0;
    }
    .jg_ld1 li .text .t2 .a1:last-child::after {
        display: none;
    }
    .jg_ld1 li:nth-child(n+3) .text .t2 .a1::after{
        display: none;
    }

    .jg_ld1 .successive .succList li .img {
        width: 142px;
        height: 182px;
        background: url("iwh_jgkg2_2026.jpg") no-repeat;
        padding: 15px;
    }
    .jg_ld1 .successive .succList li .textBox {
        width: 142px;
        height: 80px;
        text-align: center;
    }
    .jg_ld1 .successive .succList li .textBox h3 {
        border-bottom: none;
        padding: 0;
        margin-bottom: 10px;
    }


    .jg_ld2{
        position: relative;
        margin-top: 25px;
        padding-left: 60px;
        padding-right: 30px;
        background: url(sk_sjs202511_bg12.png) #fff;
        box-shadow: 0px 0px 12px rgba(69, 137, 194, .12);/* 阴影透明度 */
    }
    .jg_ld2::before {
        content: '';
        width: 40px;
        background: url(sk_sjs202511_bg11.png) top no-repeat #4589c2;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .bg{
        background: url(sk_sjs202511_bg09.png) right bottom no-repeat;
    }
    .jg_ld2 li {
        float: left;
        border-right: 1px solid #DFECF7;
        margin: 30px 0;
    }
    .jg_ld2 li:last-child {
        border-right: none;
    }
    .jg_ld2 li .text{
        border-bottom: 1px solid #cbe0f1;
        line-height: 2;
        padding: 0 23px;
        /* padding-left: 30px; */
        position: relative;
    }
    .jg_ld2 li:first-child .text {
        padding-left: 25px;
    }
    .jg_ld2 li .text:last-child {
        border-bottom: 0;
    }
    .jg_ld2 li .text .t1{
        font-size: 20px;
        font-weight: bold;
    }
    .jg_ld2 li .text .t2{
        font-size: 14px;
    }
    .jg_ld2 li .text .t2 .a1{
        display: inline-block;
        /*	padding: 0 30px;*/
        margin-right: 20px;
        white-space: nowrap;
    }
    .jg_ld2 li .text .t2 .a1::after{
        display: none;
        content: '|';
        color: #5191c6;
        margin-left: 22px;
    }
    .jg_ld2 li .text .t2 .a1:last-child {
        margin-right: 0;
    }
    .jg_ld2 li .text .t2 .a1:last-child::after {
        display: none;
    }
    .jg_ld2 li:nth-child(n+3) .text .t2 .a1::after{
        display: none;
    }
    .jg_ld2 .t_open {
        position: relative;
        display: block;
        bottom: 0;
    }

    .jg_ld3{
        position: relative;
        margin-top: 25px;
        padding-left: 60px;
        padding-right: 30px;
        background: url(sk_sjs202511_bg12.png) #fff;
        box-shadow: 0px 0px 12px rgba(69, 137, 194, .12);/* 阴影透明度 */
    }
    .jg_ld3::before {
        content: '';
        width: 40px;
        background: url(sk_sjs202511_bg11.png) top no-repeat #4589c2;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }
    .jg_ld3 li .successive {
        margin-left: 60px;
    }
    .jg_ld3 li .text .t1 {
        font-size: 20px;
        font-weight: bold;
        margin-left: 15px;
        padding-top: 30px;
    }
    .jg_ld3 .successive .succList li .img {
        width: 142px;
        height: 182px;
        background: url("iwh_jgkg2_2026.jpg") no-repeat;
        background-size: cover;
        padding: 15px;
    }
    .jg_ld3 .successive .succList li .textBox {
        width: 140px;
        height: 80px;
        text-align: center;
    }
    .jg_ld3 .successive .succList li .textBox h3 {
        border-bottom: none;
        padding: 0;
        margin-bottom: 10px;
    }
    .jg_ld3 .successive .succList li {
        width: 28%;
        margin: 30px 30px 0 0;
        display: inline-block;
        vertical-align: middle;
    }
}