/* 页尾 */

footer {
    width: 100%;
    height: 420px;
    border-top: 1px solid #e4e4e4;
    font-size: 14px;
    line-height: 20px;
    margin-top: 80px;
    padding-top: 50px;
}

footer img {
    height: 100px;
    width: 100px;
    margin: 10px 0 20px;
}

footer a {
    font-style: italic;
    font-weight: 400;
}

.cont {
    text-align: center;
}

.cont a,
.cont i {
    color: #0056b3;
}

.cont a:hover {
    color: #003268;
}

.cont p {
    margin: 0;
    padding: 0;
}