/*footer*/
.footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #2e3328;
    margin-top: 80px;
    font-size: 13px;
}
.footer .footlink {
    /* width: 880px; */
    margin: 0 auto;
    text-align: center;
    color: #eee;
    border-bottom: solid #666 1px;
    padding-bottom: 20px;
}
.footer .footlink a {
    margin: 0 15px;
    color: #eee;
    display: inline-block;
}

.footer .footbox {
    text-align: center;
    line-height: 34px;
    padding-top: 10px;
    color: #eee;
}
.footer .footbox a {
    color: #eee;
    display: inline-block;
}
/*footer*/

.banner.zi-ban {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.banner.zi-ban img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.banner.zi-ban .zi-ban-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner.zi-ban .zi-ban-box p {
    width: 387px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #072c4c;
    opacity: 0.6;
}

/*页码容器*/
.page-box{ margin:15px 30px; padding-bottom:30px; }
    .page-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    
div.digg{ margin:0; padding:0; text-align:left; font-size:14px; }
    div.digg a{ display:block; float:left; padding:5px 12px; margin:0 0 0 8px; border:1px solid #e1e2e3; line-height:20px; height:20px; color:#3b8dd1; background:#fff; text-decoration:none; }
    div.digg a:hover { border:1px solid #3b8dd1; }
    div.digg span{ display:block; float:left; padding:5px 0; line-height:20px; height:20px; }
    div.digg span.current { padding:5px 12px; margin:0 0 0 8px; color:#555; font-weight:bold; }
    div.digg span.disabled { border:1px solid #eee; padding:5px 12px; margin:0 0 0 8px; color:#ddd; }