.footer {
    height: 100px;
    background: #E7E9EB;
}

.footer ul {
    overflow: hidden;
    margin-top: 20px;
    font-size: 0;
}

.footer li {
    display: inline-block;
    margin-right: 114px;
    vertical-align: top;
}

.footer li:last-child {
    margin-right: 0;
}

.footer li div {
    margin-bottom: 6px;
    font-size: 14px;
    color: #111;
}

.footer li p {
    font-size: 12px;
    color: #b0b0b0;
    line-height: 1.5;
}

.f-center-content {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}

.icon-institution::after {
    content: "";
    display: inline-block;
    width: 303px;
    height: 18px;
    background: url("../images/logon/card-logo.png");
}

.header .hd {
    line-height: 30px;
    color: #cecece;
    background: #3A3A3A;
}

.header .hd a {
    color: #cecece;
}

.notice-tt {
    height: 28px;
    background: #FFE9E9;
}

.notice-tt>span {
    margin-left: 8px;
    font-weight: 600;
    color: #F3386C;
    font-size: 15px;
    vertical-align: middle;
}

.notice-content {
    padding: 18px 34px;
    font-size: 14px;
    color: #FE6767;
    background: #fff;
}

.notice-tt>img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    padding: 5px 5px;
    background: #FFCED0;
}

.notice-ff {
    height: 28px;
    background: #FFE9E9;
    text-align: center;
}

.notice-ff>span {
    margin-left: 20px;
    font-weight: 600;
    color: #F3386C;
    font-size: 15px;
    vertical-align: middle;
}