.ht-ratio--60::before{
    padding-bottom: 60%;
}
.b-card-61 {
	background-color: #f3fff6;
	display: block;
	margin-bottom: 30px;
}
.b-card-61 .row {
	align-items: center;
}
.b-card-61.odd .row {
	flex-direction: row-reverse;
}
.b-card-61 .cate {
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.b-card-61 .name {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-weight: 500;
	color: var(--color-text-bold);
}
.b-card-61 .address span:first-child, .b-card-61 .time span:first-child {
	width: 130px;
	color: #666;
	display: inline-block;
}
.b-card-61 .address span:last-child, .b-card-61 .time span:last-child {
	font-weight: bold;
}
.b-card-61 .address, .b-card-61 .time {
	margin-bottom: 8px;
}
.b-card-61 .desc {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	color: #464d53;
	margin-top: 20px;
}
.b-card-61 .b_content {
	padding: 10px 0;
	padding-right: 24px;
}
.b-card-61.odd .b_content {
	padding-left: 50px;
}
.b-card-61 img{
	transition: ease-in-out .8s;
}
.b-card-61:hover img{
	transform: scale(1.1);
}
@media screen and (max-width: 992px) {
	.b-card-61 .b_content, .b-card-61.odd .b_content {
		padding: 10px 14px;
	}
}