/* CSS Document */
.hjzf_other_207 .other_207_main{
	display:flex;
	flex-direction:column;
}
.hjzf_other_207 .other_207_per{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.hjzf_other_207 .other_207_per:not(:last-child){margin-bottom:30px;}
.hjzf_other_207 .other_207_t,.hjzf_other_207 .other_207_pic {
    flex: 0 0 50%;
}
.hjzf_other_207 .other_207_t{
    padding: 60px 65px;
}
.hjzf_other_207 .other_207_t *{color:#fff;}
.hjzf_other_207 .other_207_t h4{
	text-align: center;
    font-weight: bold;
	font-size:36px;
	margin-bottom: 36px;
}
.hjzf_other_207 .other_207_t p{
	font-size: 18px;
}
.hjzf_other_207 .other_207_pic img{width:100%;}
.other_207-pic_box{
	margin-top:16px;
	display:flex;
	flex:flex-wrap;
	gap:16px;
}
@media screen and (max-width: 1259px){
	.hjzf_other_207 .other_207_t,.hjzf_other_207 .other_207_pic {
		flex: 0 0 100%;
	}
}