﻿.ewb-location{
	height: 52px;
	line-height: 52px;
	color: #666;
}

.ewb-location a{
	color: #666;
}

.ewb-location span{
	color: #ff9000;
}

/* menu */

.ewb-main{
	padding-bottom: 20px;
}

.ewb-menu{
	margin-right: 10px;
	border: 1px solid #dbdbdb;
}

.ewb-menu-hd{
	height: 34px;
	background: #f1f1f1;
	border-bottom: 1px solid #dbdbdb;
}

.ewb-menu-tt{
	display: block;
	height: 33px;
	border-bottom: 2px solid #1572b7;
	float: left;
	margin-left: -1px;
	position: relative;
}

.ewb-menu-tt a{
	display: block;
	margin-left: 1px;
	background: #fff;
	padding: 0 16px;
	line-height: 33px;
	font-size: 16px;
	color: #186aab;
	font-weight: bold;
}

.ewb-menu-icon{
	display: block;
	width: 7px;
	height: 4px;
	background: url('../images/arrow_icon.png') no-repeat;
	position: absolute;
	left: 46px;
	bottom: -6px;
}

.ewb-menu-bd{
	padding: 0px 14px 10px 14px;
	min-height: 634px;
}

.wb-tree{
    background-color:#fff;
    border-radius: 5px;
}

.wb-tree-node{
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #dbdbdb;

}

.wb-tree-iconr{
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 30px;
    background:url('../images/menu_icon.png') no-repeat;
}

.wb-tree-tt{
	float: left;
	color: #333;
}

.wb-tree-sub{
    display: none;
    border-bottom: 1px dashed #dbdbdb;
}

.wb-tree-item>a{
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color:#333;
    background: #f1f1f1;
    display: block;
}

.wb-tree-item>a:hover{
    background-color:#449de4;
    color: #fff;
}
.current .wb-tree-tt{
    color:#449de4;
    font-weight: bold;
}

.current .wb-tree-iconr{
    background: url(../images/menu_iconh.png) no-repeat;
}
.current .wb-tree-sub{
    display: block;
}

/* 右侧 */

.ewb-info{
	border: 1px solid #dbdbdb;
	min-height: 668px;
	padding: 11px 20px 0 20px;
}

.ewb-info-item{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	vertical-align: top;
}

.ewb-info-fors{
	margin-right: 124px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 14px;
	background: url('../images/info_icon.jpg') left center no-repeat;
}

.ewb-info-fors a{
	color: #000;
}

.ewb-date{
	float: right;
	color: #666;
	margin-top: -28px;
}

.ewb-info-item:hover .ewb-info-fors{
	background-image: url('../images/info_iconh.jpg');
	color: #b42829;
}

.ewb-info-item:hover a,
.ewb-info-item:hover .ewb-date{
	color: #b42829;
}

/* 分页 */

.ewb-page {
    text-align: center;
	padding-bottom:10px;
}

.ewb-page-items {
    margin-top: 20px;
    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: #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;
}
/**add**/

.ewb-main-search{
	padding: 15px 0 15px 20px;
	background: #f8fafc;
} 

.ewb-main-search input{
	display: block;
	width: 301px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #bdbdbd;
	border-right: 0;
	text-indent: 10px;
	background: #fff;
	outline: 0;
	padding: 0;
	float: left;
	margin-left: 120px;
}

.ewb-main-search button{
	display: block;
	width: 125px;
	height: 32px;
	line-height: 32px;
	border: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	float: left;
	background: #186aab;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 16px;
}

.ewb-main-search button:hover{
	background: #ff8202;
}
