
#publicFooter{
    background: no-repeat url(../../images/footer_bg.png);
    background-size: cover;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}
#publicFooter .left,#publicFooter .mid,#publicFooter .right{
    float: left;
}
#publicFooter .left{
    width: 49%;
    padding: 96px 0 0 7%;
    line-height: 42px;
}
#publicFooter .mid{
    width: 1px;
    height: 300px;
    background-color: #e0e0e0;
}
#publicFooter .right{
    width: 50%;
}
#publicFooter .right{
    text-align: center;
    margin-top: 88px;
    line-height: 40px;
}
.bottom{
    background-color: #000;
    text-align: center;
    line-height: 68px;
    color: #999;
}
#publicFooter .col-md-6{
    float: left;
    width: 50%;
}
#publicFooter .col-md-6 img{
    margin: 0 auto;
}