.home-news028 {
    margin-top: 0.8rem;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.home-news028:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://www.gmcah.cn/oss/group-bucket-95/images/2025-09-09/16944ee6-fb2b-4caa-8a6b-cfa264b45339.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
}

.home-news028 .layout {
    width: 14rem;
    margin: 0 auto;
}

.home-news028 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.3rem;
}

.home-news028 .layout h1 .left-tit001 {
    display: flex;
    align-items: center;
    font-weight: normal;
    position: relative;
    height: 0.4rem
}

.home-news028 .layout h1 .left-tit001 a {
    font-size: 0.32rem;
}

.home-news028 .layout .cooperation-mobile {
    display: none !important;
}

.home-news028 .layout .cooperation-content {
    height: 1.1rem;
    max-height: 1.1rem;
    font-size: 0.18rem;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    font-weight: 400;
    width: 100%;
    text-indent: 0.2rem;
    text-align: center;
}

.home-news028 .layout .news-column ul {
    display: flex;
    margin-right: -2.3%;
    margin-top: 0.2rem;
}

.home-news028 .layout .news-column ul li {
    width: 31%;
    margin-right: 2.3%;
}

.home-news028 .layout .news-column ul li a {
    border-top: 3px solid #ffb154;
    padding: 0.2rem 0;
    display: block;
    color: #666;
}

.home-news028 .layout .news-column ul li a .time {
    text-transform: uppercase;
    font-size: 0.16rem;
    display: block;
    padding: 0.05rem 0;
}


.home-news028 .layout .news-column ul li a .tit {
    font-size: 0.18rem;
    line-height: 0.36rem;
    max-height: 0.72rem;
    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.2rem;
}

.home-news028 .layout .news-column ul li a:hover {
    color: var(--ruifox-color-primary-1);
}

.home-news028 .layout .news-column ul li a:hover .tit .aline_w {
    background-size: 100% 1px;
}

@media (max-width: 960px) {
    .home-news028 .layout .news-column ul {
        flex-wrap: wrap;
    }

    .home-news028 .layout .news-column ul li {
        width: 100%;
    }

        .home-news028 .layout h1 .left-tit001 a {
          font-size: 20px;
        }

    .home-news028 {
        background: unset !important;

    }

    .home-news028:before {
        content: unset;
    }

    .home-news028 .layout {
        width: 100%;
    }
}

/*# sourceMappingURL=ruifox-home-columns003.css.map */