.listNews li{
    display: inline-block;

}
.listNews li a{
    padding: 5px 10px;
    display: block;
    margin: 0 10px;
    color: #000;
}
.listNews li a:hover, .listNews li a.active{
    background: #005baa;
    color: #fff;
    border-radius: 5px;
}
.titleLeft h1{
    padding: 5px 0;
    font-size: 15px;
}
.firstNews img, .secondNews img, .thirdNews img{
    width: 100%;
}
.firstNews .desNews > a, .secondNews .desNews > a{
    display: block;
    padding: 5px 0;
    font-weight: bold;
}
.firstNews .desNews .description{
    line-height: 25px;
}
.thirdNews .desNews > a{
    color: #000;
}
.thirdNews{
    float: left;
    width: 100%;
}
.relatedNews{
    margin-top: 10px;
    border-bottom: 1px solid #005baa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.productNews .result-item img{
    height: auto ;
    width: auto;
}
.productNews .result-item:hover{
   background: none;
}
.productNews .result-item {
    margin: 0 0 10px;
}
.productNews .result-item span{
    display: block;
    color: #FF2B1A;
}
.productNews .result-item a{
    color: #000;
}
.productNews .result-item a .pro-price{
    margin-top: 10px;
}
img{
    max-width: 100%;
}
.productNews{
    margin: 10px 0;
}
.promotionContent > a{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.promotionContent > a > span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background: #50504f7d;
    color: #fff;
}
.blockMainNews .itemNews{
    margin-bottom: 5px;
    border-bottom: 1px solid #005baa;
    padding-bottom: 5px;
}
.blockMainNews .itemNews:last-child{
    border-bottom: none;
}
.blockContentItems > a{
    display: block;
    color: #000;
    padding: 5px 0;
}
.blockContentItems > div{
    max-height: 150px;
    overflow: hidden;
    line-height: 25px;
}
.loadMoreNewsHome {
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.loadMoreNewsHome a{
    cursor: pointer;
    padding: 5px 40px;
    border: 1px solid #aeacac;
    border-radius: 5px;
    color: #000;
}
.blockMenuNews {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.blockContentItems > span{
    display: inline-block;
    padding: 5px;
    text-align: center;
    background: #005baa;
    color: #fff;
    float: right;
    font-size: 10px;
    position: absolute;
    bottom: -2px;
    left: 77px;
}
.blockContentItems > span a{
    color: #fff;
}
@media screen and (min-width: 1100px){
    .secondNews > a{
        display: block;
        max-height: 225px;
        overflow: hidden;
    }
    .thirdNews{
        margin-bottom: 10px;
    }
    .thirdNews > a{
        float: left;
        width: 43%;
    }
    .thirdNews > div {
        float: right;
        width: 54%;
    }
    .firstNews .desNews .description{
        max-height: 100px;
        overflow: hidden;
    }
}
@media screen and (max-width: 768px){
    .categoriesNews .container > div{
        padding: 0;
    }
    .blockMenuNews > .titleLeft{
        margin-top: 10px;
    }
    .blockMenuNews > div, .itemNews .row > div, .contentNewsBox{
        padding: 0 7px;
    }
    .categoriesNews{
        overflow: hidden;
    }

}