.head-thumb {
    background-image: url("../../../News/Views/img/news_bg.jpg");
}

/* region ↓头部三个大图↓ */
.news-list-top {
    padding-top: 60px;
    padding-bottom: 50px;
}

.news-list-top li {
    padding: 0 15px 124px;
    float: left;
    position: relative;
}

.news-list-top li .pic-frame {
    width: 100%;
    position: relative;
    padding-top: 65.56%;
}

.news-list-top li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-list-top li .info {
    width: calc(100% - 30px);
    height: 124px;
    padding: 24px 30px;
    position: absolute;
    bottom: 0;
    border: 1px solid #E7E7E7;
    border-top: 0;
    color: #333;
}
.news-list-top li:hover .info {
    color: white;
    height: 190px;
    background-color: rgba(23, 123, 71, 0.8);
    border: 0;
}

.news-list-top li .info .title {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list-top li:hover .info .title {
    margin-bottom: 20px;
}

.news-list-top li .info .publish-date {
    font-size: 14px;
    line-height: 30px;
}
/* endregion ↑头部三个大图↑ */

/* region ↓新闻列表↓ */
.list-main {
    padding: 0 15px 40px;
}

.list-main li {
    width: 100%;
    height: auto;
    padding: 28px 250px 28px 280px;
    /*padding: 28px 250px 28px 20px;*/
    border-bottom: 1px solid #EEE;
    position: relative;
    display: list-item;
}
.list-main li:hover {
    background-color: #EEE;
}
@media (max-width: 992px) {
    .list-main li { padding-right: 120px; }
}

.list-main li .left {
    width: 220px;
    height: auto;
    position: absolute;
    left: 20px;
    float: left;
}
@media (max-width: 640px) {
    .list-main li { padding-left: 10px; }
    .list-main li .left { display: none; }
}

.list-main li .left img {
    width: 220px;
    height: 148px;
}

.list-main li .center {
    min-height: 130px;
    float: left;
}

.list-main li .center .title {
    padding: 12px 0 15px 0;
    font-size: 18px;
    line-height: 30px;
}
.list-main li:hover .center .title {
    color: #00813E;
}

.list-main li .center .brief {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #777;
    font-size: 14px;
}

.list-main li .center .more {
    padding-top: 17px;
    color: #777;
    font-size: 14px;
}

@media (max-width: 576px) {
    .list-main li {
        padding-right: 75px;
        padding-top: 15px;
    }

    .list-main li .center .title { line-height: 24px; font-size: 14px; }
    .list-main li .center .more { display: none; }
}

.list-main li .right {
    height: 145px;
    padding-top: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    background: url("../img/list/right-triangle.png") no-repeat bottom left;
    text-align: center;
    color: #333;
}
.list-main li:hover .right {
    color: #00813E;
}

.list-main li .right .date {
    padding-top: 10px;
    font-size: 52px;
    /*position: relative;*/
}

.list-main li .right .year-month {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    position: relative;
    top: -10px;
}
/* endregion ↑新闻列表↑ */

/* region ↓分页栏↓ */
.pagination-box .pagination {
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.pagination-box .pagination li {
    margin: 0 2px;
}

.pagination-box .pagination a {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 5px 13px;
    line-height: 24px;
    border: 1px solid #EBEBEB;
}

.pagination-box .pagination .active a, .pagination-box .pagination a:hover {
    background-color: #00813e;
    color: white;
}

.pagination-box .pagination li.disabled a, .pagination-box .pagination li.disabled a:hover {
    background-color: #FCFCFC;
    color: #333;
}
/* endregion ↑分页栏↑ */