.trends{
    width: 100%;
    background: url(../img/house.png) no-repeat;
    background-position: bottom;
    background-size: 100% 50%;
    padding: 58px 0;
    display: flex;
    justify-content: center;
    height: auto;
}
.trendsBox{
    padding: 0;
}
.trendsBigBox{
    margin-top: 24px;
    padding: 0 16px;
}
.trendsBig{
    background: #FFFFFF;
}
.trendsBig>img{
    width: 100%;
}
.trendsBig div{
    padding: 13px 16px;
}
.trendsBig span:first-of-type{
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    /* display: block; */
    width: 100%;
}
.trendsBig span:last-of-type{
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    margin-top: 16px;
    display: block;
}
.trendsList{
    margin-top: 24px;
    min-height: 426px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 16px;
}
.trendsList a{
    margin-bottom: 24px;
}
.trendsItem{
    /* display: flex; */
    background: #FFFFFF;
}
.trendsItem>div:first-of-type{
    width: 100%;
    /* height: 550px; */
    padding: 0;
}
.trendsItem>div:first-of-type>img{
    /* width: 190px;
    height: 126px; */
    width: 100%;
    height: 100%;
}
.trendsItem>div:last-of-type{
    padding: 13px 16px;
}
.trendsItem>div:last-of-type>div:first-of-type{
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #333333;
}
.trendsItem>div:last-of-type>div:nth-of-type(2){
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin-top: 6px;
}
.trendsItem>div:last-of-type>div:last-of-type{
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    margin-top: 18px;
}
.trends .more{
    width: 120px;
    height: 44px;
    border: 1px solid #183C85;
    font-size: 14px;
    font-weight: normal;
    color: #183C85;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 36px auto 0;
    cursor: pointer;
}
@media (max-width: 768px) {
    .trendsBig{
        height: 326px;
    }
    .trendsBig>img{
        width: 100%;
    }
    /* .trendsItem>div:first-of-type{
        width: 190px;
        height: 126px;
    } */
    .trendsItem>div:last-of-type{
        padding: 10px;
    }
    /* .trendsItem>div:first-of-type{
        width: 100%;
        height: 156px;
        padding: 0;
    } */
}
