.color-primary {
    color: var(--theme-color);
}

.public-body {
    background-image: url("../images/pub-red-bg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    background-attachment: fixed;
    background-color: rgb(245,214,214);
}

.pub-header {
    width: 100%;
    padding: 3.5rem 0;
    text-align: center;
}

    .pub-header img {
        display: inline-block;
    }

@media screen and (max-width: 700px) {
    .pub-header img {
        width: 100%;
        height: auto;
    }
}


.pub-container {
    width: 100%;
    background-color: #f6f6f6;
}

.pub-list-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pub-left {
    /* width: 15rem; */
}

.pub-right {
    /*
    margin-left: 2rem;
    width: calc(100% - 17rem);
    padding: 1rem 2rem;
    background-color: #fff;
    */
}

.pub-nav {
    width: 100%;
}

    .pub-nav .dl-nav, .pub-nav .dl-nav-1, .pub-nav .dl-nav-2 {
        width: 100%;
        height: 4.5rem;
        margin-bottom: 0.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.5rem;
        color: var(--theme-color);
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 0.5rem 1.3rem;
    }

    .pub-nav .dl-nav-1, .pub-nav .dl-nav-2 {
        height: 2.5rem;
        font-size: 1rem;
        color: var(--theme-color);
        background-color: #e6e6e6;
    }

    .pub-nav .dl-nav-2 {
        padding-left: 2.25rem;
        font-size: 0.9rem;
        height: 2rem;
    }

    .pub-nav h3:hover {
        background-color: var(--theme-color);
        color: #fff;
    }

    .pub-nav .on {
        background-color: var(--theme-color);
        color: #fff;
    }

.dl-left {
    display: flex;
    align-content: center;
    justify-content: center;
}


.pub-nav .dl-nav em {
    font-size: 30px;
}

.pub-nav .dl-nav .dl-icon {
    width: 2.5rem;
    height: 3.75rem;
    font-size: 2.5rem;
    display: flex;
    align-items: center; /*垂直居中*/
    justify-content: center; /*水平居中*/
}

.pub-nav .dl-nav .dl-text {
    display: flex;
    align-items: center; /*垂直居中*/
    justify-content: center; /*水平居中*/
    font-size: 1.5rem;
}

.pubinfo-box {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    padding-bottom: 50px;
    background-color: #fff;
}


.pubinfo-head {
    margin: 30px 20px;
}

    .pubinfo-head h1 {
        display: block;
        text-align: center;
        font-size: 29px;
        font-family: FZXiaoBiaoSong-B05S;
        padding: 0px 80px 10px;
    }

    .pubinfo-head h2 {
        font-family: fangsong;
        font-size: 21px;
        display: block;
        text-align: center;
        padding: 0 80px;
    }

.pubinfo-content {
    padding: 58px 80px 70px;
    font-size: 1.31rem;
    line-height: 38px;
    text-align: left;
    font-family: 'FangSong';
}

.article-list {
    width: 100%;
}

.pub-table {
    width: 100%
}

    .pub-table .table-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .pub-table .tc .tcc {
        text-align: left;
        /* padding: 0 40px; */
    }

        .pub-table .tc .tcc a {
            font-size: 16px;
        }

    .pub-table .tcc span {
        font-weight: bold;
    }

    .pub-table .tt {
        font-size: 1.25rem;
        border-bottom: 2px solid var(--theme-color);
        overflow: hidden;
        text-align: center;
    }

        .pub-table .tt th {
            padding: 1.1rem 0;
        }

    .pub-table .table-1 i {
        font-style: normal;
        color: var(--theme-color);
        font-size: 0.9rem;
        line-height: 2rem;
        display: block;
    }

    .pub-table .table-1 .d {
        font-size: 0.9rem;
        padding-right: 10px;
        width: 5rem;
    }

    .pub-table .tc {
        font-family: 'SimSun'
    }

        .pub-table .tc td {
            padding: 20px 0 15px;
        }

    .pub-table .tc {
        background-color: #eee;
    }

        .pub-table .tc:nth-of-type(2n) {
            background-color: #fff;
        }

        .pub-table .tc .ac {
            padding-left: 30px;
            padding-right: 30px;
            font-size: 1.25rem;
        }


.pubinfo-body {
    width: 100%;
    background-color: #fff;
}



.pubinfo_begin {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 3.2rem;
}

.btn-section {
    font-size: 0.9rem;
}

    .btn-section span {
        border: 1px solid #ddd;
        padding: 5px;
        color: #333;
        margin-right: 12px;
    }

    .btn-section a {
        color: #333;
    }

.publinfo-line {
    width: 100%;
    height: 5px;
    background-color: var(--theme-color);
}

.file-title {
    display: inline-block;
    width: 100%;
    font-family: "方正小标宋简体", FZXiaoBiaoSong-B05S,fzxbsjw;
    color: rgb(255,1,3);
    font-size: 2.5rem;
    line-height: 5rem;
    text-align: center;
    height: 4.5rem;
    margin-top: 50px;
    letter-spacing: 2px;
}

    .file-title img {
        width: auto;
        height: 4.5rem;
        margin: 0 5px;
        vertical-align: top;
    }

.pubinfo-footer {
    color: var(--theme-color);
    font-family: "方正小标宋简体", FZXiaoBiaoSong-B05S,fzxbsjw;
    font-size: 1.75rem;
    line-height: 2rem;
    text-align: right;
    margin: 30px 40px;
}
