/*
图文交错排列
*/
.box20250818154328_wai_kuang{
	display: flex;
	/* gap:100px; */
	flex-direction: column;
	/* background-color: #000; */
}
.box20250818154328:nth-child(odd){
	display: flex;
	gap:0px;
	flex-direction: column-reverse;
}
.box20250818154328:nth-child(even){
	display: flex;
	/* gap:32px; */
	flex-direction: column-reverse;
}

.box20250818154328_1 .picbox{

	border:0px solid #dddddd;
	padding-bottom: 100%; /*图片的长宽比，默认是正方形100%*/
}

.box20250818154328_1 .zoomImage {
    padding-bottom: 66.66%;
}

.box20250818154328 .title{
font-size:20px;
}

.box20250818154328 .more{
font-size:1.6rem;
line-height:30px;
padding-left: 15px;
padding-right: 0px;
}

.box20250818154328_2 .learn_more{
	width: 100%;
	color: #CF0000;
	padding: 18px 0px;
}
.box20250818154328_2 .learn_more a{
		color: #CF0000;
}
.box20250818154328 .titel_line{
float: left;
width: 100%;
margin: 13px 0px;
border-bottom: 2px solid #d5d5d5;
}

.box20250818154328 .content{
	/* color: #fff; */
}

.box20250818154328_1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
/*	flex:1;*/
/*	width:20%;*/
}
.box20250818154328_1 img{
/*max-width: 500px;
	max-height: 500px;*/
}
.box20250818154328_2{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 36px;
	padding: 70px;
}
	.box20250818154328 .title{
		/* color:#fff; */
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 20px;
		font-weight:bold;
		line-height: normal;
	}


/*小屏端*/
@media (min-width: 768px){
.box20250818154328_wai_kuang{

	gap:0px;

}
	
	.box20250818154328:nth-child(odd){
			flex-direction: row-reverse;
	}
	.box20250818154328:nth-child(even){
		
		flex-direction: row;
	}

	.box20250818154328_1{
		padding: 0px;
		width: 50%;
	}
.box20250818154328_2{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	padding: 70px;
	width: 50%;
}

}