@charset "UTF-8";
/*!
 * 南希通用文章样式1.0
 * 20240601 Nx.Alwee
 */


/* 图片行内排列 */
.pic3{
	/*一行3列*/
	font-size:0;
}
.pic4{
	/*一行4列*/
	font-size:0;
}
.pic3 img{
	width:calc(33% - 30px);
	margin:15px;
}
.pic4 img{
	width:calc(25% - 30px);
	margin:15px;
}
@media screen and (max-width: 1279px) {
    .pic3 img{
        width:calc(33% - 30px);
	}
	.pic4 img{
		width:calc(33% - 30px);
	}
}
@media screen and (max-width: 768px) {
	.pic3 img{
		width:calc(50% - 30px);
	}
	.pic4 img{
		width:calc(50% - 30px);
	}
}
