.type{
	border-radius: 5px;
	border: 1px solid #DDD;
	min-height: 70px;
	margin: 15px auto 0px auto;
	width: 1085px;
}

.type table{
	margin: 15px 15px 5px 15px;
}
.type table th{
	width:70px;
	font-weight: bold;
	color: #555;
	font-size: 13px;
}
.type table td{
	padding-bottom: 5px;
}
.type table td input.top_select{
	width: 0px;
	margin-right: 10px;
	blr:expression(this.onFocus=this.blur());outline:none;
	background: url("../../image/select.png") no-repeat 8px 6px;
	padding-left: 30px;
	cursor: pointer;
}



.type table ul{}
.type table ul li{
	float: left;
	display: block;
	padding: 3px 10px 3px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	white-space:nowrap;
	color: #888;
}

.type table ul li:hover{
	color: #FF6600;
	background-color: rgba(246,123,0,0.2);
	border-radius: 5px;
}
.type table ul li.checked{
	color: white;
	background-color: #F67B00;
	border-radius: 5px;
	cursor: default;
}
.type table ul li.checked_1{
	color: white;
	background-color: #F67B00;
	border-radius: 5px;
}
.type table ul li.cursor{
	cursor: pointer;
}

/* 技术列表 */
.techlist{
	margin: 15px auto 15px auto;
	padding-left: 0px;
	width: 1110px;
	min-height: 300px;
}
.item1{
	float: left;
	width: 274px;
}

.techlist .item{
	float: left;
	border: 1px solid #DDDDDD;
	width: 261px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 15px;
}
.techlist .right0{
	margin-right: 0px;
}

.techlist .item:hover{
	border-color: #FF6633;
	box-shadow: 0 1px 5px rgba(34, 25, 25, 0.2);
}

/* 标题 */
.techlist .item h5{
	margin-top: 8px;
	margin-left: 8px;
	font-size: 13px;
}
.techlist .item h5 a{
	color: #0b73bb;
}
.techlist .item h5 a.text-overflow{
	display: inline-block;
	width: 205px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* 底部 */
.techlist .item ul{
	margin: 2px 0px 0px 0px;
}
.techlist .item ul li{
	line-height: 25px;
	margin-left: 8px;
	color: #888;
}
.techlist .item ul li.text-overflow{
	width: 245px;
	overflow: hidden;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.techlist .item ul li.bottom{
	height: 30px;
	line-height: 30px;
	margin-left: 0px;
	margin-top: 5px;
	border-top:1px dashed #DDDDDD;
}
.techlist .item ul li.bottom a{
	margin-right: 8px;
	text-decoration:none;
}
.techlist .item ul li.bottom a:hover{
	color: #0E8ACA;
}

.techlist .item ul li.bottom i.up{
	display:inline-block;
	margin-left: 8px;
	opacity:0.5;
	filter:alpha(Opacity=50);
}


.techlist .item ul li a{
	color: #888;
}
.techlist .item ul li a.copy{
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}
.techlist .item ul li span.highlight{
	color: #FF6600;
}
.techlist .item ul li span.num{
	float: right;
	padding-right: 5px;
}
.techlist .item ul li span.fen{
	float: right;
	padding-right: 5px;
}
.techlist .item ul li span.verify{
	display: inline-block;
	height: 20px;
	float: right;
	padding-right: 5px;
	padding-top: 4px;
}
.techlist .item ul li span.verify em{
	display: inline-block;
	width: 18px;
	height: 20px;
}
.techlist .item ul li span.verify em.name0{	/* 未实名认证 */
	background: url("../../image/verify.png") no-repeat -50px -5px;
}
.techlist .item ul li span.verify em.name1{	/* 已个体实名认证 */
	background: url("../../image/verify.png") no-repeat 1px -5px;
}
.techlist .item ul li span.verify em.name2{	/* 已企业实名认证 */
	background: url("../../image/verify.png") no-repeat -25px -5px;
}
.techlist .item ul li span.verify em.phone0{	/* 未手机认证 */
	background: url("../../image/verify.png") no-repeat -102px -5px;
}
.techlist .item ul li span.verify em.phone1{	/* 已手机认证 */
	background: url("../../image/verify.png") no-repeat -75px -6px;
}