﻿.footer{
	background: #f0f0f0;
	text-align: center;
	padding: 1.25rem;
}
.footer a{
	color: #333333;
	
}
.footer p{
	margin-top: 1rem;
	color: #666666;
}
/* 政府找错 */
.party {
    display: grid;
    margin-top: 15px;
    align-items: center;
    grid-template-columns: repeat(2,50%);
}