﻿@charset "utf-8";

.footer {
    position: relative;
    background: #CC0000;
    padding: 10px 0;
    height: 195px;
}

.foot-content {
    width: 1200px;
    margin: 0 auto;
    padding-left: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .dz {
    margin-right: 30px;
}

.footer .zhaocuo {
    flex: 1 1 0;
    text-align: right;
}