@charset "utf-8";
/* CSS Document */
img {
	max-width:  100%;
}
.list ul {
	width: 100%;
}
.list ul li {
	float: left;
	width: 33.3%;
	position:  relative;
}
.list ul li > div {
	margin: 3px;
	padding: 3px;
	border: 1px solid #CCC;
}
.list ul li .badge {
	position:  absolute;
	top: 8px;
	left: -3px;
}
.list ul li .jD_box .img {
	text-align: center;
	height: 130px;
	overflow:  hidden;
}
.list ul li .jD_box .txt {
	text-align:  left;
	font-size:  12px;
	height: 100px;
	overflow:  hidden;
}

.detail .detailHead table {
	width: 100%;
	margin-bottom:  5px;
	font-size: 12px;
}
.detail .detailHead table tr th {
	padding:  3px;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	width: 100px;
}
.detail .detailHead table tr td {
	padding:  3px;
	border: 1px solid #CCC;
}