.detail{
	width:860px;
	background:#fff;	
	padding:0 50px 30px 50px;
	margin:0 auto;
}
.detail h1{
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#242424;	
}
.detail p{
	line-height:180%;
	text-indent:2em;	
	margin-bottom:20px;
}

.detail .go_back{
	height:37px;
	line-height:37px;
	text-align:center;	
	margin:20px 0;
}
.detail .go_back a{
	display:inline-block;
	width:37px;
	height:37px;
	background:url("../images/message_sub.png") no-repeat left center;
	color:#fff;	
}
.detail .others{
	border-top:1px solid #8d8d8d;	
	padding-top:5px;
}
.detail .others p{
	margin-bottom:5px;	
	color:#8d8d8d;
}
.detail .others a{
	color:#8d8d8d;	
}
.detail .others a:hover{
	color:#f9525d;	
}