/**!
 * 咨询留言-留言须知
 * author: hhj;
 */

/* main */

.span6 {
	padding: 0;
	width: 242px;
	height: 806px;
	background-color: #e7f3f9;
}

.span18 {
	width: 736px;
}

/* 左侧菜单 */

.ewb-menu-hd {
	margin: 0 -7px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #037cb4;
	position: relative;
}

.ewb-menu-hd i {
	display: block;
	position: absolute;
	top: 50px;
	width: 7px;
	height: 6px;
}

.ewb-mh-lj {
	left: 0;
	background: url(../images/menu_tt_lj.png);
}

.ewb-mh-rj {
	right: 0;
	background: url(../images/menu_tt_rj.png);
}

.ewb-menu-tt {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.wb-tree-items {
	vertical-align: top;
}

.ewb-cm-hd {
	padding-top: 1px;
}

.ewb-menu-list {
	padding-top: 6px;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    padding-left: 29px;
}

.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 17px;
    margin-right: 20px;
    background: url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 11px 15px;
    background-color: #f4f9fc;
}

.wb-tree-item {
	height: 34px;
	line-height: 34px;
	margin-top: 4px;
	vertical-align: top;
}

.wb-tree-item.mt0 {
	margin-top: 0;
}

.wb-tree-item>a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding-left: 35px;
    font-size: 16px;
    background: url(../images/menu_dian.png) 24px 50% no-repeat;
}

.wb-tree-item:hover,
.wb-tree-item.current {
	background: url(../images/smenu_bg.png);
}

.wb-tree-item:hover a,
.wb-tree-item.current a {
	font-weight: bold;
	color: #fff;
	background: url(../images/menu_dian1.png) 24px 50% no-repeat;
}

.current .wb-tree-tt {
	font-weight: bold;
    color: #fff;
}

.current .wb-tree-node {
    background-color: #38aadf;
}

.current .wb-tree-iconr {
    width: 15px;
    height: 3px;
    margin-top: 23px;
    background: url(../images/wblistrh.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

/* 当前位置 */

.ewb-location {
	padding-top: 3px;
	padding-left: 10px;
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #1f9ad3;
}

.ewb-location-content {
    padding-left: 20px;
    color: #666;
    background: url(../images/location_icon.png) left center no-repeat;
}

.ewb-location-content a {
    color: #666;
}

.ewb-location-content span {
    color: #fe7b07;
}

/* 须知 */
.notice-box {
	padding: 26px 26px 0 26px;
}

.notice-tip {
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.notice-list {
	padding: 5px 23px 0 23px;
}

.notice-list-text {
	line-height: 37px;
	font-size: 14px;
	color: #333;
}

.notice-btn {
	padding-top: 28px;
	font-size: 0;
	text-align: center
}

.entry-word {
	width: 150px;
	height: 42px;
	font-size: 14px;
	color: #fff;
	background-color: #037cb4;
	border: none;
	outline: none;
	cursor: pointer;
}