* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

a {
    color: black;
}

/* 头子 */
.header {
    /*background: url(../images/header.jpg) no-repeat center center;*/
    background: url(/newimages/xz.jpg) no-repeat center center;
    min-height: 360px;
    min-width:1250px;
    background-size: cover;
}

.nav {
    height: 68px;
    line-height: 68px;
    background: url(../images/njesd_2.jpg);
       min-width:1250px;
}

.navlist {
    width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-around;
}

.navlist li a {
    color: #de122b;
    font-size: 24px;
}

/* 脚部 */
.footer {
    width: 100%;
    background: #fff;
    border-top: 2px solid #ce0b00;
}

.footer_center {
    width: 1120px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    position: relative;
}

.footer_nav {
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #ce0b00;
}
.footer_center table{
  width:68%;
  margin:0 auto;margin-top: 10px;
}
.footer_nav a {
    font-size: 14px;
    color: #ce0b00;
}

.footer_center p {
    text-align: center;
    line-height: 28px;
}


.iconbox {
    position: absolute;
    left: 0;
    top: 25px;
}

.mp {
    position: relative;
}
.gao5px {
    height: 5px;
    clear: both;
    width: 100%;
}

.gao10px {
    height: 10px;
    clear: both;
    width: 100%;
}

.gao20px {
    height: 20px;
    clear: both;
    width: 100%;
}

/*分页*/
.pagebox{
  display:flex;
  justify-content:center;
  align-items:center;
  height:60px;
}
.pagination {
    clear: both;
    text-align: center;
    margin: 5px 0;
    padding: 3px 0;
    line-height: 26px;
    font-size: 14px;
}

.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: block;
    float: left;
    height: 26px;
    line-height: 26px;
}

.pagination a:hover {
    background: #ce0b00;
    border: 1px solid #ce0b00;
    color: #ffffff !important;
}

.pagination a.active {
    border: 1px solid #ce0b00;
    color: #fff;
}

.pagination span.current, .pagination span.current:hover {
    background: #ce0b00;
    border: 1px solid #ce0b00;
    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: #ce0b00;
    border: #ce0b00 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;
}

#div-div {
    text-align: center;
    font-size: 12px;
    color: #999;
    clear: both;
    position: relative;
}
#div-div p {
    margin-bottom: 10px;
}