.img_tips{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 2;
	top: 0;
	display: flex;
	flex-direction: column;
	color: #fff;
	opacity: 0;
	transition: all .5s;
	pointer-events: none;
}
.zoom_icon{
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zoom_icon img{
	width: 0.6rem;
}
.news_min{
	background-color: transparent;
}
.news_min:hover .img_tips{
	opacity: 1;
	pointer-events: auto;
}
.video_top{
	position: relative;
}
.video_text{
	display: flex;
	margin: 0.3rem 0;
	align-items: center;
    padding-left: 0.12rem;
}
.video_text .video_i{
	width: 0.28rem;
}
.video_text .video_n{
	font-size: 0.2rem;
	margin-left: 0.1rem;
}
.video_text .video_l{
	width: 1px;
	height: 0.18rem;
	background-color: #111;
	margin: 0 0.1rem;
}
.video_text .video_d{
	font-size: 0.2rem;
	font-weight: 300;
}
.news_min:nth-child(3n-1){
	margin: 0 1.1% 1vw;
}




@media (max-width: 768px){
	.news_min{
		width: 100%;
		margin-bottom: 3vw;
	}
	.n_m_img{
		height: auto;
	}
	.news_min .img_tips{
		opacity: 1;
		background-color: rgba(0,0,0,0);
	}
	.video_text .video_n, .video_text .video_d{
		font-size: 0.3rem;
	}
	.video_text .video_l{
		height: 0.26rem;
		margin-top: 0.04rem;
	}
	.video_text .video_i{
		width: 0.35rem;
	}
	.zoom_icon img{
		width: 0.7rem;
	}
	.video_text .video_i{
		margin-top: 0.04rem;
	}
	.news_min:nth-child(3n-1){
		margin: 0;
	}
	.news_other{
		justify-content: space-between;
	}
}