ul{
    padding:0;
    margin:0;
    list-style: none;
}
.peijianmain{
    width: 945px;
    height: 295px;
    margin-top: 5px;
}
.peijianhead{
    width: 945px;
    height: 37px;
    line-height: 39px;
    border-bottom: #cf0f02 2px solid;
}
.peijianhead .named{
    width: 150px;
    height: 37px;
    text-align: center;
    color: #fff;
    background-color: #e43a3d;
    font-size: 16px;
    float: left;
}
a.morep{
    text-decoration: none;
    color: #e43a3d;
    float: right;
}
.peijianmain .list ul{
    padding-top:10px;
    width: 100%;
    height: 260px;
    display: flex;
    justify-content : space-between;
    overflow-x: scroll;
}
.peijianmain .list ul li{
    width: 160px;
    height: 220px;
    padding:8px;
    border: #ececec 1px solid;
}
.peijianmain .list ul li img{
    width: 160px;
    height: 160px;
}
.miaoxx{
    width: 100%;
    height: 34px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}
.price{
    color: #e6353b;
    font-size: 14px;
    font-weight: bold;
    padding-top:5px;
}
a.detial{
    text-decoration: none;
    color: #333333;
}
a.detial:hover{
    color: #e6353b
}