.hjzf_other_146_wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hjzf_other_146_con{
	position: relative;
	flex: 0 0 49%;
	width: 49%;
	padding: 40px;
	padding-bottom: 3vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.hjzf_other_146_con .index_sub_title{
	font-weight: bold;
}
.hjzf_other_146_con img{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
}
.hjzf_other_146_con a{
	border: 2px solid #333;
	color: #333;
}
.hjzf_other_146_con div,.hjzf_other_146_con a{
	position: relative;
	z-index: 99;
}
@media(max-width: 767px) {
	.hjzf_other_146_con{
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
		padding-bottom: 30px;
	}
}

.hjzf_other_146-head {
    display: flex;
	flex-direction: column;
    padding-bottom: 20px
}

.hjzf_other_146 .hjzf_other_146-head .index_title h2, 
.hjzf_other_146 .hjzf_other_146-head .index_title h3,
.hjzf_other_146_con .index_sub_title h2,
.hjzf_other_146_con .index_sub_title h3 {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
	display: block;
}