﻿/* 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;}

/* 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
}
