.company-title-understand-button {
    width: 150px;
    height: 57px;
    line-height: 57px;
    background: #000000;
    opacity: 0.3;
    border-radius: 5px 5px 0px 0px;
    color: #FFFFFF;
    font-size: 22px;
    bottom: 0;
    right: 530px;
    border: none;
}

.company-title-honor-button {
    width: 150px;
    height: 57px;
    line-height: 57px;
    background: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    color: #F77304;
    border: none;
    bottom: 0;
    right: 360px;
    border-radius: 5px 5px 0px 0px;
}
.company-title-personnel-button{
    width: 150px;
    height: 57px;
    line-height: 57px;
    background: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    color: #F77304;
    border: none;
    bottom: 0;
    right: 200px;
    border-radius: 5px 5px 0px 0px;
}