.rv-new{
    width: 85%;
    padding: 20px;
    margin: 30px auto 0;
    min-height: 400px;
    /*	border: 1px solid #333;*/
}
.rv-new .rv-filter{
    width: 100%;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #D8D8D8;
}
.rv-new .rv-filter .f-item{
    margin-bottom: 20px;
    height: 25px;
    display: flex;
    justify-content: left;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}
.rv-new .rv-filter .f-item .t-item{
    width: 160px;
    text-align: left;
}
.rv-new .rv-filter .f-item .d-item span{
    cursor: pointer;
    display: inline-block;
    margin-right: 50px;
    padding: 0 8px;
    border-radius: 15px;
}
.rv-new .rv-filter .f-item .d-item .check{
    padding: 0 8px;
    border-radius: 15px;
    background: #02A1C7;
    color: #fff;
}
.rv-content{
    width: 100%;
}
.con-item li.title { position: absolute; top: 0; left: 0; width: 16%; line-height: 200px; text-align: center; font-size: 30px;margin-right: 0; cursor: default;}
.con-item li .m-item{ height: 250px;}
/* 改+加 */
.con-item li .m-item .lookMore{margin:10px 0 0 60px;display: block;width: 85px;height: 21px;}
.con-item li .m-item .lookMore .lookImg{width: 68px;height: 13px;}

.con-item li b { display: block; font-size: 19px; font-weight: normal; padding: 20px 0 5px 15px;color: #999;}
.con-item li img {width: 215px; height: 100px;}
.con-item li span { display: block; font-size: 16px; padding-left: 15px; color: #757575;}
.con-item li span em { font-style: normal; padding-left: 5px; color: #02A1C7;}
.con-item{padding: 0;width: 100%;}
.con-item .rv-title{ height: 50px;display: flex;justify-content: left;margin-top: 30px;}
.con-item .rv-title .rv-name{width: 140px;text-align: center; height: 37px;font-size: 26px;font-family: PingFangSC-Semibold, PingFang SC;font-weight: 600;color: #02A1C7;line-height: 27px;margin-right: 24px;}
.con-item .rv-title .rv-name .skew{ width: 112px;height:10px;background: #E2E2E2;margin: 0 auto;transform: skew(-15deg);}
.con-item .rv-title .rv-con{height: 30px;font-size: 22px;font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;color: #333333;line-height: 30px;}
.con-item .box{box-sizing: border-box; width:100%;padding-left: 15%;display: flex;justify-content: left;flex-wrap: wrap;}
.con-item li { cursor: pointer; list-style: none; width: 220px; height: 250px; margin-right: 50px;box-sizing: border-box;}
.con-item li img{border: 1px solid #fff;padding: 1px;}
.con-item li .lookImg{border:none;padding: 0;}
.con-item li:hover img{border: 1px solid #02A1C7;}
.con-item li:hover .lookImg{border:none;}
.con-item li:hover b{color: #02A1C7;}
.con-item li span { color: #02A1C7;}
.con-item li span em {color: #02A1C7;}
.con-item .cycle{border-bottom: 1px solid #D8D8D8;}
.con-item .cycle:last-child{border-bottom: none;}
