*{margin: 0;padding: 0;font-family: PingFangSC-Regular;font-size: 14px;}
#app .top-banner {width: 100%;height: 280px;background: #e5e5e5;display: flex;justify-content: center;align-items: center;background-image: url("../image/banner-bg.jpg")}

#app .el-table__header {display: none}
#app .table-wrapper .el-table__body .el-table_1_column_1{padding-left: 30px;}
#app .table-wrapper .el-table__body .el-table_1_column_1 .cell{font-size: 16px;}
#app .table-wrapper .el-table__body .el-table_1_column_2 .cell, .el-table_1_column_3 .cell span{font-size: 14px;}
#app  .pdf-icon{background: url("../image/pdf-icon.png" )no-repeat 0;display: inline-block;width: 10px;height: 13px;background-size: 10px 13px;margin-right: 5px;}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #F64020;
    border: 1px solid #F64020;
    border-radius: 4px;
}
/*手机端*/
@media screen and (max-width: 765px){
    #app .top-banner {height: 160px;    background-size: 100% 160px;}
    #app .main-title div{font-size: 24px;color: #333333;line-height: 24px;margin: 0 20px;}
    #app .pc-display{display: none!important;}
    #app .line{    width: 30px;border-bottom: 2px solid #333333;height: 12px;}
    #app .mobile-display{width: 90%;margin: 30px auto;}
    #app .left-sidebar{height: 36px;line-height: 36px;background: #f7f8fc;padding-left: 24px;border-left: 5px solid #ff6644;font-size: 16px;margin: 30px 0;}
    #app .mobile-table .mobile-list-li{list-style: none;     padding: 20px;   box-shadow: 0 1px 5px 0 #EBEDF8;}
}

/*平板*/
@media screen and (min-width: 768px){
    #app .mobile-display{display: none}
    #app .pc-display{display: block;}
    #app .top-banner {height: 280px;}
    #app .line{    width: 30px;border-bottom: 2px solid #333333;height: 22px;}
    #app .main-title div{font-size: 44px;color: #333333;line-height: 44px;margin: 0 20px;}
    #app .content{width: 90%;margin: 0 auto;min-height:1020px;}
    #app .left-sidebar{height: 50px;line-height: 50px;background: #f7f8fc;padding-left: 50px;border-left: 5px solid #ff6644;font-size: 16px;margin: 30px 0;}
    #app .table-wrapper{box-shadow: 0 1px 5px 0 #EBEDF8;}
    #app .table-wrapper .el-table tr{height: 80px;    cursor: pointer;}
}
/*中等桌面*/
@media screen and (min-width: 992px){
    #app .mobile-display{display: none}
    #app .pc-display{display: block;}
    #app .line{    width: 30px;border-bottom: 2px solid #333333;height: 22px;}
    #app .top-banner {height: 280px;}
    #app .main-title div{font-size: 44px;color: #333333;line-height: 44px;margin: 0 20px;}
    #app .content{width: 90%;display: flex;;min-height:860px;}
    #app .left-sidebar{width: 20%;margin-right: 30px;}
    #app .table-wrapper{width: 70%;margin: 30px 0;box-shadow: 0 1px 5px 0 #EBEDF8;}
    #app .table-wrapper .el-table tr{height: 80px;    cursor: pointer;}
    #app .table-wrapper .el-table tr:hover{color: #F64020;}
}
/*大桌面*/
@media screen and (min-width: 1200px){
    #app .mobile-display{display: none}
    #app .pc-display{display: block;}
    #app .line{    width: 30px;border-bottom: 2px solid #333333;height: 22px;}
    #app .top-banner {height: 280px;}
    #app .main-title div{font-size: 44px;color: #333333;line-height: 44px;margin: 0 20px;}
    #app .content{width: 90%;display: flex;min-height:860px;}
    #app .left-sidebar{width: 20%;margin-right: 30px;}
    #app .table-wrapper{width: 70%;margin: 30px 0;box-shadow: 0 1px 5px 0 #EBEDF8;}
    #app .table-wrapper .el-table tr{height: 80px;    cursor: pointer;}
    #app .table-wrapper .el-table tr:hover{color: #F64020;}
}