.home-notice032 {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 4.8rem;
}

.home-notice032 .bg2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7.5rem;
}

.home-notice032 .bg3 {
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: calc(3.2rem + var(--innerPadding));
}

.home-notice032 .bg {
    width: calc(100% - (3.2rem + var(--innerPadding)));
    height: 100%;
    background-color: #f2f6f9;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    z-index: -1;
    margin-top: 0.8rem;
}

.home-notice032 .layout {
    display: flex;
    justify-content: space-between;
}

.home-notice032 .layout h1 {
    width: 19%;
    flex-shrink: 0;
    position: relative;
    bottom: 0.72rem;
}

.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: #037469;
    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.18rem;
    line-height: 1;
    color: #333;
    z-index: 1;
    letter-spacing: 0.04rem;
}

.home-notice032 .layout .tab-pannel-wrap {
    width: 80%;
    position: relative;
}


.home-notice032 .layout .inner-box {
    padding: 0.4rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 5.6rem;
    align-content: flex-start;
    gap: 1.33%;
}

.home-notice032 .layout .inner-box .before {
    width: 100%;
    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 a:hover {
    background-color: #fff;
    color: var(--ruifox-color-primary-1);
}

.home-notice032 .layout .inner-box a {
    color: #fff;
    width: 18.9%;
    margin-bottom: 0.2rem;
    height: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    border-radius: 0.08rem;
    padding: 0px 0.2rem;
    transition: 0.3s;
    border: 1px solid #fff;
}

.home-notice032 .layout .inner-box a .aline_w {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 960px) {
    .home-notice032 {
        background: unset !important;
        margin-top: 0.4rem !important;
    }

    .home-notice032 .layout {
        display: block;
    }

    .home-notice032 .bg3 {
        display: none;
    }

    .home-notice032 .bg2 {
        display: none;
    }

    .home-notice032 .layout h1 {
        width: 100%;
        bottom: unset;
    }

    .home-notice032 .layout h1 .column-tit001 a {
        color: #fff !important;
    }

    .home-notice032 .bg {
        width: 100%;
        margin: unset;
    }


    .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;
        color: #fff;
    }

    .home-notice032 .layout .tab-pannel-wrap {
        width: 100%;
    }

    .home-notice032 .layout .inner-box {
        margin-top: 10px;
        padding: 20px;
        min-height: 7rem;
    }

    .home-notice032 .layout .inner-box a {
        width: 45%;
    }

}

/*# sourceMappingURL=home-notice032.css.map */