﻿.falueLeft {
    width: 7.5rem;
    height: 3.5rem;
}
.lunbo {
    height: 3.5rem;
    overflow: hidden;
    position: relative;
}

.lunbo img{
    width: 7.5rem;
    height: 3.5rem;
}
.falueLeft .swiper-slide span {
    position: absolute;
    height: 0.48rem;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.falueLeft .swiper-slide p {
    font-size: 0.24rem;
    transition: all 0.3s;
    color: #fff;
    position: absolute;
    left: 0.2rem;
    bottom: 0.1rem;
    height: 0.35rem;
    line-height: 0.35rem;
    overflow: hidden;
}
.falueLeft .swiper-pagination {
    right: 0.2rem;
    bottom: 0.1rem;
    width: 0.8rem;
    font-size: 0.24rem;
    overflow: hidden;
    position: absolute;
    color: #f60;
    float: right;
    left: unset;
}
.newlist{
    position: relative;
    overflow: hidden;
}
.newitem{
    width: 6.9rem;
    position: relative;
    overflow: hidden;
    margin: 0.2rem auto;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding-bottom: 0.2rem;
}

.pic_car {
    float: right;
    width: 2rem;
    height: 1.5rem;
    border-radius: 0.08rem;
}
.pic_car img {
    width: 2rem;
    height: 1.5rem;
    border-radius: 0.08rem;

}
.listxiang{
    float: left;
    width: 4.6rem;
    margin-right: 0.15rem;
}
.listxiang a{
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.46rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Source Han Sans CN;
}
.listxiang span{
    font-size: 0.24rem;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
}


.zhuanti_item:nth-child(3n+3){
    margin-right: 0;
}

.lanlist .newitem:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

