@media (min-width: 230px) {
    .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style-type: none;
        padding: 0;
        margin-bottom: 0;
        margin-top: 3rem;
        grid-gap: 1.1rem;
    }
    .pagination li.active a,
    .pagination li:hover a {
        background-color: #006885;
        color: #fff;
    }
    .pagination li a {
        color: #c4c4c4;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 2.8rem;
        height: 2.8rem;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }
}

@media (min-width: 992px) {
    .control__pagintaion {
        margin-top: -32px;
        margin-left: auto;
    }
    .control__pagintaion .pagination {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0;
    }
}

@media (min-width: 230px) {
    .page-news {
        padding: 3rem 0;
        overflow: hidden;
    }
    .page-news .module__header .title__global {
        margin-left: 0;
        margin-right: unset;
    }
    .page-news .module__header .title__global::before {
        bottom: 13px;
        top: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        transform: unset;
        left: -webkit-calc(100% + 1.6rem);
        left: -moz-calc(100% + 1.6rem);
        left: calc(100% + 1.6rem);
        max-width: 7rem;
    }
    .page-news .module__content .news__group {
        display: -ms-grid;
        display: grid;
        grid-row-gap: 1.5rem;
    }
    .page-news .module__content .news__group .news {
        -webkit-transition: 0.2s all;
        -o-transition: 0.2s all;
        -moz-transition: 0.2s all;
        transition: 0.2s all;
    }
    .page-news .module__content .news__group .news:hover {
        -webkit-transition: 0.2s all;
        -o-transition: 0.2s all;
        -moz-transition: 0.2s all;
        transition: 0.2s all;
        opacity: 0.8;
    }
    .page-news .module__content .news__group .news:first-child .frame {
        padding-top: 65.61404%;
    }
    .page-news .module__content .news__group .news:first-child .news__content {
        padding-top: 1.2rem;
    }
    .page-news .module__content .news__group .news:first-child .news__content .news__title {
        text-transform: uppercase;
    }
    .page-news .module__content .news__group .news:first-child .news__content .news__title a {
        color: #006885;
    }
    .page-news .module__content .news__group .news:first-child .news__content .news__time {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .page-news .module__content .news__group .news:first-child .news__content .btn__submit {
        margin-left: auto;
        margin-right: unset;
    }
    .page-news .module__content .news__group .news .news__content .news__time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page-news .module__content .news__group .news .news__content .news__time .icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 1rem;
        color: #f7b109;
    }
    .page-news .module__content .news__group .news .news__content .news__title a {
        color: #000;
        width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 2.4rem;
        -webkit-line-clamp: 2;
        max-height: -webkit-calc(2.4rem * 2);
        max-height: -moz-calc(2.4rem * 2);
        max-height: calc(2.4rem * 2);
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .page-news .module__content .news__group .news .news__content .news__desc {
        font-family: "googleSans-Light";
        margin-top: 0.8rem;
        width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 2.4rem;
        -webkit-line-clamp: 3;
        max-height: -webkit-calc(2.4rem * 3);
        max-height: -moz-calc(2.4rem * 3);
        max-height: calc(2.4rem * 3);
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .page-news .module__content .news__group .news .news__content .btn__submit {
        max-width: 170px;
    }
    .page-news .module__content .news__group .news:not(:first-child) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-bottom: 0.5rem;
        border-bottom: 1px dashed #006885;
    }
    .page-news .module__content .news__group .news:not(:first-child) .frame {
        max-width: 30%;
        width: 100%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 24%;
    }
    .page-news .module__content .news__group .news:not(:first-child) .news__content {
        padding-left: 1rem;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .page-news .module__content .news__group .news:not(:first-child) .news__content .news__control {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .page-news .module__content .promotion {
        padding-top: 3rem;
    }
    .page-news .module__content .promotion.promotion__childrens {
        padding-top: 0;
    }
    .page-news .module__content .promotion .promotion__group {
        display: -ms-grid;
        display: grid;
        grid-row-gap: 3rem;
    }
}

@media (min-width: 480px) {
    .page-news .module__content .promotion .promotion__group {
        -ms-grid-columns: (minmax(auto, 1fr))[2];
        grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-column-gap: 1.5rem;
    }
}

@media (min-width: 576px) {
    .page-news .module__content .news__group {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(auto, 1fr))[2];
        grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-column-gap: 1.5rem;
    }
    .page-news .module__content .news__group .news:first-child {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        grid-row: 1 / 5;
    }
    .page-news .module__content .news__group .news:not(:first-child) .frame {
        max-width: 35%;
        height: 100%;
    }
    .page-news .module__content .news__group .news .news__control {
        font-size: 1.2rem;
    }
}

@media (min-width: 700px) {
    .page-news .module__content .promotion .promotion__group {
        -ms-grid-columns: (minmax(auto, 1fr))[3];
        grid-template-columns: repeat(3, minmax(auto, 1fr));
        grid-column-gap: 1.5rem;
    }
}

@media (min-width: 992px) {
    .page-news {
        padding: 5rem 0;
    }
    .page-news .module__content .news__group {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
        -ms-grid-rows: 107px 107px 107px auto;
        grid-template-rows: 107px 107px 107px auto;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .page-news .module__content .news__group .news:first-child {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        grid-row: 1 / 5;
    }
    .page-news .module__content .news__group .news:first-child .news__content .news__title {
        font-size: 2.4rem;
    }
    .page-news .module__content .news__group .news:first-child .news__content .news__title a {
        line-height: 2.8rem;
        max-height: -webkit-calc(2.8rem * 2);
        max-height: -moz-calc(2.8rem * 2);
        max-height: calc(2.8rem * 2);
        height: -webkit-calc(2.8rem * 2);
        height: -moz-calc(2.8rem * 2);
        height: calc(2.8rem * 2);
    }
    .page-news .module__content .news__group .news:not(:first-child) {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .page-news .module__content .news__group .news:not(:first-child) .frame {
        max-width: 170px;
        padding-top: 102px;
        height: auto;
    }
    .page-news .module__content .news__group .news:not(:first-child) .news__content {
        height: 107px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 3rem;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .page-news .module__content .news__group .news .news__desc {
        font-size: 1.7rem;
    }
    .page-news .module__content .news__group .news .news__control {
        font-size: 1.7rem;
        margin-top: auto;
    }
    .page-news .module__content .promotion {
        padding-top: 0;
    }
    .page-news .module__content .promotion .promotion__group {
        grid-column-gap: 3rem;
        grid-row-gap: 5rem;
    }
}