
		.imglist ul li{
			position: relative;
			background-color: #f8f8f8;
			margin-bottom: 0.15rem;
		}
		.imglist .img{
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #e7e4e4;
			height: 2.4rem;
		}
		.imglist .img img{
			max-width: 100%;
			max-height: 100%;
			display: block;
		}
		.imglist ul li .text{
			font-size: 0.16rem;
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			padding: 0.15rem 0.12rem;
		}
		.imglist ul li .text span{
			margin-top: 0.05rem;
			font-size: 0.13rem;
		}

	              	