.cate-intro{
    padding-top: 20px;
    line-height: 30px;
    float: left;
    width: 100%;
}
.prolist-ul{
    height: 530px;
    position: absolute;
}
.prolist{
    padding-bottom: 20px;
    float: left;
    width: 1200px;
    margin-top: 50px;

}
.prolist li{
    height: 223px;
    width: 583px;
    border: #eeeeee 1px solid;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    background: #f9f9f9;
}
.prolist li.li0{
    margin-right: 0px;
}

.prolist li .text{
    padding: 30px 0 0 30px;
    width: 320px;
    float: left;
    line-height: 40px;
    position: relative;
}
.prolist li .text .title{
    color: #d3180f;
    font-size: 18px;
    font-weight: bold;
}
.prolist li:hover .text .title{
    text-decoration: underline;
}
.prolist li .text .intro{
    width: 100%;
    height: 84px;
    margin: 10px 0px;
    overflow: hidden;
    float: left;
    line-height: 20px;
    color:#3c3c3c;
    font-size: 14px;
}
.prolist li .text .more{
    width: 78px;
    height:26px;
    display: block;
    float: left;
    clear: both;
    background: #d3180f;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.prolist li .text .more:hover{
    background-color: #dbdbdb;
}