.home_whatnews{
    background: url('/web-assets/img/home/what-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home_whatnews .w_layout{
    display: flex;
}
.home_whatnews .w_layout .w_icon{
    padding-left: 90px;
    padding-right: 50px;
}
.home_whatnews .w_layout .w_info{
    max-width: 530px;
    text-align: center;
}
.home_whatnews .w_layout .w_info > img{
    margin-bottom: 40px;
    max-width: 100%;
}
.home_whatnews .w_layout .w_info > p{
    margin-bottom: 30px;
}
.home_whatnews .w_layout .w_info a.btn{
    color: #f6b518;
}
.home_showcase{
    background: url('/web-assets/img/home/showcase-bg.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
.home_showcase .header_inner{
    margin-bottom: 30px;
}
.home_showcase .header_inner:before,
.home_showcase .header_inner:after{
    background-color: #fff;
}
.home_showcase .header_inner .txt{
    background: none;
    border-color: #fff;
}
.home_showcase .sh_info h4{
    font-weight: 600;
    margin-bottom: 30px;
}
.home_partner{
    padding: 30px 0;
    background: #eaeaea;
    text-align: center;
}
.home_partner .part_icon{
    display: flex;
    justify-content: space-evenly;
}