@charset "utf-8";
/* CSS Document */
#sab_top {
	margin:0 auto 20px
}
#partsList li {
	position:relative;
	height:303px;
	margin:20px auto 0;
	float:left;
}
#partsList li:nth-child(even) {
	position:relative;
	float: right;
}
#partsList li p{
	bottom:0;
	left:0;
	height:40px;
	width:351px;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	background-color:rgba(0,0,0,1);
	color:#fff;
}
.carSales li p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 350px;
    box-sizing: border-box;
    padding: 10px 15px 10px 40px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}