.wdktop {
    width: 100%;
    margin-top: 23px;
    background: url(../images/zcwjk/wdktopbg.png) no-repeat;
    padding: 37px 0 0;
}

.wdktit {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #1B5ABA;
}

.wdktab {
    margin-top: 43px;
    text-align: center;
    font-size: 0;
}

.wdktab span {
    display: inline-block;
    font-size: 20px;
    background-color: #fff;
    width: 280px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px 4px 0 0;
    margin: 0 20px;
    cursor: pointer;
}

.wdktab span.on {
    background: linear-gradient(180deg, #94C6FF 0%, #2980F2 100%);
    color: #fff;
    font-weight: bold;
    position: relative;
}

.wdktab span::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #2980F2;
    left: 50%;
    top: 100%;
    margin-left: -20px;
    ;
    display: none;
}

.wdktab span.on::after {
    display: block;
}

.tablist {
    padding: 20px 0;
    margin-top: 25px;
    border-bottom: 1px solid #D1D1D1;
}

.tablist ul {
    display: none;
}

.tablist ul.on {
    display: block;
}

.tablist li {
    float: left;
    width: 20%;
    font-size: 18px;
    line-height: 60px;
    padding-left: 15px;
    background: url(../images/zcwjk/list_ico.png) no-repeat left center;
}

.cjzcwdbox,
.lmbox {
    margin-top: 40px;
}

.cjlist {
    margin-top: -20px;
    font-size: 0;
    text-align: justify;
    text-align-last: justify;
}

.cjlist li {
    margin-top: 40px;
    font-size: 18px;
    display: inline-block;
    text-align-last: left;
    text-align: left;
    width: 97%;
    padding: 20px;
}

.cjlist li span {
    float: right;
    color: #A6A6A6;
}

.cjlist li:nth-child(even) {
    margin-left: 3%;
}

.cjlist li h2 {
    padding-left: 34px;
    background: url(../images/zcwjk/ask_ico.png) no-repeat left center;
    font-size: 18px;
}

.cjlist li h2 a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1B5ABA;
    font-weight: bold;
}

.cjlist li .memo {
    margin-top: 10px;
    line-height: 30px;
    color: #808080;
}

.cjlist li .memo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lmlist {
    margin-top: 10px;
}

.lmlist li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: url(../images/zcwjk/list_ico2.png) no-repeat left center;
    padding-left: 17px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lmlist li span {
    float: right;
    color: #A6A6A6;
    margin-left: 4%;
}

#page_div {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .wdktit {
        font-size: 28px;
    }

    .cjlist {
        margin-top: 0;
    }

    .cjlist li {
        width: 100%;
        margin-top: 20px;
    }

    .cjlist li h2 {
        font-size: 16px;
    }

    .cjlist li .memo {
        font-size: 14px;
    }

    .cjlist li:nth-child(even) {
        margin-left: 0;
    }

    .cjzcwdbox,
    .lmbox {
        margin-top: 20px;
    }

    .wdktab {
        margin-top: 10px;
        width: 100%;
    }

    .wdktab span {
        margin: 0;
        width: 100%;
        font-size: 16px;
    }

    .wdktab span.on::after {
        display: none;
    }

    .tablist {
        margin-top: 0;
    }

    .tablist li {
        width: 50%;
        font-size: 14px;
        line-height: 30px;
    }

    .zcwjktop {
        background: url(../images/zcwjk/sousuo_bj.jpg) no-repeat;
        padding: 0 0 147px !important;
        position: relative;
        width: 100% !important;
        height: 250px !important;
        background-size: 100% 100%;
    }

    .toptit {
        margin-top: 50px !important;
    }

    .topmain .sstab {
        margin-top: 0 !important;
    }
}