.home-news034 {
    position: relative;
}

.home-news034>img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home-news034 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news034 .layout .inner-box {
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.home-news034 .layout .inner-box .left-box {
    width: 51.4%;
    height: fit-content;
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide {
    font-size: 0;
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .r_img .inner-img img {
    transform: scale(1.1);
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .bottom .tit .aline_w {
    background-size: 100% 1px;
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom {
    width: 100%;
    padding: 0.2rem;
    background: var(--ruifox-color-primary-1);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .tit {
    font-size: 0.18rem;
    line-height: 0.27rem;
    max-height: 0.54rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 0.54rem;
    margin-bottom: 0.1rem;
    color: #fff;
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .time {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.16rem;
    line-height: 1;
    display: inline-block;
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-button {
    display: flex;
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-pagination {
    position: relative;
    width: fit-content;
    line-height: 1;
    bottom: 0;
    font-size: 0.16rem;
    color: #fff;
    margin: 0 0.1rem;
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-button-prev,
.home-news034 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-button-next {
    width: fit-content;
    height: fit-content;
    color: #fff;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
}

.home-news034 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-button-prev:after,
.home-news034 .layout .inner-box .left-box .swiper-container .swiper-button .swiper-button-next:after {
    font-size: 0.16rem;
}

.home-news034 .layout .inner-box .right-box {
    width: 45.7%;
}

.home-news034 .layout .inner-box .right-box ul li {
    margin-bottom: 0.15rem;
}

.home-news034 .layout .inner-box .right-box ul li a {
    display: flex;
    align-items: center;
    padding: 0.24rem;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.home-news034 .layout .inner-box .right-box ul li a:hover {
    border-color: var(--ruifox-color-primary-1);
}

.home-news034 .layout .inner-box .right-box ul li a:hover .time {
    color: var(--ruifox-color-primary-1);
}

.home-news034 .layout .inner-box .right-box ul li a:hover .tit {
    color: var(--ruifox-color-primary-1);
}

.home-news034 .layout .inner-box .right-box ul li a .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--ruifox-color-primary-1);
    padding-right: 0.2rem;
    margin-right: 0.2rem;
    border-right: 1px solid #ddd;
    flex-shrink: 0;
    line-height: 1;
}

.home-news034 .layout .inner-box .right-box ul li a .time .year {
    font-size: 0.16rem;
}

.home-news034 .layout .inner-box .right-box ul li a .time .day {
    font-size: 0.3rem;
    margin-top: 0.05rem;
    font-weight: bold;
}

.home-news034 .layout .inner-box .right-box ul li a .tit {
    font-size: 0.18rem;
    line-height: 0.27rem;
    max-height: 0.54rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 0.54rem;
}

@media (max-width: 960px) {
    .home-news034 .layout h1 {
        flex-wrap: wrap;
    }

    .home-news034 .layout h1 .tabtit-component {
        margin-top: 30px;
    }

    .home-news034 .layout .inner-box {
        display: block;
        margin-top: 20px;
    }

    .home-news034 .layout .inner-box .left-box {
        width: 100%;
    }

    .home-news034 .layout .inner-box .right-box {
        width: 100%;
        margin-top: 20px;
    }
}

/*# sourceMappingURL=home-news034.css.map */