/*Template Smart News*/
.ccm-block-page-list-header h3 {
	font-size: 19px;
	color: #0c60a4;
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px dashed #979797;
}
div.ccm-block-page-list-title,
div.ccm-block-page-list-title h3,
div.ccm-block-page-list-description,
div.ccm-block-page-list-description p:first-child {
	display: inline;
}
div.ccm-block-page-list-title h3 {
	font-size: 18px;
}
div.ccm-block-page-list-title h3:after {
	content: '|';
	font-size:  18px;
	font-weight: 700;
}
div.ccm-block-page-list-page-entry-read-more {
	padding-top: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ccm-block-page-list-page-entry:not(:nth-child(1)) {
	padding-top: 20px;
}
.ccm-block-page-list-wrapper:nth-child(1) {
	padding-bottom: 30px;
}
.ccm-block-page-list-page-entry {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}
.ccm-block-page-list-page-entry:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


@media screen and (max-width: 768px) {
	.ccm-block-page-list-wrapper {
		padding-bottom: 30px;
	}
}