.banner img{
    width: 100%;
}
.pro .title
{
    width: 330px;
    margin: 50px auto;
}
.pro .title img
{
    width: 100%;
}
.pro .content{
    background: url(../images/list/bg.png) no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.content .brand{
    height: 40px;
    margin-left: 80px;
    margin-bottom: 20px;
}
.content .brand span:nth-child(1){
    display: inline-block;
    width: 80px;
    height: 40px;
    font-size: 30px;
}
.content .brand span:nth-child(2){
    display: inline-block;
    width: 288px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    vertical-align: super;
    color: #383937;
}
.content .desc{
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    margin-left: 80px;
    text-indent: 10px;
    margin-bottom: 40px;
    color: #636462;
}
.content .list{
    margin-bottom: 20px;
}
.content .list .item{
    display: inline-block;
    width: 230px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
.content .list .item:nth-child(4n+1){
    margin-left:80px;
}
.content .list .item img{
    width: 230px;
    height: 230px;
    border-radius: 15px;
}
.content .list .item .name{
    width: 200px;
    margin: 10px auto;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}
.content .list .item .price{
    color: red;
    font-size: 18px;
    text-align: center;
}
.content .junheng span:nth-child(2){
    background-color: #FED326;
}
.content .junpin span:nth-child(2){
    background-color: #B6DFF5;
}
.content .junyi span:nth-child(2){
    background-color: #C0E294;
}
.content .desc.junheng{
    border-left: 3px solid #FED326;
}
.content .desc.junpin{
    border-left: 3px solid #B6DFF5;
}
.content .desc.junyi{
    border-left: 3px solid #C0E294;
}