.activities {
	overflow: hidden;
	width: 560px;
	font-size: 12px;
	line-height: 17px;
}

.activity {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.activity .date {
    font-weight: bold;
	color: #00AFF0;
	margin-right: 10px;
}

.activity .time {
    font-weight: bold;
	color: #00AFF0;
}

.activity .title {
	font-weight: bold;
	color: #4F2D7F;
}

.activity .txt > p{
	margin: 0px;
}

.activity .read_more a {
    font-weight: bold;
	color: #4F2D7F;
	text-decoration: none;
}
