.news .category-bar .category-list .news-category a {
	display: block;
	padding: 3px 10px;
    border-radius: 15px;
    margin-bottom: 2px;
}
.news .category-bar .rss a{
	display: block;
	padding: 3px 10px;
}
#news-slider-highlight {
	margin-bottom: 25px;
}

.list-more-last-news .highlight-news {
	overflow: hidden;
	padding: 15px 0px 15px 0px;
	border-top-width: 1px;
	border-top-style: solid;
}
.list-more-last-news .highlight-news .highlight-news-container {
	float: left; 
	width: 33.333%;
	padding: 0 15px 0 0;
}
.list-more-last-news .highlight-news .highlight-news-container .highlight-news-content-title {
	line-height: 1.2;
}

.list-more-last-news .more-news .more-news-container {
	overflow: hidden;
	padding: 10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
}

.list-more-last-news .more-news .more-news-container .more-news-at {
	width: 220px;
	float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-more-last-news .highlight-news .highlight-news-container .highlight-news-content-at span,
.list-more-last-news .more-news .more-news-container .more-news-at span {
	padding-right: 3px;
}
.list-more-last-news .more-news .more-news-container .more-news-title {
	padding-left: 10px;
	float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-container .news-pagination {
    overflow: hidden;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.news-container .news-pagination > li {
    display: inline;
    float: left;
}
.news-container .news-pagination > li.selected-page {
	font-weight: bold;
}
.news-container .news-pagination > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.news-container .news-pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background: rgba(255,255,255,0.15);
}
.lighter .news-container .news-pagination > li > a {
    background: rgba(0,0,0,0.15);
}
.news-container .news-pagination > li.selected-page > a {
	background: rgba(255,255,255,0.3);
}
.lighter .news-container .news-pagination > li.selected-page > a {
    background: rgba(0,0,0,0.3);
}

.news-pagination > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media screen and (max-width: 600px) {
	.list-more-last-news .highlight-news {
		padding: 0px 0px 0px 0px;
		border-width: 0px;
	}
	.list-more-last-news .highlight-news .highlight-news-container {
		float: none; 
		width: 100%;
		overflow: hidden;
		padding: 10px 0px;
		border-top-width: 1px;
		border-top-style: solid;
	}
	.list-more-last-news .highlight-news .highlight-news-container .highlight-news-content-at,
	.list-more-last-news .highlight-news .highlight-news-container .highlight-news-content-title,
	.list-more-last-news .more-news .more-news-container .more-news-at,
	.list-more-last-news .more-news .more-news-container .more-news-title {
		float: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 50%;
	}
	.list-more-last-news .highlight-news .highlight-news-container .highlight-news-content-at,
	.list-more-last-news .more-news .more-news-container .more-news-at {
	}
	.list-more-last-news .highlight-news .highlight-news-container .highlight-news-content-title, 
	.list-more-last-news .more-news .more-news-container .more-news-title {
		padding-left: 10px;
	}
}