.ewb-location{
	padding: 10px 0 10px 34px;
	background: url('../images/home_icon.png') 12px 10px no-repeat #ebf2fb;
	line-height: 12px;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.ewb-location a{
	color: #999;
}

.ewb-location span{
	color: #377fdc;
}

/* menu */

.ewb-pb20{
	padding-bottom: 20px;
}

.ewb-menu{
	border: 1px solid #ebf2fb;
	border-top: 0;
	margin-top: 10px;
}

.ewb-menu-hd{
	height: 74px;
	line-height: 74px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: url('../images/menu_bg.jpg') center top no-repeat;
}

.ewb-menu-hd a{
	color: #fff;
}

.ewb-menu-bd{
	height: 585px;
}

.wb-tree-items{
	border-bottom: 1px solid #ebf2fb;
}

.wb-tree-tt{
   color:#333;
}
.wb-tree-node{
    display:block;
    height: 46px;
    line-height: 46px;
    padding-left: 24px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.wb-tree-iconr{
    float: right;
    width: 14px;
    height: 9px;
    margin-top: 19px;
    margin-right: 29px;
    background:url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub{
    display: none;
}

.wb-tree-item>a{
	display: block;
    padding-left: 58px;
	font-size: 14px;
	line-height: 40px;
    color: #999;
    border-top: 1px solid #ebf2fb;
    background: url('../images/menu_icon.jpg') 43px center no-repeat;
}
.wb-tree-item>a:hover{
	background-image: url('../images/menu_iconh.jpg');
    color:#0a59d7;
}
.wb-tree-item>a:active{
    background-image: url('../images/menu_iconh.jpg');
    color:#0a59d7;
}

.current .wb-tree-iconr{
    background: url(../images/wblistrh.png) no-repeat;
}
.current .wb-tree-sub{
    display: block;
}

.current .wb-tree-node{
	background: #ebf2fb;
}

.current .wb-tree-tt{
	color: #377fdc;
}

@media(max-width: 767px){
	.ewb-menu-hd{
		background: #3887d9;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}

	.ewb-menu-bd{
		height: auto;
		padding-bottom: 20px;
	}
}

/* 右侧 */

.ewb-info{
	margin-top: 10px;
}

.ewb-info-hd{
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	background: url('../images/menu_info_tt.jpg') right center no-repeat #377fdc;
}

.ewb-info-hd a{
	color: #fff;
}

.ewb-info-bd{
	padding: 5px 15px 0 20px;
	border: 1px solid #ebf2fb;
	border-top: 0;
	height: 610px;
}


.ewb-info-item{
	height: 41px;
	line-height: 41px;
	vertical-align: top;
	font-size: 14px;
	border-top: 1px dashed #eee;
}

.ewb-info-item:first-child{
	border-top: 0;
}

.ewb-info-forus{
	margin-right: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 19px;
	background: url('../images/info_icon.jpg') 1px center no-repeat;
}

.ewb-info-forus a{
	color: #333;
}

.ewb-date{
	float: right;
	margin-top: -41px;
	color: #999;
}

.ewb-info-item:hover a,
.ewb-info-item:hover .ewb-date{
	color: #377fdc;
}

.ewb-info-item:hover .ewb-info-forus{
	color: #377fdc;
	background-image: url('../images/info_iconh.jpg');
}

/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 40px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 26px;
    *width: 26px;
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;  
	line-height:26px
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    border: 1px solid #d9d9d9;
    border-radius: 1px;
	line-height:26px
}

.ewb-page-all{
	color: #377fdc;
	border: 0;
	margin-right: 15px;
	line-height: 26px;
}

.ewb-page-li.current>a {
    border-color: #6395ec;
    background: #6395ec;
    color: #fff;
}

.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-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-hover:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-input{width:50px; height:22px}

@media(max-width: 767px){
	.ewb-info-bd{
		padding: 5px;
		height: auto;
	}

	.ewb-info-item{
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}

	.ewb-info-forus{
		margin-right: 80px;
	}

	.ewb-date{
		margin-top: -32px;
	}

	.ewb-page-items{
		margin-top: 10px;
	}
}