@charset "utf-8";
#detail {
	margin: 40px auto;
}
#detail .head {
	text-align: center;
	padding-bottom: 20px;
}
#detail .head h1 {
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
	color: #363636;
	letter-spacing: 2px;
}
#detail .info {
	color: #868686;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px dotted #145bb8;
}
#detail .info span {
	padding: 0 15px;
}
#detail .info span i {
	padding-right: 5px;
	color: rgba(215, 36, 25, 0.6);
}
#detail .body {
	margin: 20px auto;
}
#detail .body .video {
	text-align: center;
}
#detail .body .video video {
	height: 320px;
}
#detail .body .content {
	margin-top: 20px;
	border-bottom: 1px solid #e6e6e6;
}
#detail .body .content a {
	word-break: break-all;
}
#detail .body .file {
	margin-top: 20px;
}
#detail .body .file i {
	padding-right: 5px;
	color: #d72419;
}
#detail .body .front {
	margin-top: 20px;
}
#detail .body .front,
#detail .body .after {
	line-height: 24px;
}