.box20240102103735{
	display: flex;
	width: 100%;
	height: 100%;
	color:#fff;
	/*	padding-top:3.4rem;
	padding-bottom:3.4rem;*/
	/*border-bottom: 1px solid #f2f3f3;*/
	justify-content: center;
}
.box20240102103735 a{
	color:#fff;
}
.box20240102103735_leftbox .picbox{
	/*	border:1px solid #dddddd;
	background-color: #fff;*/
	padding-bottom: 100%; /*图片的长宽比，默认是正方形100%*/
	}
.box20240102103735 .zoomImage {	
	padding-bottom: 69% !important;
	background-size:cover !important;
	transition: 0.5s all; /*动画时间0.5秒*/

}
.box20240102103735:hover .zoomImage {
	/*transform:scale(1.1);*/ /*动画放大1.2倍*/
}
.box20240102103735_right_a2{
	display: flex;
	justify-content: flex-end;
	margin-top: 14rem;
}
.box20240102103735_right .title{
	font-size: 48px;
	margin-top:10px;
	margin-bottom:20px;
}
.box20240102103735_right .title .xi_lie{font-weight: 100;padding-left: 15px;}

.box20240102103735_right .time{
	margin-bottom:20px;
	color:#fff;
}
.box20240102103735_right .content{
	height: 140px;

	overflow: hidden;
	/*margin-bottom:38px;*/
}
.box20240102103735_right .more{display: flex;justify-content: flex-end;}
.box20240102103735_right .more_bt{
    display: block;
    width: 150px;
	line-height: 40px;
	text-align: center;
    color: rgb(255 255 255);
    background-color: rgba(40, 138, 138, 0.9);
    /* border: 2px solid rgb(0, 137, 225); */
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.box20240102103735_right .more_bt:hover{background-color: rgba(51, 51, 51, 0.9);color: #fff;}

	.box20240102103735_leftbox{
margin-top: 30px;
	}


@media(min-width:768px){	
	
	.box20240102103735_leftbox{
		width: 50%;
		/*height: 50rem;*/
		margin-top: 0px;
		display: flex;
		align-items: center;
		padding: 0px;
		overflow: hidden;
	}
	.box20240102103735_right{

color: #333;

/* height: 50rem; */

display: flex;

flex-grow: 1;

/* -webkit-flex-grow: 1; */

flex-direction: column;

justify-content: center;
}
.box20240102103735_right .title{
	font-size: 6rem;
	margin-top:10px;
	margin-bottom:20px;
}
	
	.box20240102103735_right .content{
		font-weight: 100;
		font-size: 24px;
		height: auto;
	}
	
}

@media(min-width:992px){
.box20240102103735_right .title{
	font-size: 60px;
}	
)