/*共通页脚的的样式*/

.bottom{
    margin-top: 40px;
    width: 100%;
    padding: 30px 0px;
    display: table;
    background: #0f294b;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.bottom_cent{
    width: 986px;
    margin: 0 auto;
    padding: 0px;
    display: table;
    color: #e8f2ff;
}
.bottom_cent a {
    color: #e8f2ff;
    margin-left: 5px;
    margin-right: 5px;
}