.wzdt {
    background-color: #ffffff;
    margin-bottom: 40px;
    width: 1200px;
    margin: 0 auto;
}

.wzdt-title .wzdt-titlenav {
    width: 1200px;
    margin: 0 auto;
}

.wzdt-title {
    width: 1200px;
    margin: 0 auto;
}

.wzdt-title .wzdt-titlenav .wzdt-titlefox {
    width: 100%;
    line-height: 36px;
    border-bottom: 2px solid #ccc;
}

.wzdt-title .wzdt-titlenav .wzdt-titlefox span a {
    display: block;
    width: 90px;
    text-align: center;
    font-size: 20px;
    color: #4f4e4e;
    border-bottom: 3px solid #0168b7;
    padding-bottom: 1px;
}

.wzdt-btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 20px;
}

.list5 {
    margin-bottom: 0px;
}

.list5 .list5_item {
    width: 216px;
    height: 48px;
    line-height: 48px;
    position: relative;
    background-color: #f8f8f8;
    color: #6d97bb;
    position: relative;
    margin-bottom: 20px;
    margin-right: 27.5px;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 5px;
}

.list5 .list5_item a {
    display: block;
    font-size: 14px;
    word-wrap: break-word;
    color: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list5 .list5_item .list5_itmets {
    font-size: 14px;
    margin-top: 6px;
    line-height: 18px;
}

.list5 .list5_item:hover {
    cursor: pointer;
    background-color: #ddeff9;
}

.list5 .list5_item:nth-child(5n) {
    margin-right: 0;
}

@media screen and (max-width: 1200px) {
    .common-box {
        width: calc(100% - .6rem);
    }
    .wzdt {
        background-color: #ffffff;
        margin-bottom: 0.4rem;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .wzdt-title .wzdt-titlenav {
        width: 100%;
        margin: 0 auto;
    }
    .wzdt-title {
        width: 100%;
        margin: 0 auto;
        margin-top: 0.3rem;
    }
    .wzdt-title .wzdt-titlenav .wzdt-titlefox {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .wzdt-title .wzdt-titlenav .wzdt-titlefox span {
        display: block;
        width: 40%;
        float: none;
    }
    .wzdt-title .wzdt-titlenav .wzdt-titlefox span a {
        display: block;
        width: 50%;
        text-align: center;
        line-height: 0.5rem;
        font-size: 0.28rem;
        color: black;
        font-weight: 600;
        padding-bottom: 0.01rem;
    }
    .wzdt-btn {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0.2rem;
    }
    .list5 {
        margin-bottom: 0px;
        margin-left: 0rem;
        margin-top: 0.2rem;
    }
    .list5 .list5_item {
        height: 0.8rem;
        line-height: 0.7rem;
        text-align: center;
        position: relative;
        background-color: #f8f8f8;
        color: #666666;
        margin-bottom: 0.2rem;
        margin-right: 0rem;
        margin-left: 0rem;
        width: 48%;
        padding: 0 0.1rem;
    }
    .list5 .list5_item .list5_itmets {
        font-size: 0.24rem;
        margin-top: 0.05rem;
        line-height: 0.3rem;
    }
    .list5 .list5_item a{
        font-size: 0.24rem;
        line-height: 0.8rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .list5 .list5_item p {
        width: 100%;
        height: 100%;
        font-size: 0.24rem;
    }
    .list5 .list5_item:hover {
        cursor: pointer;
        background-color: #edf4f9;
    }
    .list5 .list5_item:nth-child(5n) {
        margin-right: 0rem;
    }
    .list5 .list5_item:nth-child(6) {
        margin-left: 0rem;
    }
    .list5 .list5_item:nth-child(2n) {
        margin-right: 0rem;
        float: right;
    }
}