
    /* 移动端 */
@media screen and (max-width: 1000px) {
    .ly_poster_50 .c_title {
        margin-bottom: 8px;
    }    


/* 描述 */
.ly_poster_50 .c_content {
        line-height: 20px;
    }
}


/* pc端 */

.ly_poster_50 .c_title {
    color: #222222;
    font-size: 30px;
    margin-bottom: 8px;
}

/* 描述 */

.ly_poster_50 .c_content {
    color: #222222;
    font-size: 16px;
    line-height: 27px;
}


.ly_product_list_2 .list_category_description {
    margin-top: 30px;
}

