.home-news003 .layout .inner-box {
    display: flex;
    justify-content: space-between;
}

.home-news003 .layout .inner-box h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news003 .layout .inner-box .box-item {
    width: 48%;
}

.home-news003 .layout .inner-box .box-item .inner-news {
    margin-top: 0.4rem;
}

.home-news003 .layout .inner-box .box-item .inner-news .first-news {
    position: relative;
    display: block;
}

.home-news003 .layout .inner-box .box-item .inner-news .first-news:hover .inner-img img {
    transform: scale(1.1);
}

.home-news003 .layout .inner-box .box-item .inner-news .first-news .bottom {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-image: linear-gradient(transparent, black);
    padding: 0.2rem;
}

.home-news003 .layout .inner-box .box-item .inner-news .first-news .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-news003 .layout .inner-box .box-item .inner-news .first-news .bottom .time {
    font-size: 0.16rem;
    display: block;
    line-height: 1;
    color: #fff;
}

.home-news003 .layout .inner-box .box-item .inner-news ul {
    margin-top: 0.2rem;
}

.home-news003 .layout .inner-box .box-item .inner-news ul li a {
    display: block;
    padding: 0.2rem 0px;
    border-bottom: 1px solid #cccccc;
    transition: 0.3s;
}

.home-news003 .layout .inner-box .box-item .inner-news ul li a:hover {
    background-color: var(--ruifox-color-primary-1);
    padding: 0.2rem;
    border-radius: 4px;
}

.home-news003 .layout .inner-box .box-item .inner-news ul li a:hover .tit {
    color: #fff;
}

.home-news003 .layout .inner-box .box-item .inner-news ul li a:hover .time {
    color: #fff;
}

.home-news003 .layout .inner-box .box-item .inner-news 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;
    margin-bottom: 0.1rem;
    color: #333;
}

.home-news003 .layout .inner-box .box-item .inner-news ul li a .time {
    font-size: 0.16rem;
    display: block;
    line-height: 1;
    color: #666;
}

@media (max-width: 960px) {
    .home-news003 .layout .inner-box {
        display: block;
    }

    .home-news003 .layout .inner-box .box-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-news003 .layout .inner-box .box-item .inner-news {
        margin-top: 20px;
    }
}

/*# sourceMappingURL=home-news003.css.map */