.news_box {
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.news ul li {
    margin: 0 1% .25rem 1%;
    width: 30%;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.news ul {
    flex-wrap: wrap;
}

.news ul li a img {
    display: block;
    width: 100%;
}

.news ul li a .text_box {
    padding: .3rem .375rem;
    box-sizing: border-box;
}

.news ul li a .text_box h5 {
    margin: .25rem 0;
    font-family: 'Bold';
}


@font-face {
    font-family: 'Bold';
    src: url('./fonts/MiSans-Bold.otf') format('truetype');
}

.news ul li a:hover .text_box {
    background-color: #D40413;
    color: #fff !important;
    transition: all 0.6s;
}

.show_line .r {
    width: 30%;
}

.show_line .r ul,
.show_line .r ul li {
    width: 100%;
}

.show_line .l {
    margin: 0 2% 0 1%;
    width: 62%;
}

.bannershow img {
    display: block;
    width: 100%;
}

.bannershow .p_box {
    position: relative;
}

.bannershow .text_box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    box-sizing: border-box;
    color: #fff;
}

.bannershow .text_box h4 {
    margin: 0 0 .25rem 0;
}

.bannershow {
    position: relative;
}

.show_arr {
    position: absolute;
    padding: .25rem 1rem;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    font-size: .3rem;
}

.swiper-pagination-current {
    display: flex;
    color: #fff !important;
}

.swiper-pagination-total {
    color: #D40413 !important;
}

.swiper-button-prevshow img {
    transform: rotateY(180deg);
}


.swiper-button-prevshow {
    display: flex;
    align-items: center;
}

.line {
    display: block;
    margin: 0 .25rem;
    width: 1px;
    height: 20px;
    background-color: #fff;
}

.swiper-button-prevshow,
.swiper-button-nextshow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.swiper-button-prevshow img,
.swiper-button-nextshow img {
    display: block;
    width: 12px;
    height: 20px;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
    .news ul li a .text_box {
        padding: .1rem .375rem;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .show_line .l,
    .show_line .r {
        width: 100%;
    }

    .show_line {
        flex-wrap: wrap;
    }

    .news ul li {
        margin: 5px 0 !important;
        width: 100%;
    }

    .show_line .l {
        margin: 0;
    }

    .bannershow .text_box {
        position: relative;
        left: 0;
        top: 0;
        color: #fff;
        background-color: #D40413;
    }

    .show_arr {
        position: relative;
        left: 0;
        top: 0;
        color: #fff;
        background-color: #D40413;
    }

    .swiper-paginationshow {
        align-items: center;
        font-size: 16px;
    }

    .swiper-pagination-total {
        color: #fff !important;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}