.tableBox,.tableBoxerji{
    overflow: hidden;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: auto;
}
.rightMain{
    min-height: calc(93vh - 274px);
}
.tableBox>p,.tableBoxerji>p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 32px;
}
.tableBox>p a:nth-of-type(1),.tableBoxerji>p a:nth-of-type(1){
    max-width: calc(100% - 90px);
    display: flex;
    align-items: center;
}
.tableBox>p a:nth-of-type(1):hover,.tableBoxerji>p a:nth-of-type(1):hover{
    color: #078143;
    text-decoration: underline;
}
.tableBox>p a:nth-of-type(1):hover b,.tableBoxerji>p a:nth-of-type(1):hover b{
    background-color: #078143;
}
.tableBox>p a:nth-of-type(1) b,.tableBoxerji>p a:nth-of-type(1) b{
    width: 4px;
    height: 4px;
    background-color: #4d4d4d;
    margin-right: 6px;
}
.tableBox>p a:nth-of-type(1) b.nodot,.tableBoxerji>p a:nth-of-type(1) b.nodot{
    background-color: transparent;
}
.tableBox>p a:nth-of-type(2):hover,.tableBoxerji>p a:nth-of-type(2):hover{
    color: #de9520;
    text-decoration: underline;
}
.tableBox>div{
    width: 100%;
}
.triangle {    
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3aa06b;
}
.triangle.left{
    left: 30px;
}
.triangle.right{
    right: 30px;
}
.tableBox>p a:nth-of-type(1) span,.tableBoxerji>p a:nth-of-type(1) span{
    display: inline-block;
    overflow: hidden;
    /* 三行显示省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: justify;
}
.showerji.showall{
    transform: rotate(-180deg);
}
@media screen and (min-width: 1200px){
    .tableBox>p,.tableBoxerji>p{
        width: 400px;
        color: #4d4d4d;
        font-size: 14px;
    }
    .tableBoxerji{
        padding: 4px 10px;
        background: #e4fff3;
        border: 1px solid #3aa06b;
        border-radius: 4px;
    }
    .tableBox>p a:nth-of-type(2),.tableBoxerji>p a:nth-of-type(2){
        color: #3aa06b;
        width: 80px;
    }
    .tableWraperji{
        position: relative;
        margin: 10px 0 20px;
    }
    .tableBoxOne{
        position: relative;
    }
    .showerji{
        padding: 0 10px;
        position: absolute;
        left: -17px;
        cursor: pointer;
    }
}
@media screen and (max-width: 1200px){
    .tableBox{
        padding-right: 0;
        padding-left: 20px;
        margin: 0 0 10px -10px;
        min-height: calc(97vh - 245px); /*有二维码版*/
    }
    .tableBox>p,.tableBoxerji>p{
        width: 100%;
        color: #4d4d4d;
        font-size: 14px;
    }
    .tableBox>p a:nth-of-type(1),.tableBoxerji>p a:nth-of-type(1){
        width: calc(100% - 90px);
    }
    .showerji{
        padding: 0 10px;
        position: absolute;
        left: 10px;
    }
    .tableBoxerji{
        padding: 0 5px 4px 8px;
        background: #e4fff3;
        border: 1px solid #3aa06b;
        border-radius: 4px;
    }
    .tableBox>p a:nth-of-type(2),.tableBoxerji>p a:nth-of-type(2){
        color: #3aa06b;
        width: 76px;
        position: relative;
    }
    .tableWraperji{
        position: relative;
        margin: 0 0 10px;
    }
}