.ruifox-home-notice010 {
    margin-top: 0.8rem;
}

.ruifox-home-notice010 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ruifox-home-notice010 .layout ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2%;
    margin-top: 0.4rem;
}

.ruifox-home-notice010 .layout ul li {
    width: 31.3%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
}

.ruifox-home-notice010 .layout ul li a {
    display: block;
    width: 100%;
    padding: 0.1rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ruifox-home-notice010 .layout ul li a:hover .inner .tit {
    color: var(--ruifox-color-primary-1);
}

.ruifox-home-notice010 .layout ul li a:hover .inner .tit .aline_w {
    background-size: 100% 1px;
}

.ruifox-home-notice010 .layout ul li a .inner {
    width: 100%;
    padding: 0.1rem;
    border: 1px dashed #e4e4e4;
}

.ruifox-home-notice010 .layout ul li a .inner .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-notice010 .layout ul li a .inner .time {
    font-size: 0.16rem;
    line-height: 1;
    display: inline-block;
    color: #666;
}

@media (max-width: 960px) {
    .ruifox-home-notice010 {
        margin-top: 40px;
        background-position: bottom;
        background-repeat: no-repeat
    }

    .ruifox-home-notice010 .layout ul {
        margin-top: 20px !important;
        display: block;
        margin-right: 0;
    }

    .ruifox-home-notice010 .layout ul li {
        width: 100%;
        margin-right: 0;
    }
}

/*# sourceMappingURL=ruifox-home-notice010.css.map */