/**!
 * 咨询留言-留言登选
 * 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;
}

/* 登选 */
.elect-box {
	padding-top: 30px;
}

.elect-tip {
	height: 40px;
	background-color: #e7f3f9;
}

.elect-tip-text {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}

.ml31 {
	margin-left: 31px;
}

.ml78 {
	margin-left: 78px;
}

.mr30 {
	margin-right: 30px;
}

.elect-tip-text > span {
	color: #333;
}

.elect-con {
	padding: 9px 30px 0 30px;
	border: 1px solid #e7f3f9;
}

.elect-name {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-left: 30px;
	font-size: 14px;
	color: #38aadf;
}

.elect-name:first-child {
	margin-left: 0;
}

.elect-bar {
	margin-top: 14px;
	padding-bottom: 17px;
	border-bottom: 1px solid #eeeeee;
}

.elect-bar:last-child {
	padding-bottom: 13px;
	border: none;
}

.elect-bar:first-child {
	margin-top: 0;
}

.elect-ask {
	padding-left: 27px;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	color: #666;
	background-position: left center;
	background-repeat: no-repeat;
}

.elect-ask.icon1 {
	background-image: url("../images/ask_icon1.png");
}

.elect-ask.icon2 {
	background-image: url("../images/ask_icon2.png");
}

.ask-text {
	/*max-height: 90px;2021.02.23*/
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}

/* 页码 */

.pager {
	margin-top: 30px;
}

.m-pagination-page>li {
	margin-right: 13px;
}

.m-pagination-page>li>a {
	height: 28px;
	line-height: 28px;
}

.m-pagination-page>li.active>a {
	font-weight: normal;
	background-color: #037cb4;
	border-color: #037cb4;
}