.lbox {
    padding: 0 0 5%;
}

.products_div {
    padding: 55px 40px;
    background: #FFFFFF;
    margin-bottom: 25px;
}

.products_div_img {
    width: 30.8%;
    flex-shrink: 0;
}

.products_div_img .imgBox {
    padding-bottom: 65%;
}

.products_div_right {
    flex: 1;
    margin-left: 50px;
}

.products_div_title {
    font-family: Lato-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}

.products_div_desc {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 10px 0 20px;
}

.products_div_btns a {
    font-family: ABeeZee-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 32px;
    height: 50px;
    background: #F08F11;
    margin-right: 20px;
    border-radius: 5px 5px 5px 5px;
}

.products_div_btns a::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('img/btn_right2.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 3px;
}

.products_div_btns a:hover {
    background: #333333;
}

.products_list_con {
    margin-top: 5%;
    padding: 10% 0;
    position: relative;
}

.products_list_con::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/pro_con2.png') no-repeat;
    background-size: 100% 100%;
}

.products_list_con .layout {
    z-index: 1;
}

.products_list_con .rec_title {
    font-size: 30px;
    color: #FFFFFF;
}

.products_list_con .rec_title::after {
    background: #FFFFFF;
}

.products_list_text {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin: 12px 0 30px;
}

.products_list_btn {
    justify-content: center;
}

.products_list_btn a {
    padding: 0 30px;
    height: 48px;
    background: #F08F11;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.products_list_btn a::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(img/btn_right2.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 9px;
}

.products_list_btn a:hover {
    background: #333333;
}

.products_list_adv {
    margin-top: 5%;
}

.products_list_adv {
    justify-content: space-between;
}

.products_list_adv_left {
    width: 50%;
}

.products_list_adv_left .imgBox {
    padding-bottom: 83.75%;
}

.products_list_adv_right {
    width: 45.18%;
}

.products_list_adv_title {
    font-family: Lato-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.products_list_adv_desc {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}

.products_list_adv_ul li {
    margin-top: 25px;
    display: flex;
}

.products_list_adv_ul_tit {
    font-family: Lato-Bold;
    font-weight: bold;
    font-size: 30px;
    color: #666666;
    line-height: 36px;
}

.products_list_adv_ul_right .products_list_adv_ul_tit {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 20px;
}

.products_list_adv_ul_right {
    flex: 1;
    padding-left: 15px;
}

.products_list_adv_ul_desc {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.products_list_adv_ul li:hover .products_list_adv_ul_tit {
    color: #F08F11;
}

@media only screen and (max-width: 950px) {
    .products_div{
        padding: 20px;
    }

    .products_div{
        flex-wrap: wrap;
    }

    .products_div_img{
        width: 100%;
    }

    .products_div_right{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .products_list_adv{
        flex-wrap: wrap;
    }

    .products_list_adv_left{
        width: 100%;
        margin-bottom: 20px;
    }

    .products_list_adv_right{
        width: 100%;
    }

    .products_list_adv_title{
        font-size: 26px;
    }
}