.home-news014 {
    position: relative;
}

.home-news014>img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.home-news014 .layout h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-news014 .layout ul {
    margin-top: 0.4rem;
    display: flex;
    gap: 1%;
}

.home-news014 .layout ul li {
    width: 24%;
}

.home-news014 .layout ul li a {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.home-news014 .layout ul li a:hover .r_img img {
    transform: scale(1.1);
}

.home-news014 .layout ul li a:hover .bottom .tit .aline_w {
    background-size: 100% 1px;
}

.home-news014 .layout ul li a .bottom {
    padding: 0.2rem;
}

.home-news014 .layout ul li 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;
}
.home-news014 .layout ul li a .bottom .time-box {
  display: flex;
    align-items: center;
}
.home-news014 .layout ul li a .bottom .time-box i {
  color: #85be21;
  font-size: 0.16rem;
    margin-right: 0.1rem;
}
.home-news014 .layout ul li a .bottom .time {
    font-size: 0.16rem;
    color: #666;
    line-height: 1;
}

@media (max-width: 960px) {
    .home-news014 .layout ul {
        flex-wrap: wrap;
        gap: unset;
        margin-top: 20px;
    }

    .home-news014 .layout ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*# sourceMappingURL=home-news014.css.map */