/**!
 * 青海公共资源交易中心
 * date:2021-07-13
 * author: gl;
 */


.proj-box {
    position: relative;
}

.proj-slide {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 332px;
    background-color: #f0f2f3;
    padding: 6px 25px 35px;
    box-sizing: border-box;
    overflow: auto;
}

.proj-slide .name {
    display: block;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 10px #e2e5e9;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 30px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.proj-slide .name.current {
    background-color: #7497dc;
    background-image: linear-gradient(to right, #7497dc, #9dbefc);
    color: #fff;
}

.proj-right {
    margin-left: 332px;
    padding-left: 20px;
    height: 765px;
}

.proj-table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    width: 100%;
    table-layout: fixed;
}

.proj-table tr th {
    color: #6e7d90;
    box-sizing: border-box;
    height: 38px;
    text-align: center;
    padding: 0 5px;
    background-color: #eff4fa;
}

.proj-table tr th:nth-child(1) {
    width: 55px;
}

.proj-table tr th:nth-child(2) {
    width: 303px;
}

.proj-table tr th:nth-child(3) {
    width: 130px;
}

.proj-table tr th:nth-child(4) {
    width: 190px;
}

.proj-table tr td {
    height: 60px;
    text-align: center;
    color: #666;
    padding: 0 5px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proj-table tr td:nth-child(2) {
    text-align: left;
    padding-left: 40px;
}

.proj-table tr td .link {
    display: block;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 分页 */
.pager {
    margin-top: 22px;
}

.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;
}