/**!
 * 青海公共资源交易中心
 * date:2021-05-01
 * author: zsy;
 */


/* 数据表格 */

.table-list {
    width: 100%;
    font-size: 16px;
    table-layout: fixed;
    border-collapse: collapse;
}

.table-list tr th {
    box-sizing: border-box;
    height: 38px;
    padding: 10px;
    color: #6e7d90;
    text-align: center;
    background-color: #eff4fa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.th1 {
    width: 47px;
}

.th2 {
    width: 125px;
}

.th3 {
    width: 155px;
}

.th4 {
    width: 150px;
}

.th5 {
    width: 90px;
}

.th6 {
    width:425px;
}

.table-list tr td {
    box-sizing: border-box;
    padding: 15px 10px 25px;
    height: 40px;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.table-list tr td .info {
    display: inline-block;
    word-break: break-all;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
}

.table-list tr td>a {
    color: #666;
}

.table-list tr:hover td .info,
.table-list tr:hover a {
    color: #3078e1;
}

.search-ico {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 5px;
    background: url("../images/search_btn.png") no-repeat;
    vertical-align: top;
}


/* 分页 */

.pager {
    margin-top: 33px;
}

.m-pagination-page>li>a,
.m-pagination-size>select,
.m-pagination-group>input,
.m-pagination-group>button {
    border-radius: 4px;
}

.m-pagination-page>li.active>a {
    color: #377ee3;
    background-color: #fff;
    border-color: #377ee3;
    font-weight: normal;
}

.m-pagination-group>input {
    border-radius: 4px 0 0 4px;
}

.m-pagination-group>button {
    border-radius: 0 4px 4px 0;
}