html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.news-pagination {
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #c6c6c6;
    --swiper-pagination-color: #939393;
}

/* create an arrow that points up */
div.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    /* left arrow slant */
    border-right: 5px solid transparent;
    /* right arrow slant */
    border-bottom: 5px solid #c6c6c6;
    /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
}

/* create an arrow that points down */
div.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #c6c6c6;
    font-size: 0;
    line-height: 0;
}

/* create an arrow that points left */
div.arrow-left {
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    /* left arrow slant */
    border-top: 5px solid transparent;
    /* right arrow slant */
    border-right: 5px solid #c6c6c6;
    /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
}

/* create an arrow that points right */
div.arrow-right {
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    /* left arrow slant */
    border-top: 5px solid transparent;
    /* right arrow slant */
    border-left: 5px solid #c6c6c6;
    /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
}

.bottom-border-2 {
    border-bottom: 2px solid #cfd1d1;
}

.report-swiper .report-swiper-next {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    left: 0;
    top: calc(50% - 0.3rem);
    background-image: url(imgs/pre.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.report-swiper .report-swiper-prev {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 0;
    top: calc(50% - 0.3rem);
    background-image: url(imgs/right.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.about-swiper .about-swiper-next {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    left: 0.2rem;
    top: calc(50% - 0.3rem);
    background-image: url(imgs/pre.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.about-swiper .about-swiper-prev {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 0.2rem;
    top: calc(50% - 0.3rem);
    background-image: url(imgs/right.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.banner-swiper .banner-swiper-next {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    left: 0.5rem;
    top: calc(50% - 0.3rem);
    background-image: url(imgs/pre.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.banner-swiper .banner-swiper-prev {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 0.3rem);
    background-image: url(imgs/right.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.article-list {
    margin-top: 0.66rem;
    margin-left: auto;
    margin-right: auto;

    background-color: #fff;
    border-top: 0;
    max-width: 1200px;
}

.article-list .list-nav {
    line-height: 0.8rem;
    min-height: 24px;
    font-size: 20px;
    background-color: #fff;
    /* box-shadow: 0px 2px 7px 2px rgba(4, 0, 0, 0.25); */
    font-weight: 600;
    /* padding-left: .6rem; */
    position: relative;
    color: #777777;
}

.article-list .list-nav > a:not(:last-child)::after {
    content: ">";
}

.article-list .list-content {
    padding-top: 1px;
    /* padding-left: .45rem; */
    /* padding-right: .45rem; */
    padding-bottom: 0.45rem;
    /* background-color: #EBF3F5; */
}

.article-list .list-content .list-item {
    display: flex;
    margin-top: 0.45rem;
    align-items: flex-end;
}

.article-list .list-page-wrap {
    line-height: 0.8rem;
    background-color: #fff;
    /* box-shadow: 0px 2px 7px 2px rgba(4, 0, 0, 0.25); */
}

.gray-bg {
    background-color: #f7f7f7;
}
.shadow-content-box {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.page-item {
    height: 40px;
    color: #bcbbbb;
    line-height: 40px;
    border: 1px solid #bcbbbb;
    text-align: center;
    min-width: 40px;
    margin: 0 8px;
}
.page-item-px {
    padding-left: 5px;
    padding-right: 5px;
}
.page-item-40px {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 8px;
}

.page-item-active {
    border: 1px solid #61b329;
    background-color: #61b329;
    color: #fff;
}

@media (max-width: 768px) {
    div[data-page-url] {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    div[data-page-url] .page-item-40px {
        margin-bottom: 5px;
    }
    div[data-page-url] > a {
        width: 40px;
        margin: 0 8px;
        text-align: center;
    }
}
