/**!
 * 新疆公共资源交易中-交易公告
 * author: gaojian;
 * date:2018-11-29
 */
/* 交易公告 */
.wb-tree {}

.wb-tree-items {
    cursor: pointer;
    *position: relative;
    margin-bottom: 10px;
}


.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;
    /* height: 398px; */
    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.current>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: 768px;
    border: 1px solid #dfebf8;
}

.ewb-con-hd {
    height: 137px;
    padding: 11px 19px 0;
    background: #f9f9f9;
}

.ewv-choice {
    min-height: 69px;
    border-bottom: 1px dashed #cbcbcb;
}

.ewb-choice-label {
    width: 55px;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
}

.ewb-choice-item {
    margin-left: 55px;
    margin-right: -20px;
}

.ewb-choice-item a {
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin-right: 20px;
    color: #333;
    margin-bottom: 3px;
}

.ewb-choice-item a:first-child {
    width: 56px;
    text-align: center;
}

.ewb-choice-item a.cur {
    background: #00adef;
    color: #fff;
    font-weight: bold;
}

.ewb-con-search {
    padding-top: 18px;
}

.ewb-label {
    width: 75px;
    height: 30px;
    line-height: 30px;

}

.ewb-search-input {
    width: 288px;
    height: 28px;
    line-break: 28px;
    text-indent: 10px;
    border: 1px solid #e1e1e1;
}

.ewb-ml27 {
    margin-left: 27px;
}

.ewb-con-btn {
    padding: 0;
    width: 78px;
    height: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-left: 19px;
    background: url("../images/subsearch.png") center center no-repeat #1080cc;
}

.ewb-con-btn:hover {
    background: url("../images/subsearch.png") center center no-repeat #00adef;
}

.ewb-con-bd {
    padding: 16px 19px 0;
}

th {
    height: 36px;
    background: #e9f2fa;
    font-weight: bold;
}

.ewb-th1 {
    width: 46px;
    text-align: center;
}

.ewb-th2 {
    width: 146px;
    padding-left: 15px;
}

.ewb-th3 {
    padding-left: 15px;
    width: 424px;
}

.ewb-th4 {
    padding-left: 15px;
    width: 85px;
}

.ewb-th5 {
    padding-left: 15px;
    width: 93px;
}

tbody tr {
    height: 50px;
    border-bottom: 1px dashed #d8d8d8;
}

.ewb-td1 {
    text-align: center;
}

.ewb-td {
    padding-left: 15px;
}

.ewb-tab-info {
    display: block;
    width: 390px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    padding-left: 20px;
}

.ewb-tab-commoninfo {
    display: block;
    width: 670px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    padding-left: 20px;
}

tbody tr:hover {
    color: #00adef;
    box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
}

tbody tr:hover a {
    color: #00adef;
}

/* 分页 */
.ewb-page {
    text-align: center;
    margin-top: 24px;
    padding-bottom: 11px;
}

.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;
}

.ewb-screen-name {
    cursor: pointer;
}

.ewb-th6 {
    padding-left: 15px;
    width: 744px;
}

.ewb-th7 {
    padding-left: 15px;
    width: 100px;
}



/* 20210430 */
.wb-tree-sub>.wb-tree-item {
    margin-bottom: 8px;
}

.wb-three-node {
    height: 32px;
    line-height: 32px;
    border-radius: 25px;
    padding-right: 40px;
}

.wb-tree-item.hasChild .wb-three-node {
    background: url("../images/down_ico.png") no-repeat right 18px center #00adef;
}

.wb-tree-item.hasChild.current .wb-three-node {
    background-image: url("../images/up_ico.png");
    background-color: transparent;
}

.wb-tree-item.hasChild .wb-three-tt {
    color: #fff;
    background-image: url("../images/menulisth.png");
}

.wb-three-tt {
    display: block;
    font-size: 18px;
    color: #333;
    padding-left: 40px;
    background: url("../images/menulist.png") no-repeat 20px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-item.current .wb-three-tt {
    color: #0a92da;
    font-weight: bold;
    background-image: url("../images/menulist.png");
}

.wb-tree-item.current .wb-four-sub {
    display: block;
    padding: 10px 0 6px 0;
}

.wb-four-sub {
    display: none;
}

.wb-tree-item>a {
    padding-left: 90px;
    background: none;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-item.current>a,
.wb-tree-item>a:hover {
    background: #00adef;
}

