.carList{width:100%;}
.carList ul li{width:48%;float: left;margin-right:4%;margin-bottom: 60px;position: relative;background: #fff;box-shadow: 0 3px 5px rgba(0,0,0,.1);-webkit-box-shadow:0 3px 5px rgba(0,0,0,.1);}
.carList ul li:nth-of-type(2n){margin-right: 0;}
.s_img{width:100%;height: 100%;overflow: hidden;}
.s_img img{width:100%;transition: all .8s ease;-webkit-transition: all .8s ease;}
.s_info{height: 46px;width:100%;background: #fff;position: relative;line-height:52px;padding-right: 25%;padding-left: 5.2%;overflow: hidden;}
.j_more{width:24.3%;position: absolute;right:0;top:0;height:100%;background: #c70019;}
.j_more i{color:#fff;font-size:32px;font-family: "iconfont";display: inline-block;padding-left: 40%;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;line-height: 1.4;}
.s_info h5{color:#333;font-size:16px;overflow: hidden;height: 100%;}
.s_info h5 span{font-size:30px;font-family: "DINCONDBOLD";margin-right: 8px;float: left;margin-top: -3px;}
.s_info h5.f18{font-size:18px;color:#333;font-weight: bold;}
.type{width:auto;height: 30px;line-height: 30px;padding: 0 20px;background: #282e3a;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;color:#fff;font-size:14px;position: absolute;left:0;top:40px;z-index: 999;border-radius: 0 10px 0 0;cursor: pointer;}
.carList ul li:hover .j_more i{padding-left:46%;}
.type:hover{background: #c70019;}
.carList ul li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}