@charset "utf-8";
/* CSS Document */

.question_all{
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	margin-bottom: 25px;
}
.question{
	float: left;
	font-size: 20px;
	font-family: "Microsoft YaHei UI";
	line-height: 36px;
	color: #2775ba;
	}
.question_login{
	float: right;
	margin-left: 50px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}
.q_a{
	font-size: 14px;
	line-height: 30px;
	color: #505050;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ebebeb;
	}
.q_a span{
	color: #2775ba;
}
.q_a p{
	font-size: 14px;
	line-height: 30px;
}
