/*.common-footer .top .container {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    float: none !important;*/
/*}*/

/*.common-footer .top .logo-footer {*/
/*    float: unset !important;*/
/*}*/

/*.common-footer .top .footer-info {*/
/*    width: 100%;*/
/*    padding-top: 15px;*/
/*}*/

/*.common-footer .bottom {*/
/*    width: 100%;*/
/*}*/

/*.common-footer .bottom .copyright {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    text-align: left;*/
/*}*/

/*.common-footer .bottom .copyright span {*/
/*    margin-right: 0;*/
/*    margin-left: 5px;*/
/*}*/

.common-footer {
    margin-top: -2px;
}

.common-footer .top {
    background: #023592;
    height: 230px;
}

.common-footer .top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common-footer .top .logo-footer {
    padding-top: 40px;
    /* margin-top: 40px; */
}

.common-footer .top .footer-info {
    width: 720px;
    padding-top: 30px;
}

.common-footer .top .info-inner {
    display: flex;
}

.common-footer .top .footer-info ul li {
    text-align: left;
    color: #fff;
    margin-right: 70px;
}

.common-footer .top .footer-info ul li img {
    width: 14px;
    margin-right: 5px;
    margin-top: -2px;
}

.common-footer .top .footer-info ul li:last-child {
    margin-right: 0;
}

.common-footer .top .footer-info ul li h4 {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}

.common-footer .top .footer-info ul li a {
    display: block;
    color: #ebebeb;
    font-size: 12px;
    margin-bottom: 8px;
}

.common-footer .bottom {
    position: relative;
    width: 100%;
    height: 60px;
    background: #012f83;
    margin-bottom: 50px;
}

.common-footer .bottom .zc {
    position: absolute;
    top: 24px;
}

.common-footer .bottom .zc a {
    color: #828b9f;
    font-size: 12px;
    margin-right: 30px;
}

.common-footer .bottom .copyright {
    text-align: center;
    color: #828b9f;
    line-height: 60px;
    font-size: 12px;
}

.common-footer .bottom .copyright span {
    /*margin-right: 30px;*/
}