/*头部*/
header {
    height: 14.13vw;
    display: flex;
    justify-content: space-between;
    padding: 0 7.33vw;
    align-items: center;
    background: linear-gradient(#d42431, #931520);
}

header img {
    width: 24vw;
}

.topc img {
    height: 6.93vw;
    width: auto;
}

.epaper {
    margin-right: 3.47vw;
    color: #fff;
}

/*尾部*/
footer {
    background-color: #a61d27;
    height: 16.53vw;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    padding-top: 2.4vw;
}


