.portItem_body {
	width: 675rpx;
	background: #ffffff;
	box-shadow: 0rpx 1rpx 15rpx 0rpx rgba(0, 0, 0, 0.04);
	border-radius: 10rpx 10rpx 10rpx 10rpx;
	opacity: 1;
	margin: 0 auto;
	margin-bottom: 25rpx;
	padding: 44rpx 27rpx;
	box-sizing: border-box;
	.bule{
		color: #36658d;
	}
	.portItem_left {
		.portItem_left_container {
			width: 101rpx;
			height: 101rpx;
			border-radius: 216rpx 216rpx 216rpx 216rpx;
			opacity: 1;
			border: 4rpx solid #36658d;
			box-sizing: border-box;
			color: #36658d;
			font-size: 37rpx;
		}
	}
	.portItem_right {
		margin-left: 29rpx; 
		font-size: 24rpx;
		.portItem_right_item:last-child{
			margin-bottom: 0;
		}
		.portItem_right_item:first-child{
			margin-top: 0;
		}
		.portItem_right_item{
			margin: 15rpx 0;
			.portItem_right_item_label{
				min-width: 98rpx;
			}
			.portItem_right_item_value{
				margin-left: 41rpx;
			}
		}
		
	}
}