.jc-footer{
    width: 545px;
    background-color: #fff;
    margin: 30px auto;
    padding: 10px 0;
}
.jc-footer p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-bottom: 5px;
}
.jc-footer p:last-child{
    margin-bottom: 0;
}
.jc-footer p > a{
    font-size: 16px;
    color: #777777;
}
.jc-footer p:first-child > a{
    font-size: 16px;
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #0066cc;
    color: #fff;
    margin-right: 5px;
}
.jc-footer p > a:last-child{
    margin-right: 0;
}