.ruifox-home-news012 {
    margin-top: 0.8rem;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto 30%;
}

.ruifox-home-news012 .layout .inner-news {
    display: flex;
    justify-content: space-between;
}

.ruifox-home-news012 .layout .inner-news h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ruifox-home-news012 .layout .inner-news h1 .more002 i {
    color: #008f4d;
}

.ruifox-home-news012 .layout .inner-news .left-box {
    width: 59%;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container {
    margin-top: 0.4rem;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news {
    display: flex;
    justify-content: space-between;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news a {
    display: block;
    width: 48%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news a:hover .r_img .inner-img img {
    transform: scale(1.1);
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news a:hover .bottom .tit {
    color: var(--ruifox-color-primary-1);
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news a:hover .bottom .tit .aline_w {
    background-size: 100% 1px;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news a .bottom {
    background-color: #fff;
    padding: 0.2rem;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news a .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;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news a .bottom .time {
    font-size: 0.16rem;
    line-height: 1;
    display: inline-block;
    color: #666;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container ul li a {
    display: flex;
    align-items: center;
    padding: 0.15rem 0;
    border-bottom: 1px dashed #e4e4e4;
    position: relative;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container ul li:last-child {
    margin-bottom: 0;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container ul li a:after {
    content: "";
    width: 0;
    /* border-top: 1px solid var(--ruifox-color-primary-1); */
    border-top: 1px solid rgba(201, 21, 30, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container ul li a:hover:after {
    width: 100%;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container ul li a:hover .tit {
    color: var(--ruifox-color-primary-1);
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container ul li a .tit {
    flex: 1;
    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;
    margin-right: 0.1rem;
}

.ruifox-home-news012 .layout .inner-news .left-box .news-container ul li a .time {
    font-size: 0.16rem;
    line-height: 1;
    display: inline-block;
    color: #666;
}

.ruifox-home-news012 .layout .inner-news .right-box {
    width: 37%;
}

.ruifox-home-news012 .layout .inner-news .right-box ul {
    margin-top: 0.4rem;
}

.ruifox-home-news012 .layout .inner-news .right-box ul li {
    margin-bottom: 0.2rem;
}

.ruifox-home-news012 .layout .inner-news .right-box ul li:last-child {
    margin-bottom: 0;
}

.ruifox-home-news012 .layout .inner-news .right-box ul li a {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0.2rem;
}

.ruifox-home-news012 .layout .inner-news .right-box ul li a:hover .tit {
    color: var(--ruifox-color-primary-1);
}

.ruifox-home-news012 .layout .inner-news .right-box ul li a:hover .tit .aline_w {
    background-size: 100% 1px;
}

.ruifox-home-news012 .layout .inner-news .right-box ul li a .tit {
    flex: 1;
    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-right: 0.1rem;
}

.ruifox-home-news012 .layout .inner-news .right-box ul li a .time {
    font-size: 0.16rem;
    line-height: 0.27rem;
    display: inline-block;
    color: #666;
}

@media (max-width: 960px) {
    .ruifox-home-news012 {
        margin-top: 40px !important;
        background: none !important;
    }

    .ruifox-home-news012 .layout .inner-news {
        display: block;
    }

    .ruifox-home-news012 .layout .inner-news .left-box {
        width: 100% !important;
    }

    .ruifox-home-news012 .layout .inner-news .left-box .news-container {
        margin-top: 20px !important;
    }

    .ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news {
        display: block;
    }

    .ruifox-home-news012 .layout .inner-news .left-box .news-container .img-news a {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .ruifox-home-news012 .layout .inner-news .right-box {
        width: 100% !important;
        margin-top: 40px;
    }

    .ruifox-home-news012 .layout .inner-news .right-box ul {
        margin-top: 20px !important;
    }
}

/*# sourceMappingURL=ruifox-home-news012.css.map */