.page-banner {
    width: 100%;
    height: 48vw;
    background-size: cover;
    background-position:center center;
    padding-top: 15vw;
}
.page-title {
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
}
.content-item {
    margin-left: 1rem;
    margin-right: 1rem;
}
.page-banner-line {
    width: 18px;
    height: 3px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.page-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.column-name {
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
}
.column-red-line {
    width: 18px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(202, 24, 120, 1);
    margin-top: 0.5rem;
}
.article-list {
    margin-top: 1rem;
}
.article-item {
    width: 100%;
    margin-bottom: 1rem;
}
.article-item .article-image {
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
}
.article-image img {
    width: 100%;
}
.article-item .article-title {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}
.article-item.article-large .article-title {
    text-align: center;
}
.article-red-line {
    width: 18px;
    height: 3px;
    background-color: rgba(202, 24, 120, 1);
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.article-description {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #999;
}