.flex-box{
    display: flex;
}
.title-prefix {
    background:url('/template/tjj/image/wzlb/zzjg-lb-bg.png') no-repeat;
    background-size: cover;
    height: 56px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 18px;
    overflow: hidden;
}
.title-prefix img{
    width: 44px;
    height: 4px;
    margin: 0 12px;
}
.flex-box-left {
    width: 263px;
    flex-shrink: 0;
    margin-right: 36px;
    background: #F8F8F8;
}
.flex-box-left .column-item,.column-item-child{
    box-sizing: border-box;
    cursor: pointer;
    height: 56px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    border-bottom: 1px solid #ffffff;
    padding: 14px;
}
.flex-box-left .column-item>span,.column-item-child>span{
    flex: 1;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flex-box-left .column-item img{
    width: 16px;
}
.flex-box-left .column-item-child img{
    width: 8px;
    margin-left: 10px;
}
.flex-box-left .column-item::before {
    content: '';
    display: block;
    width: 11px;
    height: 16px;
    background: url('/template/tjj/image/zfxx-icon.png');
    background-size: contain;
    margin-right: 16px;
}
.flex-box-left .column-item.active,.column-item:hover {
    background: #D8EAFF;
    color: #3166C9;
    font-weight: bold;
}
.flex-box-left .column-item-child{
    background: #F7FBFF;
}
.flex-box-right {
    flex: 1;
    overflow: hidden;
    min-height: 746px;
    position: relative;
}
.flex-box-right .section-title {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3767E7;
    height: 44px;
    border-bottom: 1px solid #E1EEFC;
    text-align: left;
    margin-bottom: 6px;
}
.flex-box-right .section-title div{
    position: relative;
    height: 100%;
    border-bottom: 4px solid #3767E7;
    box-sizing: border-box;
    display: inline-block;
}
.flex-box-right .section-title img{
    width: 11px;
    height: 14px;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -7px;
}
@media screen and (max-width: 768px) {
    .flex-box{
        display: block;
        width: 100%;
    }
    .flex-box-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .column-item {
        border: none;
    }
    .flex-box-right {
        min-height: auto;
    }
}

.leader-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
    align-items: center;
    width: 100%;
}
.leader-list .leader-list-item{
    margin-bottom: 40px;
    width: 25%;
}
.leader-list .leader-list-item img{
    width: 16px;
    height: 16px;
    margin-right: 12px;
}
.leader-list .leader-list-item a{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 500px) {
    .leader-list .leader-list-item{
        width: 30%;
    }
}

/* 详情样式 */
#article-detail .txt-title {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
    max-width: 893px;
    margin: auto;
}

#article-detail .flex-box {
    display: flex;
    justify-content: space-between;
    margin-top: 73px;
    align-items: center;
}

#article-detail .yudu {
    display: flex;
    margin-left: 36px;
}

#article-detail .left {
    display: flex;
}

#article-detail .right {
    display: flex;
}

#article-detail .icon-img {
    width: 15px;
    height: 14px;
}

#article-detail .fs {
    color: #999999;
    font-size: 14px;
}

#article-detail .df {
    display: flex;
    align-items: center;
}

#article-detail .file-item {
    margin-bottom: 24px;
    text-decoration: underline;
    cursor: pointer;
}

#qrcode {
    text-align: center;
    margin: auto;
    width: 175px;
    height: 172px;
    margin-top: 76px;
    margin-bottom: 97px;
}

.bullet-frame {
    display: none;
}

.bullet-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
}
@media print {
    a[href]:after {
        content: none !important;
    }

    .noprint {
        display: none
    }
}

.print {
    cursor: pointer;
    display: flex;
    align-items: center;
}

* {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/
}
#article-detail .zihao {
    margin-right: 37px;
}
@media (max-width: 1200px) {

    #article-detail .flex-box {
        display: inline;
    }

    #article-detail .left {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 499px) {

    #article-detail .left {
        flex-wrap: wrap;
    }

    #article-detail .yudu {
        margin-left: 0px;
        margin-top: 10px;
    }

    #article-detail .zihao {
        margin-bottom: 12px;
    }

    #article-detail .right {
        display: inline;
    }
}
#article-detail .left-box {
    min-width: 263px;
    height: 483px;
    background: #F8F8F8;
    margin-right: 36px;
}

@media (max-width: 800px) {
    #article-detail .left {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #article-detail .left-box {
        margin-bottom: 24px;
        margin-right: 0px;
    }

    #article-detail .txt-title {
        font-size: 20px;
    }
}
/* 列表样式 */
.list-box {
    margin-bottom:50px
}
.list-box .section-item{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    padding-top: 33px;
}
.list-box .section-item::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url('/template/tjj/image/list-normal.png') no-repeat;
    background-size: cover;
}
.list-box .section-item .section-item-title {
    flex: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.list-box .section-item .section-item-title:hover{
    transform: translateX(10px);
}
.list-box .section-item:hover {
    color: #2E7BED;
}
.list-box .section-item:hover::before{
    background: url('/template/tjj/image/list-active.png') no-repeat;
}
.list-box .section-item .section-item-time {
    flex-shrink: 0;
    margin-left: 20px;
    color: #999999;
}
.el-pagination{
    justify-content: flex-end;
}
.el-pagination.is-background .el-pager li.is-active{
    background-color:#3767E7 !important;
}
.mt-20 {
    margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
    .el-pagination__total,
    .el-pagination__jump {
        display: none !important;
    }
}
.page {
    display: flex;
    width: 100%;
    margin-top: 54px;
    flex-direction: column;
    align-items: flex-end;
}

.el-pagination.is-background .el-pager li.is-active {
    background: #3767E7;
}
.total{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-left: 5px;
    margin-right: 30px;
}
.total-page{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.lai-box{
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

