.listct {
    width: 1200px;
    min-height: 500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.listnav {
    display: inline-flex;
    width: 315px;
    border: 1px solid #e6eefb;
    border-top: 4px solid #6b99ff;
    flex-direction: column;
}

.listcontent {
    border: 1px solid #e6eefb;
    display: inline-flex;
    flex-direction: column;
    width: 860px;
}

.dqlb {
    height: 60px;
    display: flex;
    background-color: #0867b4;
    align-items: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}

.oncik {
    display: none;
}

.listnav ul li {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 22px;
    border-bottom: 1px solid #e6eefb;
    position: relative;
    background: url(../images/njdt_12.png) no-repeat right center;
}

.listnav ul li a {
    color: #4f5c65;
    font-size: 18px;
}

.listcontent .titbox {
    height: 60px;
    display: flex;
    align-items: center;
    color: #838b98;
    font-size: 18px;
    padding-left: 25px;
}

.listcontent .titbox a {
    color: #838b98;
}

.listbox {
    padding-right: 8px;
}

.listbox ul li {
    display: flex;
    padding-left: 22px;
    background: url(../images/njdt_14.png) no-repeat left center;
    justify-content: space-between;
    margin: 20px auto;
}

.listbox ul li a {
    font-size: 18px;
    color: black;
}

.listbox ul li span {
    font-size: 18px;
    color: #969dad;
}
.pagination{
    text-align: center;
}
@media(max-width:1200px) {
    .listct {
        width: auto;
        padding: 0 5px;
        flex-direction: column;
    }

    .listnav {
        width: auto;
        margin-bottom: 5px;
        border: none;
    }

    .listcontent {
        width: auto;
        border: none;
    }

    .listbox ul li {
        flex-direction: column;
    }

    .oncik {
        display: unset;
        position: absolute;
        transform: rotate(90deg);
        right: 15px;
        color: white;
        transition: 0.5s ease transform;
    }

    #lnav {
        display: none;
    }
}