.contentLine .right{
    position: relative;
}
.contentLine .right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/static/default/images/bg.jpg);
    opacity: 0.75;
}   
.contentLine .right .content{
    z-index: 999;
    position: relative;
}
.contentLine .right .content img{
        border-radius: 50%;
}
#id_xiehui td,#id_xiehui th{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    text-align: center;
}
#id_xiehui th{
    background-color: var(--company-color) !important;
    color:#fff;
    text-align: center;
}
.personTitle{
    text-indent: 0 !important;
    font-size: 24px;
    font-weight: 600;
    color: var(--company-color) !important;
}