.news-list {
    margin: 0 -47px -30px;
}

.news-list .item {
    width: calc((100% / 3) - 0.1px);
    float: left;
}

.news-list li:nth-child(3n+1) {
    clear: none;
}

.news-list .item a {
    display: block;
    padding: 0 47px;
    margin: 0 auto 50px;
    line-height: 1.65;
}

.news-list .item a:after {
    content: '';
    display: block;
    clear: both;
}

.news-list .pic {
    float: left;
    position: relative;
}

.news-list a:hover .pic:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,f1da36+100 */
    background: rgba(0, 0, 0, 0.7);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.7)', endColorstr='rgba(0, 0, 0, 0.9)', GradientType=0);
    /* IE6-9 */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.news-list a .pic:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 82px;
    top: 0%;
    left: 50%;
    margin: -41px 0 0 -40px;
    background: url('../images/news/cover.png');
    z-index: 100;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.news-list a:hover .pic:after,
.news-list a:hover .pic:before {
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.news-list a:hover .pic:before {
    top: 50%;
}

.news-list .txt {
    width: 200px;
    float: right;
}

.news-list .date {
    width: 142px;
    height: 66px;
    padding: 5px 10px;
    display: inline-block;
    color: #D6C5BA;
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    background: url(../images/news/date_bg.jpg)no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .date small {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
}

.news-list .title {
    color: #D83500;
    font-size: 16px;
    height: 24px;
    font-weight: bold;
    margin: 13px 0 5px;
}

.news-list .title span {
    max-width: 206px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list .description {
    color: #B8B8B8;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.news-header {
    display: table;
    width: 100%;
    margin-bottom: 32px;
}

.news-header .date {
    width: 112px;
    height: 56px;
    padding: 5px 10px;
    display: block;
    color: #D6C5BA;
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    background: url(../images/news/date_bg.jpg)no-repeat;
    margin: 0 auto;
}

.news-header .date small {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
}

.news-header .title {
    vertical-align: middle;
    text-align: center;
    color: #D83500;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
    margin: 35px 0;
    padding-bottom: 15px;
    position: relative;
}

.news-header .title:after {
    content: '';
    display: block;
    width: 100%;
    background: url('../images/line-s.png') center bottom no-repeat;
    height: 1px;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1390px) {
    .news-list .item {
        width: 80%;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .news-list .title span {
        max-width: 100%;
    }
    .news-list .item a {
        max-width: 100%;
    }
    .news-list .txt {
        width: calc(100% - 220px);
    }
}

@media screen and (max-width: 768px) {
    .news-list .pic {
        max-width: 196px;
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    .news-list .txt {
        width: calc(100%);
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .news-list .item {
        width: 100%;
    }
}
