﻿/**!
 * 许昌市交通局--二级页
 * author: chenzhaoping;
 * date:2017-09-07
 */


/* 正文 */


/* local */

.ewb-local {
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    color: #666;
    background-color: #f2f2f2;
}

.ewb-local-tt {
    padding-left: 24px;
    background: url(../images/local.png) left center no-repeat;
}

.ewb-local-tt a {
    color: #666;
}

.ewb-local-tt a.cur {
    color: #0e9be1;
}


/* 左侧 */

.ewb-main-l{
	height: 675px;
	background: url(../images/tree_bg.jpg) no-repeat 0 0;
	background-position:bottom;
	border: 1px solid #ddd;
}

.ewb-main-hd{
	margin-left: -1px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #5bbbea;
}

.ewb-main-hd a{
	color: #fff;
}

.wb-tree-items {
    cursor: pointer;
    margin-top: 3px;
    background-color: #f6f6f6;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
}

.wb-tree-iconl {
    float: left;
    width: 4px;
    height: 38px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 60px;
    background-color: #aaa;
}

.wb-tree-iconr {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 12px;
    margin-right: 10px;
    background: url(../images/wblistr.jpg) no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    height: 38px;
    line-height: 38px;
    padding-left: 35px;
    background-color: #fff;
    border: none;
}

.wb-tree-item>a:hover {
    background-color: #f2f2f2;
    color: #0e9be1;
}

.wb-tree-item>a:active {
    background-color: #f2f2f2;
    color: #0e9be1;
}

.current .wb-tree-tt {
    color: #169ee1;
}

.current .wb-tree-iconl {
    background-color: #5bbbea;
}

.current .wb-tree-iconr {
    background: url(../images/wblistrh.jpg) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

/* 右侧信息栏目 */

.ewb-info{
	border: 1px solid #ddd;
	min-height: 675px;
}

.ewb-info-hd{
	height: 38px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #0d9be1;
}

.ewb-info-tt{
	margin: 5px 0 0 13px;
	display: inline-block;
	width: 114px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
    color: #1ea1e2;
    background-color: #fff;
    border: 1px solid #0d9be1;
    border-bottom: 1px solid #fff;
    border-radius: 2px 2px 0 0;
}

.ewb-info-bd .ewb-data-item{
	padding-top: 17px;
}

.ewb-info-bd .ewb-data-list{
	padding-left: 27px;
	background: url(../images/dot.png) 14px 50% no-repeat;
}

/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin: 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;
	line-height:25px;
}

.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;
    color: #0030cc;
}

.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;
}