@CHARSET "UTF-8";

.expList{
	width: 848px;
}

.listDiv{
	margin-top: 20px;
	width: 848px;
}
.listDiv ul{
	width: 810px;
	min-height: 411px;
	margin: 0px 19px 0px 19px;
}
.listTitle{
	height: 40px;
	margin: 0px auto;
	border-bottom: 1px dashed #BBB;
}
.listTitle div{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.listTitle font{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.listContent{
	width: 808px;
	height: 36px;
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
	border-bottom: 1px dashed #BBB;
}
.listContent:HOVER{
	border-left: 1px dashed #BBB;
	border-right: 1px dashed #BBB;
	background-color: #F1F1F1;
}
.listContent div{
	float: left;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.listContent a{
	font-size: 14px;
	color: #333;
}
.listContent a:HOVER{
	color: #ff8246;
}
.listContent font{
	font-size: 14px;
	color: #333;
}
.listContent .tecNameDiv{
	float: left;
	width: 110px;
	height: 36px;
}
.listContent .msgDiv{
	margin-left: 30px;
	width: 20px;
	height: 36px;
}
.msgDiv .msgBtn{
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 8px;
}
.listContent .price1{
	color: #47d075;
}
.listContent .price2{
	color: #ff8246;
}
.listContent .buyBtn{
	display: block;
	width: 68px;
	height: 24px;
	margin-top: 5px;
	margin-left: 15px;
	line-height: 24px;
	background-color: #428bca;
	border: 1px solid #357ebd;
	border-radius: 3px;
	font-size: 14px;
	color: #F0FAFA;
}
.listContent .buyBtn:HOVER {
	background-color: #53a1e5;
	border: 1px solid #357ebd;
	color: #FFF;
}
