@charset "utf-8";

.zcwjk {
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding: 0px 0 46px;
}

.zvwjk_txt {
    margin-top: 60px;
    text-align: center;
}

.zvwjk_txt img {
    display: block;
    margin: 0 auto 75px;
}

.zcwjk_main {
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(7, 101, 190, 0.1);
    border-radius: 5px;
    padding: 50px 20px 20px;
}

.zcwjk_main .ssk {
    width: 850px;
    height: 62px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto 42px;
}

.zcwjk_main .ssk .txt {
    width: 100%;
    height: 100%;
    padding: 0 105px 0 25px;
    border: 2px solid #1a69bb;
    border-radius: 10px;
    font-size: 19px;
    color: #a5a0bc;
}

.zcwjk_main .ssk .txt::placeholder {
    font-size: 19px;
    color: #a5a0bc;
}

.zcwjk_main .ssk .jj {
    width: 98px;
    height: 62px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    background-color: #1a69bb;
    border-radius: 0 10px 10px 0;
    background-image: url(../images/zcwjk_fdj.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    ;
}

.zcwjk_content {
    border-top: 1px solid #CADEF0;
    padding-top: 37px;
    display: flex;
    justify-content: space-between;
}

.zcwjk_dh {
    width: 220px;
}

.lmmc {
    width: 100%;
    height: 93px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    background-color: #175da9;
}

.lmmc div span {
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 1.5px;
}

.lmmc div span:nth-child(2) {
    margin: 6px 0;
}

.lmmc p {
    margin-left: 20px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

.ejlm {
    width: 100%;
    height: 75px;
    background-color: #eef7fe;
    padding: 0 25px;
    margin: 3px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ejlm p {
    font-size: 18px;
    line-height: 18px;
    color: #363636;
    font-weight: bold;
}

.ejlm span {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/zcwjk_jia.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.ejlm span.on {
    background-image: url(../images/zcwjk_jian.png);
}

.zcwjk_dh ul ol {
    margin: 25px 0;
    display: none;
}

.zcwjk_dh ul ol li {
    padding-left: 72px;
    line-height: 48px;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
    position: relative;
}

.zcwjk_dh ul ol .active {
    font-weight: bold;
    color: #1465B9;
}

.zcwjk_dh ul ol li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #cccccc;
    left: 56px;
    top: 0;
}

.zcwjk_dh ul ol li::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 49px;
    top: calc(50% - 6.5px);
    z-index: 2;
}


.zcwjk_right {
    width: calc(100% - 250px);
}

.zcwjk_right .table table {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
}

.zcwjk_right .table table td {
    border: 1px solid #e8e8e8;
    height: 55px;

}

.zcwjk_right .table table tr td:nth-child(1),
.zcwjk_right .table table tr td:nth-child(3) {
    width: 120px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #FAFAFA;
}

.zcwjk_right .table table tr td:nth-child(2),
.zcwjk_right .table table tr td:nth-child(4) {
    display: flex;
    height: 100%;
    align-items: center;
    height: 55px;
    border: 1px solid #e8e8e8;

}

.zcwjk_right .table table tr td:nth-child(2) p,
.zcwjk_right .table table tr td:nth-child(4) p {
    margin-left: 15px;
    padding: 6px 10px;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 5px;
    cursor: pointer;
}

.zcwjk_right .table table tr td .active {
    color: #fff;
    background-color: #296db6;
}

.xswj_zs {
    border-bottom: 1px solid #e8e8e8;
    color: transparent;
}

.xswj_zs span {
    font-weight: bold;
    font-size: 28px;
    color: #2467B0;
    line-height: 44px;
    line-height: 28px;
    display: inline-block;
    margin-top: 45px;
    padding-bottom: 24px;
    position: relative;
}

.xswj_zs span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #1658a0;
    bottom: 0;
    left: 0;
}

.zcwjk_list {
    margin-top: 15px;
}

.zcwjk_list .zcwjk_title {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 2px solid #026ab6;
    margin-bottom: 30px;
}

.zcwjk_list .zcwjk_title p {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.zcwjk_list .zcwjk_title p:nth-child(1) {
    width: 60px;
}

.zcwjk_list .zcwjk_title p:nth-child(2) {
    width: calc(100% - 410px);
    text-align: left;
    padding: 0 20px;
}

.zcwjk_list .zcwjk_title p:nth-child(3) {
    width: 200px;
}

.zcwjk_list .zcwjk_title p:nth-child(4) {
    width: 150px;
}

.zcwjk_list li {
    display: flex;
    height: 75px;
}

.zcwjk_list li:nth-child(odd) {
    background-color: #eee;
}

.zcwjk_list li p {
    font-size: 16px;
    text-align: center;
    color: #1A1A1A;
}

.zcwjk_list li p:nth-child(1) {
    width: 60px;
    line-height: 75px;

}

.zcwjk_list li .bt:nth-child(2) {
    width: calc(100% - 410px);
    padding: 0 20px;
}

.zcwjk_list li p:nth-child(3) {
    width: 200px;
    line-height: 75px;

}

.zcwjk_list li p:nth-child(4) {
    width: 150px;
    line-height: 75px;

}

.zcwjk_list li .bt p {
    width: 100%;
    /* line-height: 42px; */
    text-align: left;
}

.zcwjk_list li .bt p a {
    display: block;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zcwjk_list li .bt div {
    line-height: 15px;
}

.zcwjk_list li .bt div a {
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    color: #1e7ce0;
}



.list_fy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.list_fy .list_ym {
    display: flex;
    align-items: center;

}

.list_fy .list_ym a {
    display: block;
    margin: 0 3px;
    width: 36px;
    height: 36px;
    font-size: 17px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}


.list_fy .list_ym .active {
    color: #fff;
    background-color: #194897;
}

.list_fy .prev,
.list_fy .next {
    width: 36px;
    height: 36px;
    border: 1px solid #e5e5e5;
    margin: 0 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.list_fy .prev {
    background-image: url(../images/zuojiantou.png);
}

.list_fy .next {
    background-image: url(../images/youjiantou.png);
}

@media(max-width:1480px) {

    .w1460.zcwjk_main {
        width: 100%;
        padding: 50px 3% 20px;
    }

    .zcwjk_dh {
        width: 250px;
    }

    .zcwjk_dh ul ol li {
        padding-left: 50px;
    }

    .zcwjk_dh ul ol li::before {
        left: 30px;
    }

    .zcwjk_dh ul ol li::after {
        left: 37px;
    }

    .zcwjk_right {
        width: calc(100% - 40px - 250px);
    }
}

@media (max-width: 1300px) {

    .zcwjk .w1260 {
        width: 100%;
        padding: 0 3%;
    }
}

@media (max-width: 1200px) {
    .zcwjk_content {
        display: block;
    }

    .zcwjk_right {
        width: 100%;
        margin-top: 30px;
    }

    .zcwjk_dh {
        width: 100%;
        margin: 0 auto;
    }

}

@media (max-width: 1000px) {
    .zcwjk_main .ssk {
        width: 100%;
    }


    .zcwjk_right .table table tr td:nth-child(2) p,
    .zcwjk_right .table table tr td:nth-child(4) p {
        margin: 0 10px;
        font-size: 16px;
    }

    .zcwjk_right .table table tr td:nth-child(1),
    .zcwjk_right .table table tr td:nth-child(3) {
        font-size: 18px;
        text-align: center;
    }

    .zcwjk_right .table table tr td:nth-child(1),
    .zcwjk_right .table table tr td:nth-child(3) {
        width: auto;
        font-size: 18px;
    }
}

@media (max-width:768px) {




    .zcwjk_list .zcwjk_title p:nth-child(3) {
        display: none;
    }

    .zcwjk_list .zcwjk_title p:nth-child(2) {
        width: calc(100% - 210px);
    }

    .zcwjk_list li .bt:nth-child(2) {
        width: calc(100% - 210px);
    }

    .zcwjk_list li p:nth-child(3) {
        display: none;
    }

    .xswj_zs span {
        font-size: 28px;
        line-height: 28px;
    }


    .table tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .table tr td {
        display: block;
    }

    .table tr td:nth-child(1),
    .table tr td:nth-child(3) {
        width: 100px !important;
        line-height: 55px;
    }

    .table tr td:nth-child(2),
    .table tr td:nth-child(4) {
        width: calc(100% - 100px)
    }

}

@media(max-width:576px) {
    .zcwjk_list li p {
        font-size: 15px;
    }

    .zcwjk_list .zcwjk_title p:nth-child(4) {
        width: 100px;
    }

    .zcwjk_list .zcwjk_title p {
        font-size: 18px;
        line-height: 18px;
    }

    .zcwjk_list li p:nth-child(4) {
        width: 100px;
    }

    .zcwjk_list .zcwjk_title p:nth-child(2) {
        width: calc(100% - 160px);
    }

    .zcwjk_list li .bt:nth-child(2) {
        width: calc(100% - 160px);
    }

    .zcwjk_list .zcwjk_title {
        margin-bottom: 15px;
    }

    .zcwjk_list li .bt:nth-child(2) {
        padding: 0 10px;
    }

    .zcwjk_list li .bt div {
        line-height: 12px;
    }

    .zcwjk_list li .bt div a {
        font-size: 12px;
        line-height: 12px;
    }

    .ejlm p {
        font-size: 18px;
        line-height: 18px;
    }

    .ejlm span {
        width: 15px;
        height: 15px;
    }

    .lmmc p {
        margin-left: 20px;
        font-size: 24px;
        line-height: 24px;
    }

    .lmmc div span:nth-child(2) {
        margin: 5px 0;
    }

    .lmmc div span {
        width: 24px;
        height: 3px;
    }

    .zcwjk_dh ul ol li {
        font-size: 15px;
    }
}


@media(max-width:480px) {

    .xswj_zs span {
        font-size: 24px;
        line-height: 24px;
    }



    .zcwjk_list li p {
        font-size: 12px;
    }



    .zvwjk_txt img {
        width: 60%;
    }

    .zcwjk_main .ssk .txt {
        padding: 0 105px 0 15px;
        font-size: 16px;
    }

    .zcwjk_main .ssk .txt::placeholder {
        font-size: 16px;
    }

    .lmmc {
        height: 70px;
    }

    .ejlm {
        height: 60px;
    }

    .zcwjk_main .ssk {
        height: 50px;
        margin: 0 auto 30px;
    }

    .zcwjk_main .ssk .jj {
        width: 70px;
        height: 50px;
        background-size: 35%;
    }

    .zcwjk_main .ssk .txt {
        padding: 0 80px 0 20px;
        border: 1px solid #1a69bb;
    }



    .zcwjk_right .table table tr td:nth-child(2) p,
    .zcwjk_right .table table tr td:nth-child(4) p {
        font-size: 12px;
    }

    .zcwjk_right .table table tr td:nth-child(2) p,
    .zcwjk_right .table table tr td:nth-child(4) p {
        margin: 0 5px;
    }

}