/*css*/
.box2004271257{
}

.box2004271256{
/*	float: left;*/
	position:relative;
	margin-bottom: 2.5px;
}

.box2004271256 .yw1{ width:100%; overflow:hidden; }
.box2004271256 .yw1 .pic{width:100%; position:relative;}
.box2004271256 .yw1 .pic2{ width:100%;overflow:hidden;}
.box2004271256 img{width: 100% !important;}

/*小屏端*/
@media (min-width: 768px){
	.box2004271257{
		display: grid;
		grid:"l1 l2 l3";
		grid-template-columns:1fr 1fr 1fr; /* 列宽度相同，都是1fr */
		gap:2.5px;
		margin-top:0px;
	}
	.box2004271256{
		float: left;
		position:relative;
		height:220px;
		margin-bottom: 0px;
	}
	.box2004271256 .yw1{ width:100%; height:220px; overflow:hidden; position:absolute; left:2.5px; top:0px;}
	.box2004271256 .yw1 .pic{width:100%; height:220px; position:relative;}
	.box2004271256 .yw1 .pic2{ width:100%; height:440px; overflow:hidden; position:absolute; left:0; top:0;}
.box2004271256 img{width: auto !important;}
	
}
