.list{
    width: 800px;
    float: left;
}
.rg{
    float: right;
    width: 400px;
}
.rg img{
    width:100%;
}
.item{
    margin-right: 20px;
    margin-bottom: 20px;
}
.title{
    font-size: 28px;
    border-left: 4px solid rgb(253, 136, 27);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 12px;
}
.item>div{
    float: left;
}
.item-img{
    width: 200px;
}
.item-img img{
    width: 100%;
}
.item .item-con{
    width: 580px;
    float: right;
}
h3,p{
    margin: 12px 20px;
}
.find{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 460px;
    background: rgb(253, 136, 27);
    color: #fff;
}
.more{
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eee;
    margin: 30px auto;
}