/**!
 * 新疆公共资源交易中-诚信信息
 * author: gaojian;
 * date:2018-11-29
 */



.wb-tree-items {
    cursor: pointer;
    *position: relative;
}


.wb-tree-tt {
    color: #fff;
}

.wb-tree-node {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    background: #0a92da;
}

.wb-tree-sub {
    display: none;
    padding: 21px 19px 0;
    min-height: 547px;
    border: 1px solid #dfebf8;
    background-color: #f9f9f9;
    border-top: 0;
}

.wb-tree-item>a {
    display: block;
    height: 32px;
    line-height: 32px;
    position: static;
    color: #333;
    font-size: 16px;
    padding-left: 38px;
    margin-bottom: 14px;
    border-radius: 16px;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-image: url("../images/menulist.png");
}

.wb-tree-item.cur>a,
.wb-tree-item>a:hover {
    color: #fff;
    background-image: url("../images/menulisth.png");
    background-color: #00adef;
}

.current .wb-tree-sub {
    display: block;
}

.ewb-con {
    min-height: 617px;
    border: 1px solid #dfebf8;
}

.ewb-con-hd {
    height: 50px;
    background: #f9f9f9;
}

.ewb-con-tt {
    line-height: 50px;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}

.ewb-seartips {
    padding-top: 10px;
    margin-right: 20px;
}

.ewb-input-tips {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: 219px;
    height: 28px;
    border: 1px solid #d2d2d2;
    border-right: 0;
    background: #fff;
}

.ewb-input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 28px;
    line-height: 28px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-input-box {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 0;
    background: 0 0;
}

.ewb-con-search {
    width: 40px;
    height: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url("../images/subsearch.png") center center no-repeat #1080cc;
}
.ewb-con-search:hover{
    background: url("../images/subsearch.png") center center no-repeat #00adef;
}
.wb-data-item {
    padding: 6px 20px 0;
}

.wb-data-list {
    line-height: 48px;
    padding-left: 16px;
    border-bottom: 1px dashed #d8d8d8;
}

.wb-data-infor {
    margin-right: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    padding-right: 11px;
    margin-top: -48px;
}
.wb-data-list:hover{
    color: #00adef;
    box-shadow: 1px 2px 9px 1px rgba(78, 120, 150, 0.4);
}
.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #00adef;
}

/* 分页 */
.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 21px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}