.news-list {
    margin: 0 -15px;
}

.news-list .item {
    width: calc((100% / 3) - 0.1px);
    padding: 0 15px;
}

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

.news-list .item a {
    max-width: 380px;
    margin: 0 auto 40px;
    position: relative;
}

.name-box {
    padding: 15px;
    background: #F7F7F7 url('../images/news/shadow.png') no-repeat center top;
}

.name-box span {
    display: block;
    margin: 10px 0;
    border-bottom: 1px solid #CCCCCC;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.news-list .date,
.news-detail .date {
    font-size: 14px;
    color: #006CD8;
    display: block;
    margin-top: 15px;
}

.news-list .name {
    color: #000000;
    font-size: 17px;
    line-height: 1.75;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .description {
    font-size: 14px;
    color: #212121;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list a:hover .name {
    color: #0085B2;
}

.news-list a:hover .description {
    color: #999;
}


/****************************  ****************************/

.news-detail {
    padding: 20px 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100 */
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    position: relative;
}

.news-detail:before {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background: url('../images/news/shadow_big.png') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.news-detail .title {
    font-size: 18px;
    color: #000;
    margin: 20px 0 35px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px dotted #666666;
}

.news-detail .date {
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .news-list {
        margin: 0;
    }
    .news-list .item {
        width: 100%;
        padding: 0;
    }
    .news-list .item a {
        max-width: 767px;
        margin: 0 auto 40px;
    }
    .news-detail {
        padding: 20px 15px;
    }
}
