.page-title {
	margin-top: 50px;
	margin-bottom: 50px;
}

.news-box .news-item .thumbnail {
	width: 140px;
    height: 112px;
    overflow: hidden;
    margin-bottom: 0;
}

.news-item .desc {
	color: #919191;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
	font-size: 12px;
	-webkit-box-orient: vertical;

}

.news-item {
	padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
}

.news-item h4 {
    color: #0ba1e4;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.news-item .dynamic-li {
	color: #999;
	padding: 2px 0;
	font-size: 12px;
}

.pagination {
	margin-top: 30px;
	margin-bottom: 50px;
}