.home-notice032 {
    position: relative;
    overflow: hidden;
    height: 6.06rem;
}

.home-notice032 .bg {
    width: 100%;
    height: 80%;
    background-color: #f2f6f9;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.16rem;
    background-size: cover;
    z-index: -1;
}

.home-notice032 .layout {
    display: flex;
    justify-content: space-between;
}

.home-notice032 .layout h1 {
    width: 17%;
    flex-shrink: 0;
}

.home-notice032 .layout h1 .tab-tit-box {
    margin-top: 0.4rem;
}

.home-notice032 .layout h1 .tab-tit-box a {
    margin-bottom: .15rem;
    display: flex;
    align-items: center;
    position: relative;
    height: 0.6rem;
    padding: 0 .52rem;
    transition: .5s;
    font-weight: normal;
}

.home-notice032 .layout h1 .tab-tit-box a.cur:before,
.home-notice032 .layout h1 .tab-tit-box a:hover:before {
    opacity: 1;
    visibility: visible;
}

.home-notice032 .layout h1 .tab-tit-box a.cur:after,
.home-notice032 .layout h1 .tab-tit-box a:hover:after {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.home-notice032 .layout h1 .tab-tit-box a.cur .tit,
.home-notice032 .layout h1 .tab-tit-box a.cur i,
.home-notice032 .layout h1 .tab-tit-box a:hover .tit,
.home-notice032 .layout h1 .tab-tit-box a:hover i {
    color: #fff;
}

.home-notice032 .layout h1 .tab-tit-box a:before {
    position: absolute;
    content: '';
    left: 0;
    width: .03rem;
    top: 0;
    bottom: 0;
    background: #c0e2ff;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.home-notice032 .layout h1 .tab-tit-box a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: var(--ruifox-color-primary-1);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.home-notice032 .layout h1 .tab-tit-box a i {
    z-index: 1;
    margin-right: 0.1rem;
}

.home-notice032 .layout h1 .tab-tit-box a .tit {
    font-size: 0.24rem;
    line-height: 1;
    color: #333;
    z-index: 1;
    letter-spacing: 0.04rem;
}

.home-notice032 .layout .tab-pannel-wrap {
    width: 79%;
}

.home-notice032 .layout .inner-box {
    padding: 1.2rem 0 1.2rem 0.8rem;
    position: relative;
}

.home-notice032 .layout .inner-box .before {
    width: calc(100% + var(--innerPadding));
    height: 100%;
    background-color: var(--ruifox-color-primary-1);
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.16rem;
    background-size: cover;
}

.home-notice032 .layout .inner-box .swiper-container {
    width: calc(100% + var(--innerPadding));
}

.home-notice032 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide:hover {
    background-color: #fff;
}

.home-notice032 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide:hover .tit {
    color: var(--ruifox-color-primary-1);
}

.home-notice032 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide:hover .time {
    color: var(--ruifox-color-primary-1);
}


.home-notice032 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
    background-color: rgba(255, 255, 255, 0.2985);
    padding: 0.2rem;
    transition: all 0.3s;
}

.home-notice032 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide .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;
    margin-bottom: 0.1rem;
    height: 0.54rem;
    color: #fff;
}

.home-notice032 .layout .inner-box .swiper-container .swiper-wrapper .swiper-slide .time {
    color: #666;
    font-size: 0.16rem;
    line-height: 1;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.home-notice032 .layout .inner-box .button {
    display: flex;
    margin-top: 0.4rem;
}

.home-notice032 .layout .inner-box .button .swiper-button-prev,
.home-notice032 .layout .inner-box .button .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    color: var(--ruifox-color-primary-1);
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
}

.home-notice032 .layout .inner-box .button .swiper-button-prev:after,
.home-notice032 .layout .inner-box .button .swiper-button-next:after {
    font-size: 0.16rem;
}

.home-notice032 .layout .inner-box .button .swiper-button-next {
    margin-left: 0.1rem;
}

.home-notice032 .layout .inner-box .swiper-list-bottom {
    margin-top: 0.3rem;
    padding-left: 0.5rem;
}

@media (max-width: 960px) {
    .home-notice032 {
        height: auto;
    }

    .home-notice032 .layout {
        display: block;
    }

    .home-notice032 .layout h1 {
        width: 100%;
    }

    .home-notice032 .layout h1 .tab-tit-box {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .home-notice032 .layout h1 .tab-tit-box a {
        padding: 0 20px;
    }

    .home-notice032 .layout h1 .tab-tit-box a .tit {
        font-size: 18px;
    }

    .home-notice032 .layout .tab-pannel-wrap {
        width: 100%;
    }

    .home-notice032 .layout .inner-box {
        margin-top: 10px;
        padding: 20px;
    }

    .home-notice032 .layout .inner-box .button {
        margin-top: 20px;
    }

    .home-notice032 .layout .inner-box .swiper-list-bottom {
        margin-top: 10px;
        padding-left: 0;
    }
}

/*# sourceMappingURL=home-notice032.css.map */