/*
#news{
    width: 100%;
}
.news-block{
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 0;
    text-align: center;
}
.news-block ul{
    display: inline-block;
    position: relative;
    width: 390px;
    height: 300px;
    max-width: 100%;
    margin: 20px 5px;
    overflow: hidden;
}
.news-link{
    display: block;
    width: 100%;
}
.news-title{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.news-title h2{
    font-size: 15px;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 3;
}
img{
    width: 100%;
}
.news-img{
    position: absolute;
    z-index: 1;
}
.news-link:hover .news-img img{
    transform: scale(1.2);
    transition: all 0.5 ease-in;
}*/
