.ccm-page a.ccm-news-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

.ccm-page div.ccm-news-list-wrapper {
    position: relative;
}
.ccm-page div.ccm-news-list-wrapper a{
	text-decoration:none;
}
.ccm-page div.ccm-news-list-wrapper a:active .ccm-news-list-title,
.ccm-page div.ccm-news-list-wrapper a:focus .ccm-news-list-title,
.ccm-page div.ccm-news-list-wrapper a:hover .ccm-news-list-title{
	text-decoration:underline;
}
.ccm-page div.ccm-news-list-page-entry-horizontal {
    display: table;
    width: 100%;
	padding:0 0 32px 0;
	border-bottom:1px dotted;
}
.ccm-page div.ccm-news-list-page-entry-horizontal:last-child{
	border-bottom:none;
	padding:0;
	margin:0;
}

.ccm-page div.ccm-news-list-page-entry-horizontal,
.ccm-page div.ccm-news-list-page-entry {
    margin-bottom: 32px;
}


.ccm-page div.ccm-news-list-page-entry-horizontal div.ccm-news-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 24%;
}

.ccm-page div.ccm-news-list-page-entry-horizontal div.ccm-news-list-page-entry-thumbnail img {
	border: 1px solid rgba(225,225,225,1.00);
}

.ccm-page div.ccm-news-list-page-entry-horizontal div.ccm-news-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

.ccm-page div.ccm-news-list-page-entry-text div.ccm-news-list-title {
    font-weight: bold;
	font-size:1.3rem;
	margin-bottom: 8px;
}
.ccm-page div.ccm-news-list-page-entry-text div.ccm-news-list-title i{
	bottom:-4px;
	margin:0 0 0 4px;
	font-size:1.3rem;
	color:#999;
}
.ccm-page div.ccm-news-list-page-entry-text div.ccm-news-list-title{
	color:rgba(236,109,109,1);
}

.ccm-page div.ccm-news-list-page-entry-read-more {
    margin-top: 20px;
}
.ccm-news-list-date{
	font-size:0.9rem;
	margin-bottom: 8px;
}
