.zfgbContent {
    width: 14rem;
    padding: .3rem;
    background-color: #fffbf6;
}

.zfgb-search {
    width: 70%;
    height: .45rem;
    border: 1px solid #ca1c1d;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
}

.zfgb-search .ipt {
    width: calc(100% - .3rem - 1.2rem);
    float: left;
    display: block;
    height: .45rem;
    padding-left: .15rem;
}

.zfgb-search .btn {
    width: 1.2rem;
    float: right;
    display: block;
    height: .45rem;
    text-align: center;
    background-color: #ca1c1d;
    color: #ffffff;
    cursor: pointer;
    font-size: .18rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.zfgb-search .btn:hover {
    background-color: #b60809;
}

.zfgb-logo {
    text-align: center;
    margin-top: .3rem;
    vertical-align: top;
    color: #cb2026;
}

.zfgb-logo img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.zfgb-logo .txt {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: .1rem;
}

.zfgb-logo h1 {
    display: block;
    font-family: 'fzxbs';
    line-height: .46rem;
    font-weight: 400;
    font-size: .36rem;
}

.zfgb-logo h6 {
    display: block;
    font-size: .17rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.zfgb-year-box {
    margin-top: .3rem;
    line-height: .3rem;
    font-size: .16rem;
}

.zfgb-year-box .print {
    float: right;
    cursor: pointer;
}

.zfgb-year-box .print img {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    vertical-align: top;
}

.zfgb-year-box .print label {
    cursor: pointer;
}

.zfgb-year-box select {
    width: 1rem;
    height: .3rem;
    line-height: .3rem;
    background-color: #ffffff;
    padding-left: .1rem;
    border: 1px solid #cb2026;
    background: url(2024-pZcwj-select-ico.png) no-repeat .8rem;
}

.zfgb-line {
    width: 100%;
    height: 3px;
    background-color: #cb2026;
    margin-top: .3rem;
    position: relative;
    margin-bottom: 4px;
}

.zfgb-line::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cb2026;
    position: absolute;
    bottom: -4px;
}

.zfgb-tit {
    margin-top: .3rem;
    position: relative;
    width: 100%;
    height: .4rem;
    line-height: .4rem;
}

.zfgb-tit span {
    display: inline-block;
    background-color: #fffbf6;
    padding-right: .2rem;
    position: relative;
    z-index: 3;
    font-size: .2rem;
    color: #cb2026;
    font-weight: 700;
}

.zfgb-tit::before {
    content: '';
    display: block;
    width: 100%;
    background-color: #e0e0e0;
    height: 1px;
    position: absolute;
    left: 0;
    top: .18rem;
    z-index: 1;
}

.zfgb-tit::after {
    content: '';
    display: block;
    width: 100%;
    background-color: #e0e0e0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: .18rem;
    z-index: 1;
}

.zfgb-list {
    max-height: calc((.3rem + 2px + .6rem + .3rem + .08rem + .24rem) * 3);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.zfgb-list::-webkit-scrollbar {
    width: 5px;
}

.zfgb-list::-webkit-scrollbar-thumb {
    background-color: #cb2026;
    width: 5px;
    border-radius: 3px;
}

.zfgb-list::after {
    content: '';
    display: block;
    clear: both;
}

.zfgb-list li {
    width: calc((100% - .3rem) / 2 - 2px);
    margin-top: .3rem;
    margin-right: .3rem;
    float: left;
    border: 1px solid #ffc3c3;
}

.zfgb-list li:nth-child(2n) {
    float: right;
    margin-right: 0;
}

.zfgb-list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: .15rem 0;
}

.zfgb-list li a:hover {
    color: #ff0000;
}

.zfgb-list li .txt {
    padding: 0 .2rem;
    display: block;
    line-height: .3rem;
    height: .6rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
    font-size: .18rem;
}

.zfgb-list li .day {
    padding: 0 .2rem;
    display: block;
    text-align: right;
    font-size: .16rem;
    color: #999;
    margin-top: .08rem;
    line-height: .24rem;
}

.article-list {
    display: none;
}

@media screen and (max-width: 768px) {
    .zfgbContent {
        padding: 10px;
        width: auto;
    }

    .zfgb-search {
        width: 100%;
        height: .38rem;
    }

    .zfgb-search .ipt {
        width: calc(100% - .3rem - .9rem);
        height: .36rem;
        line-height: .36rem;
        font-size: .16rem;
    }

    .zfgb-search .ipt::placeholder {
        font-size: .16rem;
    }

    .zfgb-search .btn {
        width: .9rem;
        height: .38rem;
        line-height: .38rem;
        font-size: .16rem;
    }

    .zfgb-logo {
        margin-top: .15rem;
    }

    .zfgb-logo img {
        height: calc(100vw * .12);
        width: auto;
    }

    .zfgb-logo h1 {
        width: 100%;
        text-align: center;
        font-size: .28rem;
        line-height: .36rem;
    }

    .zfgb-logo h6 {
        font-size: .12rem;
        letter-spacing: 0;
    }

    .zfgb-year-box {
        margin-top: .15rem;
    }

    .zfgb-line {
        margin-top: .15rem;
    }

    .zfgb-tit {
        margin-top: .15rem;
    }

    .zfgb-list {
        max-height: calc((10px + 2px + 20px + .6rem + .08rem + .24rem) * 4);
    }

    .zfgb-list li {
        width: 100%;
        float: none !important;
        margin-top: 10px;
        margin-right: 0;
    }

    .zfgb-list li a {
        padding: 10px 0;
    }

    .zfgb-list li .txt {
        padding: 0 10px;
    }

    .zfgb-list li .day {
        padding: 0 10px;
    }
}

@media print {
    body {
        transform: scale(0.8);
        transform-origin: top left;
    }

    .pHeader,
    .pLocation,
    .pRight-nav,
    .pFoot,
    .zfgbContent .zfgb-search {
        display: none !important;
    }
    
    .zfgbContent {
        overflow: hidden;
    }
    
    .zfgbContent .zfgb-list {
        max-height: initial;
    }

    .zfgbContent .article-list {
        display: block;
    }

    .zfgbContent .article-list .article-container {
        -moz-column-break-before: page;
        break-before: page;
    }

    .zfgbContent .article-list .article-container .article-title {
        margin: 0.35rem 0;
        font-size: 0.3rem;
        line-height: 1.27;
        color: #000;
        text-align: center;
    }

    .zfgbContent .article-list .article-container .article-content {
        padding: 0.2rem;
        overflow: hidden;
    }

    .zfgbContent .article-list .article-container .article-content table {
        width: auto !important;
        height: auto;
        margin: auto;
        table-layout: fixed;
    }

    .zfgbContent .article-list .article-container .article-content .ue_table {
        overflow-x: auto;
    }

    .zfgbContent .article-list .article-container .article-content .ue_table table {
        max-width: unset !important;
    }

    .zfgbContent .article-list .article-container .article-content video,
    .zfgbContent .article-list .article-container .article-content img {
        display: block;
        max-width: 90% !important;
        height: auto;
        margin: auto;
    }

    .zfgbContent .article-list .article-container .article-content .TRS_UEDITOR {
        letter-spacing: 2px;
        line-height: 1.6;
    }

    .zfgbContent .article-list .article-container .article-content .TRS_UEDITOR p+p {
        margin-top: 0.25rem;
    }

    .zfgbContent .article-list .article-container .article-content * {
        word-break: break-all;
        background-color: initial;
    }

    .zfgbContent .article-list .article-container .article-content #a1 {
        width: 100% !important;
        height: auto !important;
    }

    .zfgbContent .article-list .article-container .article-content #a1 video {
        max-width: 100% !important;
    }
}