@charset "utf-8";
/* CSS Document */

.item-sel {
	width: 100%;
	padding: 20px 0px 20px 0px;
	/* border:#eee solid 1px; */
	height: 285px;
	/* background-color: #f3f3f3; */
	margin-top: 20px;
	margin-bottom: 10px;
}
.item-sel * {
	vertical-align: middle;
}
.item-sel-classify {
	height: 40px;
	background-color: #2e9b64;
	color: white;
}
.item-sel-classify strong {
	width: 12%;
	font-size: 14px;
	float: left;
	margin-bottom: 8px;
	padding-top: 7px;
	padding-left:20px;
	/* background-color: aliceblue; */
}
.item-sel-classify::after {
 content: '';
 display: block;
 width: 2px;
 height: 16px;
 background: #ffffff;
 position: relative;
 top: 13px;
 left: 10px;
}
.item-sel-classify1, .item-sel-classify2 {
	width: 100%;
	float: left;
	padding: 10px;
}
.inline {
	height: 24px;
}
.inline span {
	padding: 0 12px;
	cursor: pointer;
}
.item-sel-lanmu{
	float:left;
	width: 88%;
	line-height:200%;
	border-bottom:#CCCCCC 1px dashed;
	padding: 8px 5px 10px 0px;
}