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

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

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

.news-list .item {
    width: 25%;
    padding: 0 15px;
}

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

.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list a:hover .pic:before {
    content: "";
    background: rgba(0, 0, 0, 0.3) url(../images/news/hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-list .txt {
    padding: 0 4px;
    position: relative;
}

.news-list .txt:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 9px 8.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -9px;
    opacity: 0;
}

.news-list a:hover .txt:before {
    opacity: 1;
}

.news-list .title {
    color: #1A6600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list a:hover .title {
    text-decoration: underline;
}

.news-list .date {
    display: inline-block;
    color: #509F00;
    font-size: 14px;
    border-bottom: 1px solid #509F00;
    margin: 8px 0 12px;
}

.news-list .description {
    line-height: 1.5;
    height: 46px;
    font-size: 17px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


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

.news-header {
    border-left: 3px solid #CCCCCC;
    padding-left: 14px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.news-header .date {
    display: block;
    color: #509F00;
    font-size: 18px;
    margin-bottom: 6px;
}

.news-header .title {
    color: #196600;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0 -2px;
}

.news-detail {
    margin: 0 0 0 16px;
}


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

@media screen and (max-width: 1200px) {
    .news-list li:nth-child(4n+1) {
        clear: none;
    }
    .news-list li:nth-child(2n+1) {
        clear: left;
    }
    .news-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .news-list {
        margin: 0;
    }
    .news-list .item {
        width: 100%;
        padding: 0;
    }
    .news-detail {
        margin: 0;
    }
}
