/* 交易信息
tfx
2020-05-27 */

.address {
    height: 64px;
    line-height: 64px;
    padding-left: 20px;
    color: #666;
    background: url("../images/icon_address1.png") 0 center no-repeat;
}

.address-gt {
    margin: 0 5px;
}

.address-now {
    color: #ff6600;
}

/* 导航 */
.nav-cont {
    float: left;
    width: 260px;
    /*height: 467px;*/
    min-height: 520px;
    border: 1px solid #e1e1e1;
}

.column-first {
    position: relative;
    height: 80px;
    line-height: 72px;
    padding-left: 108px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    background: url("../images/tree_hd_bg.png");
}

.column-first:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 53px;
    width: 35px;
    height: 33px;
    background: url("../images/icon_tree_hd.png") center center no-repeat;
}




.wb-tree {
    margin-top: 15px;
}

.wb-tree-items {
    width: 230px;
    margin: 10px auto 0;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-node {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    border-radius: 48px;
    background: #ebf2ff;
    cursor: pointer;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 16px;
    margin-top: 16px;
    margin-left: 25px;
    margin-right: 10px;
    background: url("../images/icon_tree.png") no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 18px;
    margin-right: 23px;
    background: url("../images/icon_close.png") no-repeat;
}



.wb-tree-sub {
    display: none;
    margin-top: 3px;
}

.wb-tree-item>a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    padding-left: 70px;
    cursor: pointer;
}

.wb-tree-item>a:before {
    content: '';
    position: absolute;
    left: 56px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 4px;
    height: 4px;
    background: url("../images/tree_dian.png") center center no-repeat;
}

.wb-tree-item>a:hover,
.wb-tree-item>a:active {
    color: #2069e1;
}
.current.wb-tree-item>a{
	 color: #2069e1;
}
.wb-tree-item>a:hover:before {
    background-image: url("../images/tree_dian1.png");
}

.current .wb-tree-node {
    background: #4e8ffa;
    color: #fff;
}

.current .wb-tree-iconl {
    background-image: url("../images/icon_tree1.png");
}

.current .wb-tree-iconr {
    background-image: url("../images/icon_open.png");
}

.current .wb-tree-sub {
    display: block;
}



/* 搜索 */
.search-cont {
    margin-left: 282px;
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: #4e7adb #e1e1e1 #e1e1e1;
    min-height: 520px;
}

.area-type {
    height: 88px;
    padding-left: 27px;
    line-height: 57px;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
}

.area-type>span {
    font-weight: bold;
}

.type-ul {
    margin-top: 13px;
    height: 32px;
}

.type-list {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-left: 16px;
    padding: 0 9px;
    color: #666;
    border-radius: 32px;
    cursor: pointer;
}

.type-list.active {
    color: #fff;
    background: #3b7dea;
}

.check-cont {
    padding: 16px 14px 20px;
}


/* 搜索 */
.check {
    height: 38px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.check-search-input {
    position: relative;
}

.check-span {
    display: inline-block;
    width: 94px;
    height: 38px;
    line-height: 38px;
    padding-left: 11px;
    font-size: 16px;
}

.check-input-placeholder {
    position: absolute;
    top: 0;
    left: 105px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #aaa;
    cursor: text;
}

.check-input-box {
    width: 310px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    color: #aaa;
    font-size: 16px;
    outline: none;
    border: 1px solid #cdcdcd;
}

.check-search-btn {
    width: 70px;
    height: 38px;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 1px;
    background: #3b7dea;
    border: none;
    outline: none;
}




.project-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.project-hd>tr {
    height: 46px;
    line-height: 46px;
    background: #84b5fa;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.project-hd>tr>td,
.project-bd>tr>td {
    border: 1px solid #fff;
        word-break: break-all;
}

.project-bd>tr {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    text-align: center;
}

.project-bd .project-bd-name {
    text-align: left;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-bd>tr:nth-child(2n) {
    background: #f8f9fb;
}

.project-bd>tr:hover {
    color: #2069e1;
    background: #ebf1ff;
}

.pager{
    margin-top: 10px;
}