﻿/**!
 * 许昌市交通运输局--二级页
 * author: chenzp;
 * date:2017-09-27
 */


/* 正文 */

.ewb-tree{
	border: 1px solid #ddd;
}

.ewb-tree-hd{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/tree_bg.jpg) no-repeat;
}

.ewb-tree-hd a{
	color: #fff;
}

.wb-tree{
	padding: 9px;
	background-color: #fff;
}

.wb-tree-items{
	margin-bottom: 5px;
	background-color: #f0f0f0;
}

.wb-tree-items a{
	padding-left: 35px;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #0071ca;
	background: url(../images/tree_tt.jpg) no-repeat;
}

.wb-tree-items:hover a{
	color: #fff;
	background-image: url(../images/tree_tt_h.jpg);
}

/* 右侧信息 */

.ewb-info-hd{
	padding: 1px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: url(../images/tree_line.jpg) repeat-x;
}

.ewb-local{
	padding-left: 43px;
	background: url(../images/local.png) no-repeat 15px center;
	border-bottom: 1px solid #fff;
}

.ewb-local a{
    color: #333;
}

.ewb-local a:hover{
	color: #005fab;
}

.ewb-info-bd{
	padding: 20px;
	height: 542px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0;
}

.ewb-info-bd .wb-data-list{
	padding-left: 15px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}

.ewb-info-bd .wb-data-date{
	margin-top: -40px;
	font-size: 12px;
	color: #333;
}

.wb-data-list:hover span,
.wb-data-list:hover a {
    cursor: pointer;
    color: #005fab;
}

/* 分页 */

.ewb-page {
    margin-top: 30px;
    height: 26px;
    text-align: center;
}

.ewb-page-items {
    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;
    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 {
    height: 26px;
    line-height: 26px;
    border: 0;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.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-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;
    color: #555;
}
