﻿
.article__content .containerxw {
    background-color: #0B0264;
    width: 100%;
    margin: 0 auto;
}

.article__content .headerxw {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.article__content .headerxw img {
    width: 100%;
    height: auto;
}

.article__content .content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: -180px;
}

.article__content .content-card {
    width: 640px;
    height: 248px;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
    background-image: url(../img/card.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.article__content .content-num {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 4px;
    padding-left: 30px;
}

.article__content .content-title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 44px;
    margin-left: 30px;
    margin-right: 30px;
}

.article__content .content-link {
    text-align: right;
    font-size: 20px;
    margin-bottom: -4px;
    margin-right: 22px;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    box-sizing: border-box;
}

.article__content .content-link a {
    color: #FFFFFF;
    text-decoration: none;
}

.article__content .footxw {
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin-top: -260px;
}

.article__content .footxw img {
    width: 700px;
    height: auto;
}
