.listct {
    width: 1200px;
    min-height: 400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.listnav {
    display: inline-flex;
    width: 315px;
    border-top: 4px solid #b12b32;
    flex-direction: column;
}

.listcontent {
    display: inline-flex;
    flex-direction: column;
    width: 850px;
}
.listcontent2 {
    width: 100%;
}

.dqlb {
    height: 60px;
    display: flex;
    background-color: #0e5aa6;
    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;
    border-bottom: 1px solid #eee;
}

.listcontent .titbox a {
    color: #838b98;
}

.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: 17px;
    color: black;
}

.listbox ul li span {
    font-size: 17px;
    color: #969dad;
}

.imglistbox ul{
    display: block;
}

.imglistbox ul li{
    display: inline-block;
    width: 32%;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-right: 9px;
}
.imglistbox ul li:nth-child(3n+3){
    margin-right: 0;
}

.imglistbox ul li img{
    width: 100%;
}

.img-tit-box{
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.img-tit-box a{
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-tit-box a:hover{
    color: #0e5aa6;
}

.img-tit-box span{
    margin-top: 10px;
    font-size: 15px;
    color: #888888;
}

/*分页*/
.pagination {
    clear: both;
    text-align: center;
    margin: 5px 0;
    padding: 3px 0;
    line-height: 26px;
    font-size: 14px;
}
.pagination .currentStep {
    background: #0e5aa6;
    border: 1px solid #0e5aa6;
    color: #ffffff;
}
.pagination a, .pagination span {
    border: 1px solid #d9d9d9;
    color: #666;
    font-family: Arial;
    margin: 2px;
    padding: 0px 9px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    height: 26px;
    line-height: 26px;
}
.pagination a:hover {
    background: #0e5aa6;
    border: 1px solid #0e5aa6;
    color: #ffffff !important;
}
.pagination a.active {
    border: 1px solid #0e5aa6;
    color: #fff;
}
.pagination span.current, .pagination span.current:hover {
    background: #0e5aa6;
    border: 1px solid #0e5aa6;
    color: #fff;
}
.pagination span.disabled, .pagination span.disabled:hover {
    border: 1px solid #d9d9d9;
    color: #666;
    background: #eee;
}
.pagination a.text, .pagination a.text:hover {
    color: #fff;
    background: #0e5aa6;
    border: #0e5aa6 1px solid;
    cursor: text;
}
.pagination a.pagemore, .pagination a.pagemore:hover {
    color: #666;
    background: #fff;
    border: 1px solid #fff;
    cursor: text;
    padding: 0px 3px;
}
.pagination .inputBar {
    border: 0px;
    height: 28px;
    line-height: 28px;
}
.pagination .inputBar input {
    width: 30px;
    height: 20px;
    padding: 3px 5px;
    border: #ccc 1px solid;
    *vertical-align:middle;
    _vertical-align: middle;
    margin: 0 3px;
}
.clear {
    clear:both;
    margin:0;
    overflow:hidden;
    visibility:hidden;
    font-size: 0;
    content:".";
}