/*
图文交错排列
*/
.box20250723004705_wai_kuang{
	display: flex;
	gap: 30px;
	flex-direction: column;
}
.box20250723004705{
	display: flex;
	gap:32px;
	flex-direction: column-reverse;
}


.box20250723004705_1 .picbox{

	border:0px solid #dddddd;
	padding-bottom: 61.8887%; /*图片的长宽比，默认是正方形100%*/
}

.box20250723004705 .title{
font-size:20px;
}

.box20250723004705 .more{
font-size:1.6rem;
line-height:30px;
padding-left: 15px;
padding-right: 0px;
}

.box20250723004705_2 .learn_more{
	width: 100%;
	color: #CF0000;
	padding: 18px 0px;
}
.box20250723004705_2 .learn_more a{
		color: #CF0000;
}
.box20250723004705 .titel_line{
float: left;
width: 100%;
margin: 13px 0px;
border-bottom: 2px solid #d5d5d5;
}

.box20250723004705 .content{
	color: #333;
}

.box20250723004705_1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
/*	flex:1;*/
/*	width:20%;*/
}
.box20250723004705_1 img{
max-width: 500px;
	max-height: 500px;
}
.box20250723004705_2{
	flex:1;
}

/*小屏端*/
@media (min-width: 768px){
	
	.box20250723004705{
			flex-direction: row;
	}


	.box20250723004705_1{
		padding: 0px;
	}	

	.box20250723004705_1{
		width: 30%;
	}
	.box20250723004705 .title{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}