/**!
 * 盐都区公共资源电子化综合交易平台建设项目
 * author: xuhai;
 * date:2024-04-08
 */

.ewb-btwt{
	background: #fff;
	border:1px solid #dcdcdc;
	padding-bottom: 20px;
}

.ewb-main-bom{
	padding-bottom: 20px;
	background: url('../images/bom_bg.jpg') center bottom no-repeat;
}

.ewb-loc{
	padding: 20px 0;
	line-height: 24px;
	font-size: 14px;
	color: #7d899b;
	padding-left: 28px;
	background: url('../images/loc_icon.png') 2px 22px no-repeat;
}

.ewb-loc a{
	color: #7d899b;
}

.ewb-menu{
	margin-left: 23px;
	margin-top: 25px;
}

.ewb-info{
	margin-right: 30px;
	margin-left: 2px;
	margin-top: 25px;
}

.ewb-menu-hd {
    height: 48px;
    line-height: 48px;
    background: url('../images/menu_bg.jpg') no-repeat;
    position: relative;
}

.ewb-menu-hd h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.ewb-menu-l {
    display: block;
    width: 12px;
    height: 13px;
    background: url('../images/menu_l.jpg') no-repeat;
    position: absolute;
    left: 0;
    bottom: -13px;
}

.ewb-menu-r {
    display: block;
    width: 11px;
    height: 12px;
    background: url('../images/menu_r.jpg') no-repeat;
    position: absolute;
    right: 0;
    bottom: -12px;
}

.ewb-menu-bd{
	background: #ecf6ff;
	margin: 0 11px 0 12px;
	padding: 20px 15px 0 15px;
	height: 587px;
}

.wb-tree-items {
    cursor: pointer;
    margin-bottom: 1px;
}

.wb-tree-node {
    display: block;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    padding-left: 24px;
    font-weight: bold;
    background: #8ebaf6;
}

a.wb-tree-tt {
	color: #fff;
}

.wb-tree-iconr {
    float: right;
    width: 9px;
    height: 14px;
    margin-top: 15px;
    margin-right: 29px;
    background: url('../images/wblistr.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    border:1px solid #dedfdf;
}

.wb-tree-item{
	border-top: 1px solid #dedfdf;
}

.wb-tree-item:first-child{
	border-top: 0;
}

.wb-tree-item>a {
	display: block;
    height: 53px;
    line-height: 53px;
    padding-left: 37px;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url('../images/dian.png') 22px center no-repeat;
}

.wb-tree-item>a:hover {
    color: #2386e8;
    background-color: #fbfdff;
}

.current .wb-tree-iconr {
	width: 14px;
	height: 9px;
	margin: 17px 27px 0 0;
    background: url('../images/wblistrh.png') no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-node{
	background: #3d84e4;
}

/* 右侧 */

.ewb-info table{
	text-align: center;
	width: 100%;
	color: #666;
	table-layout: fixed;
	font-size: 14px;
}

.ewb-info table td{
	padding: 0 15px;
	height: 44px;
}

.ewb-table-name{
	text-align: left;
}

.ewb-wt90{
	width: 90px;
}

.ewb-wt140{
	width: 140px;
}

.ewb-info table thead td{
	font-size: 16px;
	color: #2478e3;
	height: 48px;
	background: #e5eef5;
}

.ewb-info table thead td:first-child{
	border-top-left-radius: 10px;
}

.ewb-info table thead td:last-child,
.ewb-info table thead td.ewb-wt140{
	border-top-right-radius: 10px;
}

.ewb-table-info{
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-table-info a{
	color: #666;
}

.ewb-info table tbody td{
	border-bottom: 1px dashed #eaeaea;
}

.ewb-info table tbody tr:hover,
.ewb-info table tbody tr:hover .ewb-table-info a{
	color: #6fa3e9;
}

.pager{
	margin-top: 25px;
}

/* pad */
@media(max-width: 979px){
	.ewb-menu,
	.ewb-info{
		margin: 10px 0 0 0;
	}

	.ewb-menu-hd{
		background-size: 100% 100%;
	}

	.ewb-menu-bd{
		height: auto;
		padding-bottom: 20px;
	}
}

/* phone */
@media(max-width: 767px){
	.ewb-menu-bd{
		margin: 0;
		padding: 10px 5px;
	}

	.ewb-menu-r,
	.ewb-menu-l{
		display: none;
	}

	.ewb-info table{
		font-size: 12px;
	}

	.ewb-info table td{
		padding: 0 5px;
		height: 30px;
	}

	.ewb-info table thead td{
		font-size: 14px;
		height: 34px;
	}

	.ewb-wt90{
		width: 50px;
	}

	.ewb-wt140{
		width: 80px;
	}

	.pager{
		margin-top: 20px;
	}
}


/* 2024-04-17 修改*/
.wb-tree-node-chid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 43px;
    background: #8ebaf6;
    padding-right: 27px;
    box-sizing: border-box;
}

.wb-tree-tt-chid {
    position: relative;
    flex: 1;
    width: 0;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    padding-left: 37px;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wb-tree-iconr-chid {
    width: 9px;
    height: 14px;
    background: url('../images/wblistr.png') no-repeat;
    margin-left: 10px;
}
.wb-tree-tt-chid::before {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    content: '';
    z-index: 1;
}

.wb-tree-sub-chid {
    display: none;
}

.wb-tree-item-chid > a {
    display: block;
    height: 53px;
    line-height: 53px;
    padding-left: 50px;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wb-tree-item-chid > a:hover {
    color: #2386e8;
    background-color: #fbfdff;
}

.wb-tree-item.current .wb-tree-iconr-chid {
    width: 14px;
    height: 9px;
    background: url('../images/wblistrh.png') no-repeat;
}

.wb-tree-item.current .wb-tree-sub-chid {
    display: block;
}

.wb-tree-item.current .wb-tree-node-chid {
    background: #3d84e4;
}
