﻿.detail {
	margin: 5px 0px 0px; padding: 10px; border: 1px solid rgb(187, 51, 34);
}
.detail .d-title {
	
}
.detail .d-content {
	padding: 10px; border-top-color: rgb(119, 119, 119); border-bottom-color: rgb(119, 119, 119); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.detail .d-bottom {
	padding: 5px 20px; color: rgb(51, 51, 51);
}
.detail .d-title h3 {
	padding: 5px 20px; color: rgb(0, 0, 0); line-height: 20px; font-size: 14px;
}
.detail .d-title .d-author {
	padding: 5px 20px; text-align: right; color: rgb(0, 0, 0); display: none;
}
.detail .d-content .d-body {
	font-size: 13px; -ms-overflow-x: auto;
}
.detail .d-content .d-body p {
	margin: 8px 0px; line-height: 150%; text-indent: 0px;
}
.detail .d-bottom .visitcnt {
	float: right;
}
