/* menu */

.ewb-pb20{
	padding-bottom: 20px;
}

.ewb-menu{
	margin-right: -40px;
	margin-top: 30px;
}

.ewb-menu-hd{
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	text-indent: 65px;
	font-weight: bold;
	background: url('../images/menu_icon.jpg') 34px center no-repeat #f0f0f0;
}

.ewb-menu-hd a{
	color: #433bdb;
}

.ewb-menu-img img{
	vertical-align: top;
	width: 100%;
}

.ewb-menu-bd{
	height: 670px;
	background: #f0f0f0;
}

.wb-tree-items{
	border-bottom: 1px solid #f5f5f5;
}

.wb-tree-tt{
   color:#333;
}
.wb-tree-node{
    display:block;
    height: 44px;
    line-height: 44px;
    padding-left: 34px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.wb-tree-iconr{
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 19px;
    margin-right: 42px;
    background:url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub{
    display: none;
    padding: 10px 20px;
    background: #f6fbff;
}

.wb-tree-item{
	margin-top: 10px;
}

.wb-tree-item:first-child{
	margin-top: 0;
}

.wb-tree-item>a{
	display: block;
    padding-left: 42px;
	font-size: 14px;
	height: 32px;
	border-radius: 16px;
	line-height: 32px;
    color: #333;
    background: url('../images/menu_info.jpg') 32px center no-repeat;
}
.wb-tree-item>a:hover{
	background-image: url('../images/menu_infoh.jpg');
	background-color: #fabe48;
    color:#fff;
}
.wb-tree-item>a:active{
    background-image: url('../images/menu_infoh.jpg');
	background-color: #fabe48;
    color:#fff;
}

.current .wb-tree-iconr{
    background: url(../images/wblistrh.png) no-repeat;
}
.current .wb-tree-sub{
    display: block;
}

.current .wb-tree-node{
	background: #6d67db;
}

.current .wb-tree-tt{
	color: #fff;
}

@media(max-width: 767px){
	.ewb-menu{
		margin-right: 0;
		margin-top: 10px;
	}
	.ewb-menu-bd{
		height: auto;
		padding-bottom: 20px;
	}
}

.ewb-info{
	margin-left: 50px;
	margin-top: 30px;
}

.ewb-info-hd{
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #c0bef3;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	background: url('../images/info_tt_bg.jpg') left center no-repeat;
}

a.ewb-info-tt{
	float: left;
	color: #433bdb;
}
/*
.ewb-location{
	float: right;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

.ewb-location a{
	color: #433bdb;
}
*/

.ewb-info-mods{
	padding: 0 20px 10px 20px;
	border: 1px solid #f4f4f4;
	margin-top: 15px;
	cursor: pointer;
}

.ewb-info-mods:hover{
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15); 
}

.ewb-info-top{
	padding-top: 6px;
	line-height: 46px;
	height: 46px;
	font-size: 16px;
}

.ewb-info-top h2{
	margin-right: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.ewb-price{
	float: right;
	margin-top: -46px;
	font-size: 14px;
}

.ewb-price span{
	font-weight: bold;
	color: #ff0000;
}

.ewb-info-copy{
	line-height: 28px;
	font-size: 14px;
}

.ewb-ml50{
	margin-left: 50px;
}

.ewb-ml70{
	margin-left: 70px;
}

.ewb-address{
	color: #999;
}

.ewb-ml82{
	margin-left: 82px;
}

a.ewb-info-more{
	display: block;
	float: right;
	width: 110px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	text-align: center;
	color: #fff;
	background: #fcab0f;
	font-size: 14px;
	margin-top: -48px;
}

a.ewb-info-more:hover{
	background: #ff9000;
}

/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 30px;
    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: #ff9c00;
}

.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;
}

@media(max-width: 1200px){
	.ewb-price,
	a.ewb-info-more{
		float: none;
		margin-top: 5px;
	}
	.ewb-info-top{
		height: auto;
		line-height: 20px;
		font-size: 14px;
	}

	.ewb-info-top h2{
		margin-right: 0;
	}

	.ewb-info-copy{
		line-height: 20px;
	}

	a.ewb-info-more{
		height: 24px;
		line-height: 24px;
	}
}

@media(max-width: 767px){
	.ewb-info{
		margin-left: 0;
		margin-top: 10px;
		padding: 0 5px;
	}

	.ewb-info-hd{
		line-height: 32px;
		height: auto;
		font-size: 16px;
	}

	.ewb-info-hd{
		background-position: left 8px;
	}

	.ewb-ml50,
	.ewb-ml70,
	.ewb-ml82{
		margin-left: 15px;
	}
	
	.ewb-info-mods {
		padding: 0 5px 5px 5px;
		border: 1px solid #f4f4f4;
		margin-top: 15px;
		cursor: pointer;
	}
}