/**!
 * 常州市武进区公共资源交易中心二级
 * author: wppei
 * date:2020-07-28
 */

.node-title {
    width: 260px;
    height: 58px;
    background: url("../images/second_bg.jpg") no-repeat;
}

.node-title h1 {
    padding-left: 85px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url("../images/second_icon1.png") no-repeat 30px center;
}

.wb-tree {
    width: 230px;
    padding: 9px 15px 14px;
    background-color: #f7f9fc;
}

.wb-tree-tt {
    display: block;
    width: 135px;
    color: #5181cc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-tree-items {
    overflow: hidden;
}

.wb-tree-node {
    display: block;
    height: 44px;
    line-height: 44px;
    margin: 6px 0;
    font-size: 18px;
    background-color: #e6ebf6;
    border-radius: 1px;
    cursor: pointer;
}

.wb-tree-item a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/second_dian.jpg") no-repeat 56px center;
}

.wb-tree-item .wb-tree-node2 a {
    padding-left: 50px;
    background-position: 34px center;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 16px;
    margin: 14px 12px 0 25px;
    background: url("../images/second_icon3.jpg") no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 7px;
    height: 12px;
    margin: 16px 25px 0 0;
    background: url("../images/second_icon5.png") no-repeat;
}

.wb-tree-sub,
.tree-second {
    display: none;
}

.wb-tree-item a:hover,
.wb-tree-item .active,
.wb-tree-item a:active {
    color: #f00;
    background-image: url("../images/second_dianh.jpg");
}

.current .wb-tree-iconr {
    width: 12px;
    height: 7px;
    margin-top: 18px;
    margin-right: 23px;
    background: url("../images/second_icon5h.png") no-repeat;
}

.wb-tree-items.current .wb-tree-node {
    color: #fff;
    background-color: #6c9de9;
}

.wb-tree-item.current .wb-tree-node2 {
    background-image: url("../images/fourh.png");
}

.wb-tree-node2 {
    background: url("../images/second_icon5.png") no-repeat right 25px center;
}

.wb-tree-items.current .wb-tree-tt {
    color: #fff;
}

.wb-tree-items.current .wb-tree-iconl {
    background-image: url("../images/second_icon2.jpg");
}

.wb-tree-items.current .wb-tree-sub,
.wb-tree-item.current .tree-second {
    display: block;
}

.list {
    margin-left: 22px;
    width: 918px;
    border-top: 2px solid #4e7adb;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.03);
}

.list-con {
    height: 863px;
    border: 1px solid #eee;
}

.list-con>h1 {
    height: 55px;
    line-height: 55px;
    padding-left: 36px;
    color: #5181cc;
    font-size: 18px;
    font-weight: bold;
    background: #f9fafd url("../images/second_icon4.png") no-repeat 20px center;
}

.list-con-div {
	height: 55px;
	line-height: 55px;
	padding-left: 36px;
	background: #f9fafd url("../images/second_icon4.png") no-repeat 20px center;
	position: relative;
}

.ewb-xmmc {
	margin-left:345px;
	position: absolute;
	top: -3px;
	right: 320px;
}

.ewb-input-frame {
	position: absolute;
	top: 12px;
	width: 158px;
	right: 150px;
	height: 28px;
	background-color: #fff;
}

.ewb-trade-input {
	width:220px;
	display: block;
	border: 0;
	height: 28px;
	outline: none;
	line-height: 28px;
	border: 1px solid #5181cc;
}

.ewb-sbtn {
	position: absolute;
	top: 12px;
	display: block;
	width: 52px;
	height: 30px;
	outline: none;
	right: 15px;
	border: 0;
	cursor: pointer;
	background: url(../images/s_wico.png) center no-repeat #5181cc;
	margin-right: 20px;
}


.list-con-h1 {
	color: #5181cc;
	font-size: 18px;
	font-weight: bold;
}

.list-body {
    padding: 13px 20px 0;
}

.list-body li {
    line-height: 36px;
}

.list-li {
    display: block;
    font-size: 15px;
    color: #333;
    padding-left: 11px;
    background: url("../images/list_dian.png") no-repeat left center;
}

.list-li p {
    float: right;
    width: 207px;
    text-align: right;
    color: #999;
}

.list-li h3 {
    margin-right: 207px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-li:hover {
    background-image: url("../images/list_dianh.png");
    color: #f00;
}

.list-li:hover p {
    color: #f00;
}
