/* 主体信息详情* 
 * author:zhouzongyi
 * date:2021-11-09 */
 
*,
 ::after,
::before {
    box-sizing: border-box;
}

.module {
    padding: 0;
}

 .module-hd {
    height: 198px;
    padding: 0 70px;
    background: url("../images/subject-hd.jpg");
    background-size: 100% 100%;
}

.module-bd {
    
    text-align: center;
}

.subject-list {
    font-size: 18px;
    padding-top: 37px;
    color: #999;
}

.subject-list li {
    float: left;
    width: calc( (100% - 220px)/3 );
    min-width: 280px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 24px;
}


.subject-list li:nth-child(1) {
    width: 100%;
}
.subject-list li:nth-child(2),
.subject-list li:nth-child(3) {
    margin-right: 110px;
}


.subject-name {
    margin-left: 100px;
    font-size: 20px;
    color: #333;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #fff;
}


/* 表格 */
.table {
    width: 100%;
    padding: 0 20px 30px 20px;
}

table {
    width: 100%;
    border: #dbdbdb;
    font-size: 15px;
}

table tr {
    height: 59px;
}

.table-name {
    background-color:#eeeff2 ;
}

.table-text {
    padding: 0 30px;
    font-weight: 600;
    text-align: left;
}

.true {
    color: #20b526;
}

.false {
    color: red;
}

.subject-list {
    font-size: 18px;
    padding-top: 10px;
    color: #999;
}

.subject-list li {
    float: left;
    width: calc((100% - 222px) / 3);
    min-width: 280px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px;
}

.subject-list li:nth-child(1) {
    width: 100%;
}
.subject-list li:nth-child(2),
.subject-list li:nth-child(3) {
    margin-right: 110px;
}

.subject-name {
    margin-left: 100px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #fff;
}

.subject-search {
    display: inline-block;
    font-size: 0px;
}

.subject-search input {
    width: 410px;
    height: 46px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 14px;
}

.subject-search button {
    width: 90px;
    height: 48px;
    line-height: 46px;
    padding-left: 46px;
    margin-left: 20px;
    border-radius: 2px;
    color: #fff;
    background: url('../images/query_ico.png') 19px center no-repeat #b01127;
    cursor: pointer;
    font-size: 16px;
}

.table-hd {
    height: 42px;
    line-height: 42px;
    background-color: #f9e7e7;
    border-radius: 4px;
}

.table-hd>li {
    float: left;
    text-align: center;
}

.table-bd-item {
    line-height: 52px;
    margin-top: 10px;
}

.table-bd-link {
    display: block;
    color: #333;
    font-size:0;
}

.table-bd-link:hover {
    background-color: #fdf7f7;
    border-radius: 4px;
    color: #b01127;
}


.table-bd-link p {
    display:inline-block;
    vertical-align: top;
    font-size:16px;
}

.table-num {
    width: 5%;
}

.table-numnew {
    width: 10%;
}

.table-index {
    width: 20%;
}
.table-sort {
    width: 40%;
    padding: 0 20px;
}
.table-time {
    width: 20%;
}
.table-status {
    width: 20%;
}

.table-num2 {
    width: 5%;
}

.table-numnew2 {
    width: 10%;
}

.table-index2 {
    width: 10%;
}
.table-sort2 {
    width: 30%;
    padding: 0 20px;
}
.table-time2 {
    width: 15%;
}
.table-status2 {
    width: 10%;
}

.table-status {
    color: #333;
}

.table-2 {
    margin: 25px 20px;
    width: calc( 100% - 40px );
    /* height: 662px; */
    position: relative;
    font-size: 16px;
}


.pager {
    margin-left: 10%;
    margin-top: 0;
}