/*
图文交错排列
*/
.box20241111165512_wai_kuang{
	display: flex;
	height: 100%;
	gap:100px;
	flex-direction: column;
	padding: 25px;

}
.box20241111165512{
	display: flex;
	gap:32px;
	flex-direction: column-reverse;
}

.box20241111165512_1 .picbox{

	border:0px solid #dddddd;
	padding-bottom: 61.8887%; /*图片的长宽比，默认是正方形100%*/
}

.box20241111165512 .leixing{
font-size:14px;
	text-decoration: underline;
	margin-bottom: 8px;
}

.box20241111165512 .title{
font-size:32px;
	margin-bottom: 16px;
}

.box20241111165512 .more{
font-size:1.6rem;
line-height:30px;
padding-left: 15px;
padding-right: 0px;
}

.box20241111165512_2 .learn_more{
	width: auto;
	font-weight: 400;

	font-size: 12px;

	padding: 16px 28px;
	border: 1px solid rgb(38, 38, 38);
}
.box20241111165512_2 .learn_more a{
		color: rgb(38, 38, 38);
}
.box20241111165512 .titel_line{
float: left;
width: 100%;
margin: 13px 0px;
border-bottom: 2px solid #d5d5d5;
}

.box20241111165512 .content{
	font-size: 16px;
	color: #333;
		margin-bottom: 24px;
}

.box20241111165512_1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
/*	flex:1;*/
/*	width:20%;*/
}
.box20241111165512_1 img{
max-width: 500px;
max-height: 500px;
}
.box20241111165512_2{
text-align: left;
	/*flex:1;*/
}

/*小屏端*/
@media (min-width: 768px){
.box20241111165512_wai_kuang{
height: 260PX;

}
	
	.box20241111165512{
			flex-direction: row;
	}

	.box20241111165512_1{
		padding: 0px;
	}	

	.box20241111165512_1{
		width: 40%;
	}
	.box20241111165512 .title{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}