#breadcrumb{
	height: 50px;
	line-height: 50px;
	background: #fafafa;
	padding: 0px 30px;
	font-size: 16px;
	word-spacing: 4px;
}
#breadcrumb span,#breadcrumb a:last-child{
	color:#028585;
	font-weight: 700;
}
#comments{
	margin-top: 30px;
}

#ap_title h2{
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 24px;
	color:#028585;
}
.ap_line{
	height: 2px;
	width:100px;
	background: #c33;
}

#ap_items{
	padding:15px;
	margin-top: 30px;
	border:1px solid #ccc;
}
.ap_items{
	padding-top:30px;
	padding-bottom: 40px;
	position: relative;
}
.ap_items:first-child{
	padding-top: 15px;
}
.ap_title h3 a{
	display: block;
	font-size: 16px;
	padding-left: 55px;
}
.ap_bn,.ap_bs{
	margin-top: 15px;
}
.ap_img{
	width:40px;
	float:left;
}
.ap_content{
	width:calc(100% - 55px);
	float:right;
	color:#999;
}
.apbs_img{
	float:right;
}
.apbs_content{
	float: left;
	color:#333;
}
.ap_line_content{
	bottom: 0px;
	height: 1px;
	background: #999;
	width:calc(100% - 50px);
	left: 0;
	position: absolute;
	z-index: 0;
}
.ap_btn a{
	width:80px;
	display: block;
	position: absolute;
	bottom: 0;
	right:0;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	border:1px solid #028585;
	 color:#028585;
	 background: #fff;
	 z-index: 1;
}
.ap_btn a:hover{
	color:#fff;
	background: #028585;
}