.footer {
	width: 1160px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.footer div:nth-child(1) {
	width: 980px;
	height: 40px;
	font-size: 12px;
	line-height: 23px;
	padding: 20px 0;
}

.footer div:nth-child(1) a {
	font-size: 12px;
}

.footer div:nth-child(1) a:hover {
	color: #CC9900;
	text-decoration: underline;
}

.footer div:nth-child(2) {
	width: 180px;
	height: 80px;
}

.footer div:nth-child(2) img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
