.equipmentList{
	/*width:20%;*/
	height:auto;
	float: left;
	margin-right: 1%;
    background-color: #fff;
    border:1px solid #F0F1F2;
}
.equipmentMessage{
	padding:10px 2%;
}
.equipmentMessage-top{
	line-height: 1.5;
	color: #999;
}
.price{
	display: inline-block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #ef1f1f;
    max-width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.number{
	float: right;
    line-height: 24px;
    max-width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}
.equipmentMessage-detail{
	line-height: 40px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.equipmentList:hover{
	border:1px solid #0193DE;
}
@media only screen and (min-width: 1800px){
	.equipmentList{
		width:19.07%;
		margin-bottom: 20px;
	}
	.equipmentList:nth-child(5n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1440px) and (max-width:1799px){
	.equipmentList{
		width:19.04%;
		margin-bottom: 20px;
	}
	.equipmentList:nth-child(5n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1280px) and (max-width:1439px){
	.equipmentList{
		width:19.02%;
		margin-bottom: 20px;
	}
	.equipmentList:nth-child(5n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1024px) and (max-width:1279px){
	.equipmentList{
		width:24.03%;
		margin-bottom: 15px;
	}
	.equipmentList:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (min-width: 900px) and (max-width:1023px){
	.equipmentList{
		width:24%;
		margin-bottom: 10px;
	}
	.equipmentList:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (min-width: 600px) and (max-width:899px){
	.equipmentList{
		width:32.29%;
		margin-bottom: 10px;
	}
	.equipmentList:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 400px) and (max-width:599px){
	.equipmentList{
		width:48.94%;
		margin-bottom: 10px;
	}
	.equipmentList:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width:399px){
	.equipmentList{
		width:100%;
		margin-bottom: 10px;
	}
	.equipmentList{
		margin-right: 0;
	}
}
