.cate-intro{
    padding-top: 20px;
    line-height: 30px;
    float: left;
    width: 100%;
}

.prolist{
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.prolist li{
    width:  100%;
    border: #eeeeee 1px solid;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: .3rem;
    float: left;
    background: #f9f9f9;
    clear: both;
}
.prolist li.li0{
    margin-right: 0px;
}

.prolist li .text{
    padding: .2rem;
    float: left;
    position: relative;
}
.prolist li .text .title{
    color: #d3180f;
    font-size:.3rem;
    font-weight: bold;
}
.prolist li:hover .text .title{
    text-decoration: underline;
}
.prolist li .text .intro{
    width: 100%;
    margin: .1rem 0;
    float: left;
    line-height: 2;
    color:#3c3c3c;
    font-size: .2rem;
}
.prolist li .text .more{
    width: 50%;
    font-size: .2rem;
    display: block;
    float: left;
    clear: both;
    background: #d3180f;
    text-align: center;
    line-height: 2;
    color: #fff;
}
.prolist li .text .more:hover{
    background-color: #dbdbdb;
}
.prolist li img{
    width: 100%;
}