.question-body{
	padding: 7rem 0 0;
}
.question-body .question-title h1{
	font-size: 1.4rem;
	text-align: center;
	padding-top: 0.5rem;
}
.question-body .question-main{
	margin-top: 1.5rem;
  background: #fff;
  border-radius: 5px;
}
.question-body .question-main .question-list{
	width: 90%;
	margin: 0 auto;
}
.question-body .question-main .question-list li{
	padding: 2rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.thisanswer{position: relative;min-height: 400px; font-size: 18px; line-height:30px; letter-spacing:1px;}
.question-body .question-main li .tag{
	display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background: #98c947;
}
.question-body .question-main li .question a{
	font-size: 20px;
	color: #666666;
}
.question-body .question-main li .answer{
	position: relative;
	margin: 10px 20px;
}
.question-body .question-main li .answer .tag{
	position: absolute;
	left: 0;
	top: 5px;
	background: #2bb1f4;
}
.question-body .question-main li .answer p{
	padding-left: 30px;
	line-height: 1.5rem;
	font-size: 14px;
	color: #727272;
	word-break: break-all;
}
/*.more-desc{
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 2.5rem;
	background: rgb(173,214,51);
  z-index: 100;
}
.more-desc p{
	width: 100%;
  font-size: 16px;
  color: #474949;
  text-align: center;
  line-height: 2.5rem;
}
.more-desc a:hover{
	text-decoration: underline;
}
.more-desc .more-btn{
	padding: 7px 24px;
	font-size: 13px;
  color: #fff;
	background: #000000;    
}
.more-desc .more-btn:hover{
	text-decoration: none;
}*/