
		.exportlist ul li{
			position: relative;
			background-color: #f8f8f8;
			margin-bottom: 0.15rem;
                        width: 48%;
                        float: left;
                        margin-right:4%;
		}
                .exportlist ul li:nth-child(2n){
                        margin-right:0;
		}
		.exportlist .img{
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #e7e4e4;
			height: 2rem;
		}
		.exportlist .img img{
			max-width: 100%;
			max-height: 100%;
			display: block;
		}
		.exportlist ul li .text{
			font-size: 0.16rem;
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			padding: 0.15rem 0.12rem;
		}
		.exportlist ul li .text span{
			margin-top: 0.05rem;
			font-size: 0.13rem;
		}

	              	

	              	

	              	