.flex-box{
    display: flex;
}
.title-prefix {
    background:url('./../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 span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 56px;
}
.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('./../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;
    }
}
.topath-style{
    cursor: pointer;
}
.breadcrumb{
    display: flex
}
.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;
    margin-top: 33px;
}
.list-box .section-item::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url('./../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;
    transition: all .2s;
}
.list-box .section-item .section-item-title:hover{
    transform: translateX(10px);
}
.list-box .section-item .section-item-title:hover {
    color: #2E7BED;
}
.list-box .section-item:hover::before{
    background: url('./../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;
}

