/**!
* 黑龙江省建筑市场监管公共服务平台
* date:2021-08-09
* author: zsy;
*/

.table-style {
    background: #fff;
    width: 100%;
    border: 0;
}

.table-style th {
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    background: #ececec;
    border: #e0e0e0 1px solid;
    text-align: center;
}

.table-style tr {
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
}

.table-style td {
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.table-style td a {
    color: #0b70ca;
}

.table-style td a:hover {
    color: #f00;
}

.table-style th.align,
.table-style td.align {
    text-align: left;
    text-indent: 20px;
}

.table-style tbody tr:hover {
    background: #f7f9fa;
}

.table-style.cx td {
    white-space: inherit;
    height: auto;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
}

.table-style.cx th.align,
.table-style.cx td.align {
    text-align: left;
    text-indent: 0px;
    padding-left: 20px;
}

.table-style.cx td.github-posi {
    position: relative;
}

.table-style.cx td .red-sign {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    pointer-events: none;
}

.table-style.cx td .red-sign i {
    width: 60px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -16px;
    font-size: 12px;
    color: #fff;
    font-family: Microsoft YaHei;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg);
}

.table-style.cx td span {
    width: 100%;
    /* height: 20px; */
    line-height: 20px;
    font-size: 12px;
    color: #313131;
    float: left;
}

.credit_bad {
    background: #f00;
}

.credit_good {
    background: #02c7ff;
}

.table-style.cx td .event {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: Arial, Microsoft YaHei;
}

.table-style.cx td .event span {
    width: auto;
    height: auto;
    font-size: 14px;
    display: block;
    float: left;
    color: #cc0000;
}

.table-style.cx td .event a {
    width: auto;
    height: auto;
    display: block;
    float: right;
    position: relative;
    cursor: pointer;
}

.table-style.cx td .event a:hover {
    text-decoration: none;
}