@import "/statics/home/styles/components/inner-common-module.css";
@import "/statics/home/styles/components/news-grid.css";

body {
    background: #f4f4f4;
    background-image: url("/statics/home/images/17.png");
    background-position: right calc(var(--base-ratio) * 103px) top calc(var(--base-ratio) * 175px);
    background-repeat: no-repeat;
    background-size: calc(var(--base-ratio) * 409px) calc(var(--base-ratio) * 215px);
}

.news-wrapper {
    padding-top: calc(var(--base-ratio) * 100px);
    padding-bottom: calc(var(--base-ratio) * 100px);
}

.pager {
    margin-top: calc(var(--base-ratio) * 74px);
    display: flex;
    justify-content: center;
    font-size: 12px;
}
