/* ipad端样式 */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.policy-list {
		padding: 0.625rem;
		background-color: white;
	}
	.policy-item {
		background-color: white;
		padding: 0.625rem;
		margin-bottom: 0.625rem;
		border-radius: 0.313rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.policy-title {
		font-size: 1.25rem;
		color: #333;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.policy-title a {
		text-decoration: none;
	}
	.policy-date {
		font-size: 1rem;
		color: #9A9A9A;
		text-align: right;
		min-width: 5rem;
	}
}
