
section#section_archive .news_title a{
	color: #000;
	font-size: 15px;
}
section#section_archive .news_title a:hover{
	text-decoration: underline;
}
section#section_archive .news_content{
	padding-top: 10px;
	border: solid 1px #dcdcdc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: none;
	padding: 10px;
	flex-grow: 1
}

section#section_archive .news_content h2,section#section_archive .news_content p{
	margin: 0;
}

section#section_archive .col_3{
	padding: 15px 15px;
}
section#section_archive .col_3 article{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
#hc_breadcrumbs{
	text-align: center;
	margin: 0;
}
#hc_breadcrumbs a{
	color: #009844;
	font-weight: bold;
}

#cat_section .news_title a{
	color: #000;
	font-size: 15px;
}
#cat_section .news_title a:hover{
	text-decoration: underline;
}
#cat_section .col_4{
	padding-bottom: 20px;
}
#cat_section .col_4 article{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
#cat_section .news_thumb{
	position: relative;
	cursor: pointer;
}
#cat_section .news_thumb>img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-o-object-fit: cover;
	   object-fit: cover;
}
#cat_section .news_thumb:hover .hover_show{
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#cat_section .hover_show{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0000ff2b;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 1;
	
}
#cat_section .hover_show img{
	margin: 0 auto;
	width: auto;
	height: auto;
}

#cat_section .news_thumb:before{
	content: '';
	display: block;
	padding-bottom: 60%;

}

#cat_section .news_content{
	padding-top: 10px;
	border: solid 1px #dcdcdc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: none;
	padding: 10px;
	flex-grow: 1
}
