.ruifox-home-news002 {
    margin-top: 0.8rem;
}

.ruifox-home-news002 .layout {
    position: relative;
}

.ruifox-home-news002 .layout h1 {
    width: 48%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    padding: 20px 0;
    margin: -20px 0;
}

.ruifox-home-news002 .layout h1 .home-tab-tit-box .tab-tit.cur a {
    color: var(--ruifox-color-primary-1);
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel {
    display: none;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel:first-child {
    display: block;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news {
    display: flex;
    justify-content: space-between;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box {
    width: 48%;
    height: fit-content;
    margin-right: 4%;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide:hover .r_img .inner-img img {
    transform: scale(1.1);
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .r_img .inner-img {
    padding-bottom: 67%;
    background-color: var(--ruifox-color-primary-1);
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom {
    padding: 0.2rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .tit {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.3rem;
    max-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    flex: 1;
    margin-right: 0.1rem;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow {
    width: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-button-next::after,
.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-button-prev::after {
    color: white;
    font-size: 0.16rem;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-button-prev {
    left: 0;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-button-next {
    right: 0;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box .swiper-container .swiper-wrapper .swiper-slide .bottom .swiper-arrow .swiper-pagination {
    flex-shrink: 0;
    position: relative;
    color: white;
    font-size: 0.16rem;
    bottom: 0;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box {
    margin-top: 0.6rem;
    flex: 1;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box ul li:first-child a {
    padding-top: 0 !important;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box ul li a {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box ul li a:hover .tit {
    color: var(--ruifox-color-primary-1);
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box ul li a:hover .tit .aline_w {
    background-size: 100% 1px;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box ul li a .circle {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: var(--ruifox-color-primary-1);
    margin-right: 0.1rem;
}
.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box ul li a:hover .circle {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #008f4d !important;
  margin-right: 0.1rem;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box ul li a .tit {
    flex: 1;
    margin-right: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.27rem;
    max-height: 0.27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box ul li a .time {
    flex-shrink: 0;
    font-size: 0.16rem;
    line-height: 1;
    display: inline-block;
    color: #666;
}

@media (max-width: 960px) {
    .ruifox-home-news002 {
        margin-top: 40px;
    }

    .ruifox-home-news002 .layout h1 {
        width: 100% !important;
        position: relative;
    }

    .ruifox-home-news002 .layout .tab-pannel-wrap {
        margin-top: 20px;
    }

    .ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news {
        display: block;
    }

    .ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .left-box {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .ruifox-home-news002 .layout .tab-pannel-wrap .tab-pannel .inner-news .right-box {
        margin-top: 20px !important;
        width: 100% !important;
    }
}

/*# sourceMappingURL=home-news002.css.map */