@import './navbar.css';
@import './footer.css';

.main-container {
    margin-top: calc(150*var(--rpx));
}

.main-header {
    color: #D95722;
    font-size: calc(25 * var(--rpx));
    font-family: Alexandria, serif;
    font-weight: 700;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: calc(53 * var(--rpx));
}

.club-news-img {
    width: 100%;
    margin-bottom: calc(75*var(--rpx));
}

.item-image {
    width: calc(146*var(--rpx));
    height: calc(146*var(--rpx));
}

.empty-image-item {
    width: calc(146*var(--rpx));
    height: calc(146*var(--rpx));
    border-radius: calc(10*var(--rpx));
    background: rgba(39, 46, 103, 0.16);
}

.item-content {
    color: #1C1C1C;
    text-align: right;
    font-family: Alexandria, serif;
    font-size: calc(16*var(--rpx));
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-right: calc(40*var(--rpx));
}

.divider {
    width: calc(1101*var(--rpx));
    height: 1px;
    background: #D9D9D9;
    margin-bottom: calc(40*var(--rpx));
}

.content-container {
    padding-inline: calc(100*var(--rpx));
}
