.sb_title{
	height: 55px;
	line-height: 55px;
	font-size: 22px;
	background: #028585;
	color:#fff;
	padding:0px 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.sbn_items{
	padding:20px;
	background: #fafafa;
}
.sbnf_img{
	border:1px solid #ccc;
	margin-bottom: 20px;
}
.sbnf_title h3 a{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
}
.sbnf_des{
	font-style: italic;
}
.sbn_normal{
	margin-top: 20px;
	padding-top:20px;
	border-top: 1px dashed #ccc;
}
.sbn_readmore{
	margin-top: 30px;
	text-align: center;
}
.sbn_readmore a{
	display: inline-block;
	width:100px;
	height: 30px;
	line-height: 30px;
	background: #028585;
	font-size: 15px;
	color:#fff;
	border-radius: 30px;
	text-align: center;
	border:1px solid #028585;
}
.sbn_readmore a:hover{
	background: #fff;
	color:#028585;
}

#sb_question,#sb_share{
	margin-top: 30px;
}
.sbq_items,.sbs_items{
	display: block;
	padding:20px 0px;
	border-top:1px dashed #ccc;
}
.sbq_bn,.sbq_bs{
	overflow: hidden;
}
.sbq_bn{
	margin-top: 15px;
}
.sbqbs_img{
	width:40px;
	float:left;
}
.sbqbs_content{
	width:calc(100% - 60px);
	float:right;
	color:#999;
}
.sbqbn_img{
	width:40px;
	float:right;
}
.sbqbn_content{
	width:calc(100% - 60px);
	float:left;
}

.sbs_img{
	width:70px;
	float:left;
}
.sbs_title{
	width:calc(100% - 90px);
	float:right;
	font-weight: 700;
	font-size: 15px;
}
.sbs_items{
	overflow: hidden;
}

#sb_question img{
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
    border: 2px solid #028585;
}
#sb_question p.p1 strong{
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
#sb_question p{
	text-align: justify;
	line-height: 24px;
}