/**!
 * 新余中介超市-通用二级页
 * author: wangkai;
 */


/* main */

.ewb-span15 {
    padding-left: 10px;
    width: 885px;
}

/*左侧*/

.ewb-left {
    margin-right: 10px;
    height: 814px;
    background-color: #0ea2ef;
}

.ewb-menu-hd {
    height: 66px;
    line-height: 66px;
    padding-bottom: 5px;
    text-align: center;
}

.ewb-menu-tt {
    display: inline-block;
    padding-left: 52px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: url(imagesmenu_tt_ico.png) left center no-repeat;
}

.ewb-menu-bd {
    float: right;
    margin-right: -10px;
    width: 273px;
    height: 731px;
    border: 1px solid #a1daf7;
    background-color: #f6fbff;
    position: relative;
}

.ewb-menu-bj {
    display: block;
    position: absolute;
    top: -9px;
    right: -1px;
    width: 10px;
    height: 8px;
    background: url(imagesmenu_bj.png);
}

.ewb-menu-list {
    padding: 31px 24px 0 24px;
}

.ewb-menu-node {
    padding: 5px 0 4px 0;
    height: 40px;
    line-height: 40px;
    border-top: 1px dashed #b7e4fb;
    vertical-align: top;
}

.ewb-menu-node:first-child {
    border-top: 0;
}

.ewb-menu-name {
    display: block;
	padding-right:55px;
    text-align: right;
    font-size: 18px;
    color: #333;
}

.ewb-menu-name:hover,
.ewb-menu-name.current {
    color: #fff;
    background-color: #ff9425;
}

/*当前位置*/

.ewb-location {
    height: 26px;
    line-height: 26px;
}

.ewb-location p {
    padding-left: 23px;
    color: #999;
    background: url(imageslocation_ico.png) left center no-repeat;
}

.ewb-location p a {
    color: #999;
}

.ewb-location p span {
    color: #ff9425;
}

/*右侧栏目信息*/

.ewb-info {
    margin-top: 15px;
    height: 771px;
    border: 1px solid #ededed;
}

.ewb-info-list {
    padding: 12px 23px 0 16px;
}

/*信箱添加*/

.left-menu-item{
	padding: 5px 0 4px 0;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
	background-color: #ff9425;
}
.left-menu-tt{ 
    display: block;
    padding-left: 72px;
    text-align: left;
    font-size: 18px;
    color: #333;
}
.leftmenu_a{color: #fff;}
.btn_search{ border:none; width:50px; line-height:24px; height:24px; background-color: #ff9425; color:#fff;}
