/**!
 * 新郑市公共资源交易中心
 * author: wuzhou
 * date:2020-06-08
 */

body,
.home-main {
    background-color: #fafafa;
}

.route {
    padding-left: 21px;
    line-height: 54px;
    color: #666;
    background: url("../images/route_ico.png") left center no-repeat;
}

.route>a {
    color: #666;
}

.route-last {
    color: #f60;
}

.list-left {
    width: 260px;
    min-height: 422px;
    background: url("../images/list_top_bg.png") center top no-repeat #f9fafd;
}

.list-right {
    width: 918px;
}

.list-name {
    margin-top: 16px;
    margin-left: 54px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-left: 55px;
    height: 41px;
    line-height: 41px;
    background: url("../images/list_top_ico.png") left center no-repeat;
}

/* 左侧菜单 */
.wb-tree {
    padding-top: 31px;
    padding-bottom: 40px;
    margin: 0 15px;
}

.wb-tree-items {
    margin-top: 12px;
}

.wb-tree-tt {
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    border-radius: 24px;
    background-color: #e0eaff;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 16px;
    margin-top: 16px;
    margin-left: 25px;
    margin-right: 10px;
    background: url("../images/item_ico.png") no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 18px;
    margin-right: 20px;
    background: url("../images/item_right2.png") no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    position: relative;
    padding-left: 44px;
    font-size: 12px;
    border-radius: 0;
    background: none;
    font-weight: normal;
    color: #666;
    height: 40px;
    line-height: 40px;
}

.wb-tree-item>a:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #666;
}

.wb-tree-item>a:hover {
    color: #f00;
}

.wb-tree-item>a:hover:before {
    background-color: #f00;
}



.current .wb-tree-iconr {
    width: 12px;
    height: 12px;
    margin-top: 18px;
    margin-right: 20px;
    background: url("../images/item_right1.png") no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-node {
    background-color: #4e8ffa;
}

.current .wb-tree-iconl {
    background: url("../images/item_icoh.png") no-repeat;
}

.current .wb-tree-tt {
    color: #fff;
}

/* 右侧 */
.right-title {
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    color: #2069e1;
    padding-left: 20px;
    background-color: #f9fafd;
    border-top: 2px solid #4e7adb;
}

.right-title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 52px;
    width: 16px;
    height: 12px;
    background: url("../images/right_title_ico.png") center no-repeat;
}

.info-top {
    height: 46px;
    line-height: 46px;
    background-color: #4e8ffa;
}

.info-left {
    width: 758px;
}

.info-right {
    width: 159px;
    border-left: 1px solid #dce9fe;
}

.info-top .info-left,
.info-top .info-right {
    text-align: center;
    color: #fff;
    font-size: 16px;
}


.th1 {
    width: 65px;
}

.th2 {
    width: 175px;
}

.th3 {
    width: 100px;
}

.info-table {
    width: 100%;
    table-layout: fixed;
}

.info-table th {
    text-align: center;
    height: 46px;
    border: 1px solid #fafafa;
    font-size: 16px;
    color: #fff;
    background-color: #4e8ffa;
}

.info-table td {
    text-align: center;
    height: 38px;
    font-size: 14px;
    color: #333;
}

.info-table td a {
    color: #333;
}

.info-table td span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-table tbody tr:hover td a,
.info-table tbody tr:hover td {
    color: #0b88ed;
}

/* 分页 */
.pager {
    margin-top: 20px;
    text-align: center;
}

.m-pagination-info {
    height: 22px;
    line-height: 22px;
}