.home-news008 {
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* .home-news008 .layout {
  width: 14rem;
} */

.home-news008 .layout .inner-box {
    display: flex;
    justify-content: space-between;
}

.home-news008 .layout .inner-box .left-box {
    width: 59%;
}

.home-news008 .layout .inner-box .left-box h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-news008 .layout .inner-box .left-box .swiper-container {
    padding-bottom: 0.5rem;
}



.home-news008 .layout .inner-box .left-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
}

.home-news008 .layout .inner-box .left-box .swiper-container .button {
    position: absolute;
    right: 2.2rem;
    bottom: 1rem;
    display: flex;
    justify-content: center;
}

.home-news008 .layout .inner-box .left-box .swiper-container .button .swiper-pagination {
    position: relative;
    width: fit-content;
    line-height: 1;
    bottom: 0;
    font-size: 0.16rem;
    color: #333;
}

.home-news008 .layout .inner-box .left-box .swiper-container .button .swiper-button-prev,
.home-news008 .layout .inner-box .left-box .swiper-container .button .swiper-button-next {
    height: fit-content;
    color: var(--ruifox-color-primary-1);
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
}

.home-news008 .layout .inner-box .left-box .swiper-container .button .swiper-button-prev:after,
.home-news008 .layout .inner-box .left-box .swiper-container .button .swiper-button-next:after {
    font-size: 0.16rem;
}

.home-news008 .layout .inner-box .left-box .swiper-slide {
    display: flex;
}

.home-news008 .layout .inner-box .left-box .swiper-slide .left-img {
    width: calc(66.666666% - .08rem) !important;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-radius: 0.07rem;
    border: 1px solid #d6d6d6;
}

.home-news008 .layout .inner-box .left-box .swiper-slide .left-img .bottom {
    padding: 0.2rem;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-news008 .layout .inner-box .left-box .swiper-slide .right-info {
    flex: 1;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0.4rem 0.3rem 0.4rem 35% !important;
    color: #666;
    border-radius: 8px;
    position: absolute;
    right: 0.1rem;
    top: 0.4rem;
    height: 100%;
    width: 65.8%;
}

.home-news008 .layout .inner-box .left-box .swiper-slide .right-info .inner-info {
    position: relative;
    height: 100%;
}

.home-news008 .layout .inner-box .left-box .swiper-slide .right-info .inner-info .time {
    font-size: 0.16rem;
    line-height: 1;
    display: block;
    color: #666;
    margin-top: 0.2rem;
}

.home-news008 .layout .inner-box .left-box .swiper-slide .right-info .inner-info .more {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #666;
}

.home-news008 .layout .inner-box .left-box ul {
    margin-top: 0.1rem;
}

.home-news008 .layout .inner-box .left-box ul li {
    position: relative;
}

.home-news008 .layout .inner-box .left-box ul li a {
    padding: 0.165rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e4e4e4;
}

.home-news008 .layout .inner-box .left-box ul li a:after {
    content: "";
    width: 0;
    border-top: 1px solid var(--ruifox-color-primary-1);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.home-news008 .layout .inner-box .left-box ul li a:hover:after {
    width: 100%;
}

.home-news008 .layout .inner-box .left-box ul li a .time {
    font-size: 0.16rem;
    line-height: 1;
    display: inline-block;
    color: #999;
    flex-shrink: 0;
    margin-left: 0.1rem;
}

.home-news008 .layout .inner-box .right-box {
    width: 39%;
}

.home-news008 .layout .inner-box .right-box ul {
    margin-top: 0.4rem;
}

.home-news008 .layout .inner-box .right-box ul li {
    margin-bottom: 0.3rem;
    height: 1.19rem;
}

.home-news008 .layout .inner-box .right-box ul li a {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.3s;
    border-radius: 4px;
}

.home-news008 .layout .inner-box .right-box ul li a .right-info {
    padding: 0.2rem;
}

.home-news008 .layout .inner-box .right-box h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news008 .layout .inner-box .right-box ul li a:hover {
    background-color: var(--ruifox-color-primary-1);
}

.home-news008 .layout .inner-box .right-box ul li a:hover .right-info .time {
    color: #fff !important;
}

@media (max-width: 960px) {
    .home-news008 .layout {
        width: 100%;
    }

    .home-news008 .layout .inner-box {
        display: block;
    }

    .home-news008 .layout .inner-box .left-box {
        width: 100% !important;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container {
        margin-top: 20px !important;
        padding: unset;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .button .swiper-button-prev,
    .home-news008 .layout .inner-box .left-box .swiper-container .button .swiper-button-next {
        color: #fff;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .button .swiper-pagination {
        color: #fff !important;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide {
        display: block;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .left-img {
        width: 100% !important;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info {
        display: none;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info>img {
        max-height: 100%;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info .tit {
        -webkit-line-clamp: 2 !important;
        max-height: 0.54rem !important;
        height: 0.54rem !important;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .swiper-pagination {
        bottom: unset;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .right-info .button {
        left: unset;
        right: 20px;
        bottom: 13px;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .swiper-button {
        right: 20px;
        bottom: 20px;
    }

    .home-news008 .layout .inner-box .left-box ul li {
        width: 100%;
    }

    .home-news008 .layout .inner-box .left-box ul li a .left-img {
        width: 140px;
    }

    .home-news008 .layout .inner-box .left-box .swiper-container .button {
        right: 0.3rem;
        bottom: 0.2rem;
    }

    .home-news008 .layout .inner-box .right-box {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .home-news008 .layout .inner-box .right-box .notice-box {
        height: auto;
    }

    .home-news008 .layout .inner-box .right-box .notice-box .tabtit-component {
        margin-top: 20px;
    }

    .home-news008 .layout .inner-box .right-box .notice-box ul {
        margin-top: 20px !important;
    }

    .home-news008 .layout .inner-box .right-box .column-list li a p {
        font-size: 20px;
    }
}

/*# sourceMappingURL=home-news008.css.map */