/* 租车 */
.column-list-group > li {
    float: left;
}

.column-list-group > li.mr_0 {
    margin-right: 0;
}

.column-list-group .first-item {
    width: 468px;
    height: 256px;
    margin-right: 20px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.column-list-group .first-item:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
}

.column-list-group .first-item .sale-icon {
    display: block;
    width: 65px;
    height: 67px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10;
}

.column-list-group .first-item .img-area {
    display: table-cell;
    width: 468px;
    height: 256px;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    background: #e7e7e7;
}

.column-list-group .img-area img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.column-list-group .first-item:hover .img-area img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.column-list-group .first-item .info-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
}

.column-list-group .first-item .info-bar .tit {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 136px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    background: rgba(0, 0, 0, .3);
}

.column-list-group .first-item .info-bar .pri {
    display: block;
    color: #fff;
    width: 136px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #f60;
}

.column-list-group .first-item .info-bar .pri .jg {
    font-size: 16px;
}

.column-list-group .first-item .info-bar .pri .num {
    font-size: 22px;
    font-family: Arial, "Microsoft YaHei", "å®‹ä½“", Helvetica, sans-serif;
}

.column-list-group .item {
    width: 224px;
    margin: 0 20px 20px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #fff;
}

.column-list-group .item:nth-of-type(5) {
    margin-left: 0;
}

.column-list-group .item:hover {
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
}

.column-list-group .item > a {
    display: block;
}

.column-list-group .item .img-area {
    display: table-cell;
    width: 224px;
    height: 152px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    background: #e7e7e7;
}

.column-list-group .item .img-area img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.column-list-group .item:hover .img-area img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.column-list-group .item .info-area {
    padding-bottom: 5px;
    border: 1px solid #f1f1f1;
    border-top: 0;
}

.column-list-group .item .tit {
    height: 48px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.column-list-group .item .tit-al {
    height: 22px;
    line-height: 22px;
    padding: 8px 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-list-group .item .data-bar {
    padding: 0 10px;
}

.column-list-group .item .data-bar .myd {
    color: #999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.column-list-group .item .data-bar .pri {
    float: right;
    color: #f60;
    height: 30px;
    line-height: 30px;
}

.column-list-group .item .data-bar .pri .jg {
    font-size: 16px;
}

.column-list-group .item .data-bar .pri .num {
    font-size: 20px;
    font-family: Arial, "Microsoft YaHei", "å®‹ä½“", Helvetica, sans-serif;
}

.same-type-box{
    width: 956px;
    height: 472px !important;
    overflow: hidden;
}

.col-side-area {
    float: left;
    width: 224px;
}

.side-con {
    height: 155px;
    padding: 15px;
    background: #edf8f0;
}

.side-con .type-bar {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.side-con .type-group {
    font-size: 0;
}

.side-con .type-group > li {
    display: inline-block;
    width: 50%;
}

.side-con .type-group .item {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.side-con .type-group .item:hover {
    color: #f60;
}

.side-banner {
    width: 224px;
    height: 281px;
    margin-top: 6px;
    overflow: hidden;
}

.side-banner img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}