.list_news{
    margin: 0 -3px;
}
.list_news .w-item{
    width: 50%;
    float: left;
    padding: 0 3px 6px;
}
.list_news .item{
    position: relative;
}
.list_news .item .i-img{
    overflow: hidden;
}
.list_news .item .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.list_news .item .i-img a img{
    width: 100%;
    height: 113px;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list_news .item:hover .i-img a img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.list_news .item .i-desc{
    position: absolute;
    pointer-events: none;
    /*padding: 15px 10px;*/
    bottom: 0;
    left: 0;
    right: 0;
}
.list_news .item .i-desc:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 97px;
    background: url("../images/mask-news.png") repeat-x  0 0;
}
.list_news .item .i-desc .w-desc{
    position: relative;
    z-index: 1;
}
.list_news .item .i-desc .i-title{
    font-size: 12px;
    /*line-height: 20px;*/
    margin-bottom: -5px;
    font-weight: bold;
}
.list_news .item .i-desc .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.list_news .item .i-desc .i-title a{
    color: #ffffff;
}
.list_news .item .i-desc .i-date{
    color: #ffffff;
    padding-left: 25px;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: url("../images/icon-clock.png") no-repeat 0 50%;
}
