/**!
 * 长白山管委会公共资源交易信息网
 * author: gaoli;
 * date:2017-04-20
 */

/* loc */
.ewb-loc{
	height: 46px;
	line-height: 46px;
}
.ewb-loc-nm{
	font-weight: bold;
	color:#333;
	padding-left: 23px;
	background: url(../images/loc.png) no-repeat left center;
}
.ewb-loc a{
	color:#333;
}
.ewb-loc-cur{
	color:#ff0000;
}
/* tree */

.ewb-tree-hd {
    height: 44px;
    border-radius: 10px 10px 0 0;
    background: #005eb5;
}
.ewb-tree-hd>a {
    display: block;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}
.ewb-tree-bd {
    height: 751px;
    border: 1px solid #e7e7e7;
    border-top: none;
    padding: 5px 20px 0 20px;
    background: url(../images/tree_bg.jpg) no-repeat center bottom;
}
.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
    margin-top: 2px;
}
.wb-tree-tt {
    color: #2885cc;
}
.wb-tree-node {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 30px;
    margin-top: 15px;
    background-color: #e6f4ff;
}
.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 13px;
    margin-right: 20px;
    background: url(../images/wblistr.png) no-repeat;
}
.wb-tree-sub {
    display: none;
}
.wb-tree-item>a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 30px;
    color: #333;
    background: #f0f0f0;
}
.wb-tree-item>a:hover {
    background: #ffecc2;
}
.current .wb-tree-tt {
    color: #fff;
}
.current .wb-tree-node {
    background-color: #129be2;
}
.current .wb-tree-iconr {
    width: 15px;
    height: 15px;
    background: url(../images/wblistrh.png) no-repeat;
}
.current .wb-tree-sub {
    display: block;
}

/* 右侧内容 */

.ewb-con-hd {
    height: 41px;
    border-top: 2px solid #005eb5;
    border-bottom: 1px solid #dcdcdc;
}
.ewb-con-hd>a {
    float: left;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #005eb5;
    padding: 0 14px;
    border-bottom: 2px solid #005eb5;
}
.ewb-con-bd{
	height: 435px;
}
.wb-data-date {
    padding-right: 0;
}
.wb-data-item{
	padding-left: 0;
}

/* 分页 */

.ewb-page {
    text-align: center;
}
.ewb-page-items {
    margin-top: 15px;
    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;
    height: 26px;
    line-height: 26px;
}
.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;
    font-weight: bold;
    color: #fb8688;
}
.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;
}
