.box20231206160502{
	float: left;
	width: 100%;
	padding-top:3.4rem;
	padding-bottom:3.4rem;
	border-bottom: 1px solid #f2f3f3;
}
.box20231206160502 .zoomImage {	
	padding-bottom: 63.3% !important;
	background-size:cover !important;
	transition: 0.5s all; /*动画时间0.5秒*/

}
.box20231206160502:hover .zoomImage {
	transform:scale(1.2); /*动画放大1.2倍*/
}
.box20231206160502_right .title{
	font-size:24px;
	margin-top:10px;
	margin-bottom:20px;
}
.box20231206160502_right .time{
	margin-bottom:20px;
	color:#999;
}
.box20231206160502_right .content{
	height: 70px;
	overflow: hidden;
	margin-bottom:38px;
}
.box20231206160502_right .more{
	float:left;
	padding-left:15px;
	padding-right:15px;
	line-height:30px;
	background-color:transparent;
	border: 1px solid #e2e2e2;
	color:#666;
}

@media(min-width:992px){
	.box20231206160502_leftbox{
		padding: 0px;
		overflow: hidden;
	}
	.box20231206160502_right{
		padding: 0px 3rem 3rem 3rem;
	}
}