* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    display: block;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 330px;
    box-shadow: none;
    border-top: none;
}

.head {
    width: 80%;
    display: flex;
    justify-content: left;
    margin-top: 30px;
    border-top: none;
}

.head a {
    display: inline-flex;
}


.main {
    width: 1200px;
    margin: auto;
    margin-top: 85px;
    margin-bottom: 30px;
    min-height: 365px;
    border-radius: 20px;
    background-color: #fff;
}

.djlist {
    padding: 20px;
}

.djlist li {
    display: flex;
    padding-left: 22px;
    background: url(../images/njdt_14.png) no-repeat left center;
    justify-content: space-between;
    margin: 20px auto;
}

.djlist li a {
    font-size: 17px;
    color: #000;
}

.djlist li span {
    font-size: 17px;
    color: #969dad;
}
.m-datain{
    text-align: center;
}
/* 脚部 */
 .footer {
    border-top: 5px solid #d33435;
    background-color: #fff;
}
.footbox {
    width: 1200px;
    margin: auto;
    border-top: 5px solid #0b539c;
    display: flex;
    margin-top: -5px;
    flex-direction: column;
}
.footnav {
    display: flex;
    justify-content: center;
    color: #b8bec6;
    margin-top: 8px;
}
.footnav>a {
    margin: 0 15px;
    color: #b8bec6;
}
.foot {
    width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}
.foot>span {
    color: #bac1c8;
    font-size: 16px;
    margin: 0 15px;
}

/*分页*/
 .pagination {
    clear: both;
    text-align: center;
    margin: 5px 0;
    padding: 3px 0;
    line-height: 26px;
    font-size: 14px;
    padding-bottom: 20px;
}
.pagination .currentStep {
    background: #ce0b00;
    border: 1px solid #ce0b00;
    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: #c9212e;
    border: 1px solid #c9212e;
    color: #ffffff !important;
}
.pagination a.active {
    border: 1px solid #c9212e;
    color: #fff;
}
.pagination span.current, .pagination span.current:hover {
    background: #c9212e;
    border: 1px solid #c9212e;
    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: #c9212e;
    border: #c9212e 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;
}
@media (max-width:1200px) {
    .header img {
        width: 98%;
    }

    .head img {
        width: 55%;
    }

    .header {
        min-height: auto;
    }

    .head {
        margin-bottom: 40px;
    }

    .main {
        width: 95%;
        margin-top: 60px;
    }

    .djlist {
        padding: 20px 10px;
    }

    .djlist li {
        flex-direction: column;
    }
    /* 脚部 */
    .foot {
        width: 100%;
        flex-direction: column;
    }

    .footbox {
        width: 100%;
    }

    .foot>span {
        text-align: center;
    }
}
