.exhibit-item {
	.exhibit-body{
		display: flex;
		flex-direction: column;
		&>.exhibitor-name{
			margin-left: 113rpx;
		}
		.exhibitor-name-cn{
			margin-bottom: 5rpx;
		}
		.exhibitor-name-cn,.exhibitor-name-en{
			color: #7d7d7d;
			font-family: Poppins, Poppins;
			font-size: $fontSize2;
			font-weight: normal;
		}
	}
	.exhibitor-body{
		&>.exhibitor-name{
			margin-left: 23rpx;
			line-height: 40rpx;
			font-family: Poppins, Poppins;
		}
	}
}