.menu-title{
    text-align: center;
    margin-bottom: 60px;
}

.table-text-left{
    text-align: left;
    line-height: 45px;
}

.table-text-right{
    text-align: right;
    line-height: 45px;
    min-width: 140px;
}

.pagination{
    margin-bottom: 80px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #9e1d22;
    border-color: #9e1d22;
}

.title-block{
    width:100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.title-block p{
    font-family: 'fzkt';/*2025年10月17日调整，为了适配繁体添加了方正楷体字样，原字体fzktjw*/
    font-size: 36px;
    font-weight: 600;
    color: #555454;
    letter-spacing:8px;
    margin: 0 auto;
    position: relative;
    display: inline;
}

.title-block p::before{
    content: '';
    background: url(/images/title_icon.png) no-repeat;
    background-size: 60px 8px;
    width: 60px;
    height: 8px;
    position: absolute;
    left: -80px;
    top: 22px;
}

.title-block p::after{
    content: '';
    background: url(/images/title_icon.png) no-repeat;
    background-size: 60px 8px;
    width: 60px;
    height: 8px;
    position: absolute;
    right: -80px;
    top: 22px;
}

.main-content{
    min-height: 1000px;
}

@media screen and (max-width: 701px){
    .title-block p{
        font-size: 24px;
    }

    .title-block p::before{
        left: -80px;
        top: 16px;
    }
    
    .title-block p::after{
        right: -80px;
        top: 16px;
    }
}