/* CSS Document */
.question_title{
	width:922px;
	height:40px;
    line-height: 40px;
    border-bottom: 1px solid #DBD6D0;
    color: #000;
    background: #EDE7E1;
    font-size: 14px;
	padding-left:18px;
}
.question_bar{
	float:left;
	width:940px;
	height:auto;
}
.question_box{
	width:904px;
	height:auto;
	border: 1px solid #DBD6D0;
	margin-left:18px;
	margin-bottom:18px;
	margin-top:18px;
}
.question_box_title{
	width:869px;
	height:40px;
    line-height: 40px;
    color: #35ce98;
    font-size: 18px;
	padding-left:18px;
}
.question_box_article{
	width:869px;
	height:40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
	padding-left:18px;
}
.question-right{
    float: right;
    border: 1px solid #DBD6D0;
    width: 940px;
	min-height:699px;
	margin-bottom:25px;
}
.question_box_article_text{
	width:869px;
	height:auto;
    line-height: 30px;
    color: #999999;
    font-size: 14px;
	margin-left:20px;
	padding-bottom:10px;
	text-indent:2em;
	
	border-bottom:1px solid #DBD6D0;
}
