/*
图文交错排列
*/
.box20250125005112_wai_kuang{
	display: flex;
	gap:100px;
	flex-direction: column;
	background-color: #000;
}
.box20250125005112{
	display: flex;
	gap:0px;
	flex-wrap: nowrap;
	flex-direction: column;
}

.box20250125005112_1 .picbox{

	border:0px solid #dddddd;
	padding-bottom: 100%; /*图片的长宽比，默认是正方形100%*/
}

.box20250125005112 .title{
font-size:20px;
}
.box20250125005112 video{
max-width: 100%;
}

.box20250125005112 .more{
font-size:1.6rem;
line-height:30px;
padding-left: 15px;
padding-right: 0px;
}

.box20250125005112_2 .learn_more{
	width: 100%;
	color: #CF0000;
	padding: 18px 0px;
}
.box20250125005112_2 .learn_more a{
		color: #CF0000;
}
.box20250125005112 .titel_line{
float: left;
width: 100%;
margin: 13px 0px;
border-bottom: 2px solid #d5d5d5;
}

.box20250125005112 .content{
	color: #fff;
}

.box20250125005112_1 {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    /*	flex:1;*/
    /*	width:20%;*/
    flex-direction: column;
}
.box20250125005112_1 img{
/*max-width: 500px;
	max-height: 500px;*/
}
.box20250125005112_2{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	padding: 70px;
}
.box20250125005112_2_2{
	color: #0099FF;
	font-size:14px;
}

/*小屏端*/
@media (min-width: 768px){
	.box20250125005112_wai_kuang{
		gap:0px;
	}
.box20250125005112{
	display: flex;
	gap:0px;
	flex-wrap: wrap;
	flex-direction: row;
}

	.box20250125005112_1{
		padding: 0px;
	}	

	.box20250125005112_1{
		width: 50%;
	}
	.box20250125005112_2{
		width: 50%;
	}
	.box20250125005112 .title{
		color:#fff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size:32px;
		line-height: normal;
		font-weight:bold;
	}
}