﻿/**!
 * 白城市公共资源交易网--二级页
 * author: chenzhaoping;
 * date:2017-09-18
 */


/* 正文 */


/* 左侧树 */

.ewb-tree {
	height: 578px;
	background-color: #f3f3f3;
}

.ewb-tree-hd {
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #0166b6;
}

.ewb-tree-name {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.wb-tree-items {
	cursor: pointer;
}

.wb-tree-tt {
	color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #333;
}

.wb-tree-node {
	font-size: 16px;
	border-top: 1px solid #bcbcbc;
}

.wb-tree-items:first-child .wb-tree-node {
	border-top: 0;
}

.wb-tree-sub a {
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #636363;
}

.wb-tree-iconl {
	float: left;
	margin: 18px 10px 0 20px;
	width: 10px;
	height: 10px;
	background: url(../images/tree_icon.png) no-repeat;
}

.wb-tree-iconr {
	float: right;
	width: 13px;
	height: 12px;
	margin-top: 18px;
	margin-right: 20px;
	background: url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub {
	margin-top: -5px;
	padding-bottom: 5px;
	display: none;
	border-top: 1px solid #bcbcbc;
}

.wb-tree-item>a {
	height: 25px;
	line-height: 25px;
	padding-left: 40px;
	font-size: 12px;
}

.wb-tree-item>a:hover {
	background: url(../images/tree_arrow.png) no-repeat 94px 11px #ff9200;
	color: #fff;
}

.wb-tree-item>a:active {
	background-color: #ff9200;
	color: #fff;
}

.current .wb-tree-tt {
	color: #0166b6;
}

.current .wb-tree-iconr {
	background: url(../images/wblistrh.png) no-repeat;
}

.current .wb-tree-sub {
	display: block;
}

/* 右侧信息 */

.ewb-local {
	margin-right: 18px;
}

.ewb-local a {
	font-size: 12px;
	color: #fff;
}

.ewb-local a.cur {
	color: #ff9200;
}

/* 搜索 */
.search {
	margin-top: 10px;
}

.search-btn {
	float: left;
	width: 43px;
	height: 28px;
	padding: 0;
	color: #fff;
	background-color: #f9a015;
}

.input-box {
	padding-left: 10px;
	margin-right: 10px;
	width: 186px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #d2d2d2;
}

/* 表格 */

table {
	margin-top: 10px;
	width: 100%;
	table-layout: fixed;
}

td {
	height: 42px;
	border-left: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

td a {
	color: #333;
}

td a:hover {
	color: #4896E6;
}

td:first-child {
	width: 31.5%;
	border-left: 0;
	text-align: left;
	padding-left: 21px;
}

td:nth-child(2) {
	width: 20.65%;
}

td:nth-child(3) {
	width: 12.5%;
}

td:nth-child(4) {
	width: 20.65%;
}

td:nth-child(5) {
	width: 14.7%;
}

thead td {
	color: #fff;
	background: #4896e6;
	font-size: 16px;
}

/* 分页 */
.m-pagination-page>li.active>a {
	color: #0030cc;
	font-weight: bold;
	background-color: #fff;
	border-color: #fff;
}

.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
	border-color: #0030cc;
}

.ewb-footer {
	margin-top: 10px;
}
