.contentLine .right p{
    color:#333;
}
.contentLine .right .content .no-text-indent{
    text-indent:0 !important;
}
#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;
}
.contentLine .right .content  table{
    border-top: 2px solid var(--company-color);
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
.contentLine .right .content tr{
    height: 4rem;
}
.contentLine .right .content tr:first-child td{
    font-weight: 800;
}
.contentLine .right .content td{
    border: 1px solid #666;
}