.head-thumb {
    background: url("../img/party_building_bg.jpg");
}

.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-main {
    padding-top: 60px;
    padding-bottom: 60px;
}

.news-main ul {
    display: flex;
    flex-wrap: wrap;
}

.news-main li {
    height: auto;
    margin-bottom: 30px;
    padding: 0 15px;
    /*float: left;*/
}

.news-main li .img-frame {
    overflow: hidden;
}

.news-main li img {
    width: 100%;
    height: auto;
}
.news-main li:hover img {
    transform: scale(1.05);
}

.news-main li .text-container {
    width: 100%;
    height: auto;
    padding: 25px 30px 30px;
    background: #EEE;
}

.news-main .text-container .title {
    height: 44px;
    margin-bottom: 16px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    font-size: 15px;
}
.news-main li:hover .text-container .title { color: #008140; }

.news-main .text-container .brief {
    line-height: 24px;
    margin-bottom: 14px;
    color: #888;
    font-size: 14px;
}

.news-main .text-container i {
    width: 60px;
    height: 40px;
    background: url("../img/news/i-arrow-right.png") no-repeat left center;
    display: block;
}

/* 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 ↑分页栏↑ */
