@charset "gb2312";
/* CSS Document */

.question{
	padding: 0.2rem;
    border: 1px solid #eee;
    color: #333;
    width: 95%;
    margin: 0.1rem auto;
}
.question a{
width: 90px;
    height: 25px;
    line-height: 25px;

    font-size: 14px;
    background-color: #ff6600;
text-align: center;
padding:0.1rem;

}
 .question .qtitle{
	line-height: 20px;
	margin-bottom: 5px;
}
 .question .qtitle .qtit1{
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	background-color: #4CAF97;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
 .question .qtitle .qtit1 i{
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	line-height: 0;
	top: 5px;
	right: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #4CAF97;
}
 .question .qtitle .qtit2 a{
	line-height: 20px;
	font-size: 14px;
	color: #000;
}
 .question .sp1{
	line-height: 20px;
	margin-bottom: 5px;
	font-size:14px;
}
 .question .sp2{
	line-height: 20px;
	background: url(../images/sy_zjwd_img_061.jpg) no-repeat left 5px;
	text-indent: 1em;
	margin-bottom: 5px;
	font-size:14px;
}
 .question .sp3{
	display: inline-block;
	height: 25px;
	width: 40%;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
	background-color: #FE6700;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
 .answer{
	    border: 1px solid #eee;
    color: #333;
    width: 95%;
    margin: 0.1rem auto;
	padding:0.2rem;
}
 .answer .atitle{
	line-height: 20px;
	margin-bottom: 5px;
}
 .answer .atitle .atit1{
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	background-color: #4CAF97;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
 .answer .atitle .atit1 i{
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	line-height: 0;
	top: 5px;
	right: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #4CAF97;
}
 .answer .atitle .atit2{
	line-height: 20px;
	font-size: 12px;
	color: #000;
}
 .answer .doctor{
	overflow: hidden;
	margin: 10 auto;
}
 .answer .doctor img{
	width:8em;
	margin-right: 2%;
	float: left;
	border-radius:50%;
	height:8em;
}
 .answer .doctor h3{
	width: 60%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	float: left;
}
 .answer .doctor .p1{
	width: 60%;
	line-height: 25px;
	float: left;
	font-size: 14px;
}
 .answer .doctor .p1 span{
	color: #F00;
}
 .answer .anbottom{
	border: 1px dashed #e0e0e0;
	padding: 5px;
	margin-top: 10px;
}
 .answer .anbottom p{
	line-height: 20px;
	font-size: 14px;
	text-indent: 2em;
}
 .other_question{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #eee;
	color: #333;
}
 .other_question .otitle{
	width: 90px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	background-color: #ff6600;
	text-align: center;
}
 .other_question ul li{
	margin: 10px auto;
	overflow: hidden;
}
 .other_question .altitle{
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	background-color: #4caf97;
	text-align: center;
	color: #fff;
	font-size: 14px;
	float: left;
}
 .other_question h3{
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	margin-left: 35px;
	margin-bottom: 10px;
}
 .other_question a{
	font-size: 15px;
	color: #434343;
}
 .other_question p{
	line-height: 25px;
	font-size: 14px;
	margin-left: 35px;
}