.news{
    padding: 60px 0 80px;
    background: url("../img/image_32.jpg") no-repeat fixed bottom center;
    background-size: cover;
}

.news .news-items{
    margin-top: 30px;
}

.news .news-items .article{
    padding-left: 400px;
}
.news .news-items .news-image{
    float: left;
    overflow: hidden;
}

.news .news-image img{
    transition: all 0.5s;
}

.news .article{
    padding:40px 30px;
    background-color: #fff;
}

.news .article h3{
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin: 0;
}

.news .article p{
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    color: #666;
}

.news .article i{
    font-style: normal;
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    color: #999;
}

.news .article span{
    display: block;
    width: 150px;
    line-height: 38px;
    border: 1px solid #eee;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 18px;
}

.news a:hover .article{
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}

.news a:hover img{
    transform: scale(1.1);
}

.news a:hover h3{
    color: #EC8209;
}

.news span:hover{
    color: #EC8209;
}

@media (max-width: 992px) {
    .news{
        padding: 40px 0;
    }
    .news .news-items .news-image{
        float: none;
    }
    .news .news-items .article{
        padding: 10px 20px 20px;
    }

    .news .article h3{
        font-size: 18px;
        line-height: 28px;
    }

    .news .article p{
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }

    .news .article i{
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }

    .news .article span{
        display: none;
    }
}