body {
    background: #f3f3f3 !important;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.news-wrapper {
    clear: both;
    width: 100% !important;
    max-width: 1400px;
    /* padding: 0 80px; */
    margin: auto;
}

.news-header {
    height: 550px;
    background: white;
}

.news-header .img {
    width: 871px;
    height: 490px;
    overflow: hidden;
}

.news-header .img img {
    width: 100%;
    height: 100%;
    /* overflow: hidden;
    object-fit: cover; */
}

.news-header .img .title {
    padding: 10px 16px;
    bottom: 38px;
    background: rgba(0, 0, 0, 0.5);
}

.news-header .img img {
    transition: all 0.5s;
}

.news-header .img:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
}

.news-header .news-header-content .img-news {
    position: relative;
    padding: 0 16px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #f3f3f3;
}

.news-header .news-header-content .img-news .title {
    height: 55px;
    font-size: 16px;
    color: #131B23;
}

.news-header .news-header-content .img-news .new-ctn {
    display: flex;
    justify-content: end;
    width: 100%;
    height: 38px;
    font-size: 14px;
    color: #435568;
    overflow: hidden;
}

.news-header .news-header-content .img-news:nth-child(n):not(:last-child) {
    margin-bottom: 10px;
}

.news-header .news-header-content .active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    /* 边框的宽度 */
    background-color: #AE0C17;
    /* 边框的颜色 */
}

.news-header .news-header-content .img-news:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    /* 边框的宽度 */
    background-color: #AE0C17;
    /* 边框的颜色 */
}



.news-tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.news-tab .tab {
    position: relative;
    margin-top: 58px;
    padding: 5px 0;
    color: #262626;
    background: #fff;
    cursor: pointer;
}

.news-tab .active {
    color: #fff !important;
    background: #A10000 !important;
}

.news-tab .active::after {
    content: "";
    position: absolute;
    bottom: -29px;
    /* 调整位置 */
    left: 50%;
    transform: translateX(-50%);
    border-width: 15px;
    border-style: solid;
    border-color: #A10000 transparent transparent transparent;
    /* 红色箭头 */
}

.news-tab-content {
    position: relative;
    margin-top: 52px;
    background: #fff;
}

.news-tab-content .box {
    padding: 25px 37px 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C4C4C4;
    color: #686868;
}

.news-tab-content .box::before {
    content: "";
    position: absolute;
    border-width: 3px;
    border-style: solid;
    border-color: #c4c4c4;
    border-radius: 50%;
    line-height: 24px;
    margin-top: 3px;
}
.news-tab-content .border-active::before {
    border-color: #A10000 !important;
}
.news-tab-content .box .title {
    margin-left: 38px;
    color: #686868;
}

.news-tab-content .box time {
    width: 120px;
    text-align: end;
}

.more {
    padding: 57px 36px 54px 36px;
    text-align: end;
}

.more>a {
    color: #D30A1A;
}


/* swiper */

.news-header-pagination {
    margin-right: 52px;
    margin-top: 6px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    font-size: 16px;
}

.swiper-pagination-bullet {
    width: auto !important;
    height: auto !important;
    border-radius: 0% !important;
    padding: 1px 6px;
    background-color: #fff;
    margin-left: 5px;
    border: 1px solid #DEDEDE;
    color: #262626 !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #D30A1A;
    color: #fff !important;
}


/* @media screen and (min-width: 0px) {
    .news-wrapper {
        clear: both;
        width: 100%;
        padding: 0 30px;
    }


} */

@media screen and (min-width: 1400px) {
    .news-wrapper {
        clear: both;
        width: 100%;
        /* padding: 0 auto; */
        margin: auto;
    }



}