.fd-wz-list-container {
    width: 100%;
    height: auto;
    background: #f6fbff;
}

.fd-content {
    width: 100%;
    height: auto;
}
.fd-content-main {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 20px 42px 100px;
    min-height: 495px;
    width: 1300px;
    height: 100%;
    background: #fff;
}

.fd-wz-list-container .fd-page-title {
    margin-bottom: 10px;
}

.fd-search-num {
    margin-top: 18px;
    color: #23272b;
    font-size: 16px;
}

.fd-search-num span {
    color: #d30a17;
    font-weight: bold;
}

.fd-content-list {
    width: 100%;
    height: auto;
}

.fd-wz-list-ul {
    padding-top: 25px;
    width: 100%;
    height: auto;
}
.fd-wz-list-ul li {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 200px;
    margin-bottom: 20px;
    width: 100%;
    background: url("../images/wz-list/circle-small.png") left center no-repeat;
    cursor: pointer;
}
.fd-wz-list-ul li .fd-title-p {
    width: 100%;
    color: #23272b;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fd-time-p {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #959697;
    font-size: 16px;
}

.fd-wz-list-ul li:hover .fd-title-p {
    color: #0145b2;
}

.fd-split-line {
    margin-top: 25px;
    width: 100%;
    height: 2px;
    background: rgb(226, 235, 241);
}

.fd-search-list-page #kkpager {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}



.fd-wz-list-container .fd-footer {
    margin-top: 0;
}
