
.pagecover{
/*   background-image: url('../images/history_bg.jpg'); */
/*   opacity: 0.8; */
}

.org-table{
	margin-top: 30px;
}
.org-title{
	font-size: 26px;
	color: #006934;
	font-weight: 500;
	padding: 15px;
}
.listblock{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.org-item{
	margin: 10px;
}
.org-label{
	font-weight: 500;
	margin: 10px;
}
.org-date{
	font-weight: 500;
	color: gray;
	font-style: italic;
	margin: 10px;
}
