@charset "utf-8";

/*-- detailContent --*/
.detailContent {
	display: block;
	float: right;
	width: 568px;
	overflow: hidden;
}
.detailContent h2 {
	display: block;
	float: left;
	width: 568px !important;
	overflow: hidden;
	background: url(../images/line/line_01.jpg) no-repeat bottom;
	height:30px;
}
.detailContent h2 span {
	display: block;
	float: left;
	margin-right: 30px !important;
}
.detailContent h2 em {
	display: block;
	float: right !important;
	width: 200px;
	color: #573927 !important;
	font-size: 12px;
	font-style: normal;
	padding: 5px !important;
	font-weight: normal;
	text-align: right;
}
.detailContent h2 em a {
	color: #573927 !important;
	text-decoration:none;
}
.detailContent h2 em a:hover {
	color: #6EA018 !important;
}
.detailContent h5 {
	display: block;
	width: 548px;
	background: url(../images/bg/bg-h5.jpg) no-repeat;
	height: 20px;
	padding: 5px 5px 5px 15px;
	color: #fff;
	margin-bottom: 5px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
.detailContent h5 span {
	float: right;
	background: url(../images/icon/ic-arrow5.png) no-repeat;
	color: #fff;
	padding: 0 15px;
	position: absolute;
	top: 8px;
	right: -10px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-align: right;
}
.detailContent h5 a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.detailContent .line {
	display: block;
	border-bottom: 1px dotted #000;
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}

/*-- topic --*/
.detailContent div.topic {
	display: block;
	width: 570px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #B5B5B5;
}
.detailContent ul.topic {
	display: block;
	overflow: auto;
	margin: 0 !important;
	width: 568px;
	height: 200px;
}
.detailContent .topic li {
	display: block;
	border-bottom: 1px dotted #B5B5B5;
	padding: 7px 0px 7px 5px;
	font-size: 12px;
	width: 545px;
	overflow: hidden;
}
.detailContent .topic li span {
	width: 470px;
	display: block;
	float: right;
}
.detailContent .topic li span.date {
	width: 75px;
	display: block;
	float: left;
}
.detailContent .topic li a {
	color: #006BAC;
	text-decoration: underline;
}

/*-- news --*/
.detailContent div.news {
	display: block;
	width: 570px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #B5B5B5;
}
.detailContent ul.news {
	display: block;
	overflow: auto;
	margin: 0 !important;
	width: 568px;
	height: 200px;
}
.detailContent .news li {
	padding-left: 5px;
	font-size: 12px;
	list-style: disc;
	color: #006BAC;
	margin-left: 25px;
	line-height: 25px;
}
.detailContent .news li span {
	width: 70px;
	display: block;
	float: left;
}

/*-- newProduct --*/
.detailContent .newProduct {
	display: block;
	width: 568px;
	overflow: hidden;
	margin-bottom: 20px;
}
.detailContent .newProduct .plist {
	display: block;
	width: 568px;
	overflow: hidden;
}
.detailContent .newProduct dl {
	display: block;
	float: left;
	width: 130px;
	overflow: hidden;
	margin-right: 7px;
	margin-left: 5px;
}
.detailContent .newProduct dl dt {
	text-align: center;
}
.detailContent .newProduct dl dt img {
	border: 1px solid #B5B5B5;
	padding: 2px;
}
.detailContent .newProduct dl dd {
	display: block;
	color: #006BAC;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}
.detailContent .newProduct dl dd a {
	color: #006BAC;
	text-decoration: underline;
}
.detailContent .newProduct dl dd span.price {
	display: block;
	color: #454545;
	font-size: 13px;
	padding-top: 5px;
}
.detailContent .newProduct dl dd span.specialprice {
	display: block;
	color: #DD0615;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
}

/*-- staff--*/
.detailContent .staff {
	display: block;
	width: 568px;
	overflow: hidden;
	margin-bottom: 20px;
}
.detailContent .staff .plist {
	display: block;
	width: 568px;
	overflow: hidden;
}
.detailContent .staff dl {
	display: block;
	float: left;
	width: 273px;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
}
.detailContent .staff dl dt {
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.detailContent .staff dl dt img {
	padding: 2px;
	border: 1px solid #B5B5B5;
}
.detailContent .staff dl dd {
	display: block;
	color: #006BAC;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
.detailContent .staff dl dd a {
	color: #006BAC;
	text-decoration: underline;
}
.detailContent .staff dl dd span.price {
	display: block;
	color: #454545;
	padding-top: 5px;
	font-size: 13px;
	font-weight: normal;
}
.detailContent .staff dl dd span.specialprice {
	display: block;
	color: #DD0615;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
}

