.newsitem {
	width: 100%;
	background: #fcfcfc;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.newsitem:hover {
	background:#fff;
}
.newsitem a,
.newsitem a:hover {
	color: #009749;
	text-decoration: none;
	font-weight:bold;
}
.page-1 .newscontainer>div {
	border: 1px solid #264037;
}
.page-1 .newsitem {
	background: rgb(0 0 0 / 13%);
}
.page-1 .newsitem a,
.page-1 .newsitem a:hover {
	color: #fff;
	text-decoration: none;
}
.newscontainer {
	display: flex;
	flex-wrap: wrap;
}
.newscontainer>div {
	border: 1px solid #ddd;
	padding: 5px;
	border-radius:0;
}
.newsdate {
	font-size: 90%;
	color: #555;
}
@media (min-width:768px) {
	.newscontainer>div {
		flex: 0 49.6%;
		margin: .2%;
		flex-grow:1;
	}
}
.newsitem img {
	width: 150px!important;
	height: 150px!important;
	padding-right: 5px;
	float:left;
}
@media (max-width:767px) {
	.newscontainer>div {
		flex: 100%;
		margin: .2% 0;
	}
	.newsitem img {
		width: 75px!important;
		height: 75px!important;
	}
}
.newsitem .img-responsive,
.detail .img-responsive {
	object-fit: cover;
}
.direction {
	font-size: 90%;
	text-align: center;
	padding: 15px;
}
.detail {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fcfcfc;
	margin-bottom: 15px;
	border-radius: 0;
	display: inline-block;
	width: 100%;
}
.detail h1 {
	margin:20px 0;
	color: #009749;
}
.detail img {
	padding: 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #ddd;
}
@media (min-width:601px) {
	.detail img {
		max-width: 250px;
	}
}
@media (max-width:600px) {
	.detail img {
		width:100%;
	}
}