/*家长问答*/
#answer{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.que{
	padding-left: 12px;
	background: url(../../images/que.png) no-repeat 4px center;
}
.total{
	padding-right: 12px;
}
.ans h4{
	font-size: 16px;
}

/*提交问题*/
#answer .ansSub{
	width: 100%;
	height: auto;
	margin-top: 42px;
}
#answer .ansSub .wt{
	width: 100%;
	height: 200px;
	line-height: 26px;
	border-radius: 5px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-appearance: none;
	border: 1px solid #CDCDCD;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: content-box;
	padding: 10px;
	resize: none;
}

#answer .ansSub .sub{
	display: block;
	outline: none;
	border: none;
	width: 226px;
	height: 50px;
	background: #306AC8;
	color: #fff;
	margin-top: 18px;
}
#answer .sess{
	position: static;
}
#answer .content{
	position: static;
}
