.home-news016 {
    margin-top: 0.8rem;
    background-size: cover;
}

.home-news016 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 
.home-news016 .layout h1 .more002 i {
  color: #008f4d;
} */

.home-news016 .layout .inner-news {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.home-news016 .layout .inner-news .left-box {
    width: 64%;
    display: flex;
    justify-content: space-between;
}

.home-news016 .layout .inner-news .left-box a {
    width: 48%;
    border-bottom: 1px solid #dfe5ed;
}

.home-news016 .layout .inner-news .left-box a:hover img {
    transform: scale(1.1);
}

.home-news016 .layout .inner-news .left-box a:hover .bottom-info .tit .aline_w {
    background-size: 100% 1px;
}

.home-news016 .layout .inner-news .left-box a .bottom-info {
    display: block;
    padding: 0.2rem 0;
}

.home-news016 .layout .inner-news .left-box a .bottom-info .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;
}

.home-news016 .layout .inner-news .left-box a .bottom-info .time {
    color: #666;
    font-size: 0.16rem;
    line-height: 1;
    display: block;
}

.home-news016 .layout .inner-news .left-box a .bottom-info .content {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #666;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
}

.home-news016 .layout .inner-news .right-box {
    width: 34%;
}

.home-news016 .layout .inner-news .right-box ul {
    width: 100%;
}

.home-news016 .layout .inner-news .right-box ul li {
    height: max-content;
    padding-right: 0.09rem;
    margin-bottom: 0.24rem;
    position: relative;
}

.home-news016 .layout .inner-news .right-box ul li:last-child {
    margin-bottom: 0 !important;
}

.home-news016 .layout .inner-news .right-box ul li .rg {
    position: absolute;
    top: 50%;
    margin-top: -0.26rem;
    right: 0px;
    width: 0.09rem;
    height: 0.52rem;
    background: var(--ruifox-color-primary-2);
}

.home-news016 .layout .inner-news .right-box ul li a {
    height: 100%;
    box-sizing: border-box;
    display: block;
    padding: 0.18rem 0.3rem;
    border: #dfe5ed 1px solid;
    transition: all 0.5s;
}

.home-news016 .layout .inner-news .right-box ul li a p {
    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;
    margin-bottom: 0.1rem;
    height: 0.54rem;
}

.home-news016 .layout .inner-news .right-box ul li a .time {
    color: #666;
    font-size: 0.16rem;
    display: block;
    line-height: 1;
}

.home-news016 .layout .inner-news .right-box ul li a:hover p .aline_w {
    background-size: 100% 1px;
}

@media (max-width: 960px) {

    .home-news016 .layout .inner-news {
        flex-wrap: wrap !important;
        margin-top: 20px !important;
    }

    .home-news016 .layout .inner-news .left-box {
        flex-wrap: wrap;
        width: 100% !important;
    }

    .home-news016 .layout .inner-news .left-box a {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .home-news016 .layout .inner-news .right-box {
        width: 100% !important;
    }

    .home-news016 .layout .inner-news .right-box ul {
        width: 100% !important;
    }

    .home-news016 .layout .inner-news .right-box ul li {
        margin-bottom: 10px !important;
    }

    .home-news016 .layout .inner-news .right-box ul li a {
        padding: 20px !important;
    }
}

/*# sourceMappingURL=home-news016.css.map */