﻿/* Com */
*{margin:0;padding:0;box-sizing:border-box;}
body{background: #fcfafa;color:#333; font-size:14px; margin:0 auto;}
li{list-style: none;}
a{text-decoration: none;color:#333;}
a:hover{color:#f11818;text-decoration:none;}
i{font-style: normal;}
em{font-style: normal;}
input,textarea{outline: none;}
.clear:after{clear: both;}
.clear:before, .clear:after{content: '';display: table;}

/*----页数----*/
.page_li{text-align: center;font-size:14px;padding:22px 0;background:#fff;}
.page_li a{padding:4px 15px;background:#fff;display: inline-block;margin:2px;color:#666;border: 1px solid #e6e6e6;}
.page_li span{margin:0 5px;}
.page_li .on{padding:6px 10px;color:#fff;background:#3c8dbc;}
.page_li .ys {padding: 5px 15px;}

/* 404 */
.err_bg {
    text-align: center;
}

/*网站底部 */   
.bottom {
    background-color: #ffffff;
    background-color: #474747;
    color: #474747;
    color: #ffffff;
    padding: 20px 0px
}

.bottom a {
    color: #333333;
    color: #ffffff
}

.bottom .footnav a:hover,
.bottom .footnav a:hover span {
    color: #0b84cf !important;
    color: #ffffff !important
}

.bottom .footnav {
    margin-bottom: 10px
}

.bottom .footnav a {
    padding: 0 25px;
    height: 17px;
    line-height: 17px;
    white-space: nowrap
}

.bottom .footnav a+a {
    border-left: 1px solid;
    border-color: #e4eaec
}

.bottom_info{
    line-height: 30px;
}

.bottom-center {
    text-align: center !important
}
