/**!
 * 中国许昌-政务公开二级
 * author: wangkai;
 */

/* main */
.ewb-main-part {
	padding-top: 0;
}

.ewb-location {
	/* padding-bottom: 3px;
	background-color: #fff; */
}

/* 左侧 */
.ewb-left {
	padding-top: 47px;
	height: 802px;
	border: 1px solid #e5e5e5;
	position: relative;
}

.ewb-menu-hd {
	position: absolute;
	top: -1px;
	width: 34%;
	height: 39px;
	line-height: 39px;
	border-bottom: 0;
	text-align: center;
}

.ewb-menu-hd.one {
	/*     left: -1px; */
	
}

.ewb-menu-hd.two {
	left: 34%;
	display:none;
}

.ewb-menu-hd.three {
	right: -1px;
	display:none;
}

.ewb-menu-tt {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #378CE9;
}

.ewb-menu-tt.current {
	/* color: #015293;
	background-color: #fff; */
	width: 200px;
}

.ewb-menu-list {
	padding: 0 1px;
}

.ewb-menu-list li {
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	background: url(../images/menu_sx_middle.png) 8% center no-repeat;
}

.ewb-menu-list li.first {
	background: url(../images/menu_sx_top.png) 8% center no-repeat;
}

.ewb-menu-list li.end {
	background: url(../images/menu_sx_bottom.png) 8% center no-repeat;
}

.ewb-menu-name {
	display: block;
	padding-left: 36%;
	color: #333;
	background: url(../images/file_icon.jpg) 26% center no-repeat;
}

.ewb-menu-list li:hover, .ewb-menu-list li.current {
	background-color: #dfedfc;
}



/* 右侧 */
.ewb-right {
	padding-top: 7px;
	height: 842px;
	border-top: 2px solid #378CE9;
}

.ewb-catalog-btn {
	float: right;
	margin: 0 5px 0 8px;
	width: 7%;
	height: 28px;
	font-weight: bold;
	color: #fff;
	background-color: #378CE9;
	border: 0;
	cursor: pointer;
}

.ewb-catalog-input {
	float: right;
	padding-left: 7px;
	width: 23%;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e5e5e5;
}

.ewb-tt-label {
	float: right;
	margin-right: 2px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	color: #505050;
}


.ewb-catalog-table {
	padding-top: 2px;
	position: relative;
	z-index: 900;
}

.ewb-catalog-table table {
	width: 100%;
	table-layout: fixed;
	font-size: 15px;
}

.ewb-catalog-table table th {
	height: 38px;
	text-align: center;
	font-weight: bold;
	background-color: #e3eef8;
}

.ewb-catalog-table table td {
	height: 36px;
	text-align: center;
}

.ewb-catalog-table table .ewb-even td {
	background-color: #f6f6f6;
}

.ewb-catalog-table table tbody tr:hover td {
	background-color: #f8f8e6;
}

.ewb-catalog-table table td span, .ewb-catalog-table table td a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ewb-catalog-table table td a {
	color: #333;
	padding-left: 4%;
	text-align: left;
}

.ewb-has-detail:hover .ewb-infoname {
	color: #f00;
}

.ewb-drop-detail {
	display: none;
	position: absolute;
	right: 14%;
	left: 26%;
	padding: 5px 0;
	border: 2px solid #015293;
	background-color: #fff;
	z-index: 900;
}

.ewb-drop-detail ul {
	width: 100%;
}

.ewb-drop-detail ul li {
	float: left;
	width: 50%;
	*width: 49.5%;
	line-height: 24px;
	font-size: 12px;
	vertical-align: top;
}

.ewb-drop-detail ul li.long {
	width: 100%;
}

.ewb-drop-detail ul li label {
	float: left;
	width: 76px;
	text-align: right;
	font-weight: bold;
	color: #f00;
}

.ewb-drop-detail ul li p {
	float: left;
	width: 66%;
	text-align: left;
	color: #3f3f3f;
}

.ewb-drop-detail ul li.long p {
	width: 83%;
}



/* 分页 */
.ewb-page {
	margin-top: 15px;
	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;
	font-family: "Microsoft YaHei";
	float: left;
}

.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: #ff0000;
}

.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;
}

.table-responsive iframe {
	min-height: 800px;
}

/* 0805新增 */
.ewb-cm-tt.current {
	color: #378CE9;
	border-bottom: 2px solid #378CE9;
}

.ewb-bg-fff {
	background-color: #fff;
}


.ewb-catalog-inputnew {
    float: right;
    padding-left: 7px;
    width: 10%;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    margin-right: 7px;
    display:none;
}

.ewb-tt-labelnew {
    float: right;
    margin-right: 2px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #505050;
    display:none;
}


.ewb-cm-ttsubpage {
	float: left;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    position: relative;
}

.ewb-cm-ttsubpage.current {
    color: #333;
    border-bottom: 2px solid #378CE9;
}