
#header-wrap {
    position: relative;
    background-color: var(--cnvs-header-bg);
    /*background-color: var( --cnvs-rmbs-red);*/
    /*    background-color: #7e2f2f;*/
}

.banner {
    position: relative;
    height: 100px; /* 根据需要调整高度 */
    /*overflow: hidden;*/ /* 确保内容不溢出 */
}


    .banner::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        /*background-image: url(../business/images/12.jpg?v=1.03);*/
        background-size: cover;
        /*background-position: 50% 20%;*/
        background-position: center;
        opacity: 0.2;
        pointer-events: none;
        background-repeat: no-repeat;
    }

.menu-link {
    color: var(--cnvs-contrast-1000);
    font-weight: 500;
}
/*内容页*/

.content-subtitle {
    font-size: var(--cnvs-post-meta-fontsize);
    margin: 0 var(--cnvs-post-meta-margin) 0.75rem 0;
    color: var(--cnvs-contrast-500);
}

.title-block {
    margin-bottom: 0px;
}


#page-title, .page-title {
    padding: 8rem 0 1.5rem 0;
}
/*内容页 end*/

/*新闻索引页*/
.newsindex-content .event-date {
    width: 90px;
    height: 82px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19);
    color: #bd782f;
    text-align: center;
}

    .newsindex-content .event-date h5 {
        font-size: 13px;
        margin: 10px 0 2px 3px;
        color: #bd782f;
        padding-top: 5px;
    }

        .newsindex-content .event-date h5:hover {
            color: #cc0033;
        }

    .newsindex-content .event-date p {
        background-color: #bd782f;
        color: white;
        font-size: 28px;
        font-weight: 700;
        padding: 5px 0 5px 5px;
        border-radius: 0 0 10px 10px;
    }

        .newsindex-content .event-date p:hover {
            background-color: #cc0033;
        }

.newsindex-content .entry-title h3 a {
    color: var(--cnvs-contrast-800);
    font-size: 1.35rem;
    font-weight: 700;
}


/*新闻索引页 end*/