.hjzf_other_129 .index_title{
	font-weight:bold;
}
.hjzf_other_129 .index_sub_title{
	padding: 15px 0;
}
.hjzf_other_129_main{
	margin-top:70px;
	display: flex;
	flex-wrap: wrap;
}
.hjzf_other_129_main > div{
	margin-bottom:30px;
}
.hjzf_other_129_item{
	background:#ffffff;
	border-radius:15px;
	padding:30px;
	box-shadow: 0 0 15px 3px rgb(0 0 0 / 5%);
}
.other_129_item_title img{
	float:left;
	margin-right:12px;
}
.other_129_item_title span.fz22{
	line-height:60px;
	font-weight:bold;
}
.other_129_item_row img{
	float:left;
	margin-top:3px;
}
.other_129_item_row span{
	display:inline-block;
	margin-left:12px;
	width: calc(100% - 28px);
}
.other_129_item_list ul{
	display: -webkit-flex; /* Safari */
	display:flex;
	flex-direction:column;
	min-height:210px;
	margin-bottom:35px;
}
.other_129_item_list ul li{
	flex:1;
}

@media(max-width:767px){
.hjzf_other_129_main{
	margin-top: 35px;
}
}