.card_lg_news .image {
	position: relative;
	aspect-ratio: 16/9;
	border-radius: 6px;
	overflow: hidden;
}
.card_lg_news .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card_lg_news .image .category_name {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #3333336e;
	padding: 3px 6px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
}
.card_lg_news .content {
	padding-top: 20px;
	padding-right: 15px;
}
.card_lg_news .content .title {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}
.card_lg_news .content .title a {
	display: inline;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, currentColor 0, currentColor 94%);
	transition: background-size .4s cubic-bezier(.215,.61,.355,1), opacity .5s ease;
	background-position: 0 94%;
	background-size: 0 1px;
}
.card_lg_news .content .title a:hover {
	background-size: 100% 1px;
}
.card_lg_news .content p {
	margin: 0;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.card_lg_news .content .post_meta {
	padding: 0;
}
.card_lg_news .content .post_meta li a {
	font-weight: 600;
}
.card_sm_news .image {
	position: relative;
	aspect-ratio: 16/9;
	border-radius: 6px;
	overflow: hidden;
}
.card_sm_news .image .category_name {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #3333336e;
	padding: 3px 6px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
}
.card_sm_news .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card_sm_news .content {
	padding-top: 12px;
}
.card_sm_news .content .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	height: 46px;
	overflow: hidden;
}
.card_sm_news .content .title a {
	display: inline;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 94%);
	transition: background-size .4s cubic-bezier(.215,.61,.355,1), opacity .5s ease;
	background-position: 0 94%;
	background-size: 0 1px;
}
.card_sm_news .content .title a:hover {
	background-size: 100% 1px;
}
@media(max-width:1024px){
	.card_lg_news {
		margin-bottom: 25px;
	}
	.card_lg_news .content {
		padding-top: 15px;
		padding-right: 0;
	}
}
@media(max-width:767px){
	.card_lg_news .content .title {
		font-size: 24px;
	}
	.card_sm_news .post_meta li:nth-child(1) {
		display: none;
	}
}
