.rongyu-list-content{
    min-height: calc(100vh - 200px);
    background: #F5F5F5;
}

.rongyu-list-content img{
    max-width: 100%;
}
.rongyu-list-content .container{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 100px;
    background: #FFFFFF;
}
.rongyu-list-content  .rongyu-item-inner{

    background: #FFFFFF;
    box-shadow: 0px 6px 35px 0px rgba(196, 196, 196, 0.3);

}
.rongyu-list-content  .rongyu-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    width: 31.3%;
    margin: 30px 1%;
    float: left;
}
.rongyu-list-content .img-box{
    background-color: #F0F0F0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.rongyu-list-content .img-box img{
    max-width: 100%;
    height: 200px;
}
.rongyu-list-content .tit-box{ 
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    height: 100px;
}

.rongyu-list-content .sub-title{
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    color: #999999;
}
.rongyu-list-content .tit-box h3{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    padding: 0 0 10px 0;
    margin-bottom: 0;
}

.rongyu-list-content .title-text{
    display: block;
    border-bottom: 3px solid #999999;

}
.rongyu-list-content .content-title{
    width: 100%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px;
}

.rongyu-list-m .container{
    width: 100%;
    padding: 40px 0 100px;
}
.rongyu-list-m .rongyu-item{
    width: 98%;
    text-align: center;
}


