@charset "utf-8";
.question{
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.message .title{
	line-height: 24px;
}
.message .title .icon{
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	margin-right: 6px;
	margin-top: 4px;
}
.message .title .icon1{
	background: url(10-question-icon.png);
	background-size: 100% 100%;
}
.message .title .icon2{
	background: url(10-answer-icon.png);
	background-size: 100% 100%;
}
.message .title .tit{
	float: left;
	width: 55%;
}
.message .title .txt{
	float: right;
}
.message .title .txt span{
	margin-left: 60px;
}
.message .article{
	line-height: 1.6;
	word-break: break-all;
	text-indent: 2em;
}
.message .article img{
	max-width: 100%;
}
@media only screen and (max-width:1200px){
	.message .title{
		padding-left: 0.5rem;
		position: relative;
		line-height: 0.36rem;
	}
	.message .title .icon{
		position: absolute;
		left: 0;
		top: 0;
		width: 0.32rem;
		height: 0.28rem;
	}
	.message .title .tit{
		width: 100%;
	}
	.message .title .txt{
		width: 100%;
		margin-top: 0.1rem;
	}
	.message .title .txt span{
		margin-left: 0;
		margin-right: 0.5rem;
	}
}