/* 移动端样式 */
@media only screen and (max-width: 768px) {
	.policy-list {
		margin: 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.75rem;
		color: #333;
	}
	.policy-date {
		font-size: 1.5rem;
		color: #666;
		/*margin-top: 0.5rem;*/
		text-align: right;
	}	
}
