
.nivoSlider{
    max-height: 335px;
}
.main__banner{
    border: 10px solid #fff;
    box-shadow: 0px 5px 15px #999;
}
.main__banner, .main__products{
    margin-bottom: 23px;
    background: #fff;
}
.main__products-cate-lv2{
    font-size: 15px;
    line-height: 40px;
    padding: 10px 15px 0px;
    word-spacing: 2px;
}
.main__products-cate-lv2 >span{
    display: table;
    float: left;
    border-bottom: 2px solid #ED0A00 ;
    font-weight: normal;
}
.main__products-cate-lv2 >span >span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 8px;
}
.main__products-cate-lv2 >a{
    font-size: 12px;
}
.main__products-cate-lv2 a:hover {
    color: #0094DF;
}
.main__products-list {
    border: 1px solid #eee;
}
.main__products .card--news p{
    line-height: 20px;
    font-size: 14px;
}
.main__products .card--news .title {
    font-weight: normal;
}
.list-news{
    padding: 15px;
    padding-right: 50px;
    padding-bottom: 25px;
}
.list-news .card{
    padding: 15px 37px;
    padding-right: 0px;
    margin-bottom: 0px;
    position: relative;
}
.list-news .card:before{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 37px);
    height: 1px;
    right: 0;
    bottom: 0;
    background: #eee;
}
.list-news .card .card__content{
    padding-left: 10px;
}
.list-news .card .card__content>p{
    font-size: 13px;
    color: #888;
    height: 40px;
    min-height: initial;
}
.main__products{
    box-shadow: 0px 10px 25px #ccc;
}