.b-lc-list__item {
    position:relative;
    margin:0 0 35px 0;
    min-height:110px;
    list-style:none;
}
.b-lc-list__item__pic {
    position:absolute;
    width:210px;
    text-align: center;
}
.b-lc-list__item__pic img {
    max-width:100%;
}
.b-lc-list__item_wide {
    min-height:222px;
    margin:0 0 16px;
    padding:20px;
    background-color:#f0efe8;
}
.b-lc-list__item_wide .b-lc-list__item__pic {
    width:582px;
}
.b-lc-list__item__head {
    display: block;
    font-size: 18px;
    color: #f47b32;
    text-decoration: underline;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-left:225px;
}
.b-lc-list__item_wide .b-lc-list__item__head,
.b-lc-list__item_wide .b-lc-list__item__desc {
    margin-left:609px;
}
.b-lc-list__item__desc {
    margin-left:225px;
    font-size:14px;
    line-height:18px;
}
.b-lc-detail {
    margin:0 0 40px;
}
.b-lc-detail p {
    font-size:14px;
    line-height:18px;
}
.b-lc-detail img {
    /*max-width:650px;*/
    /*height:auto !important;*/
}