﻿.footer{
	width: 100%;
	height: 60px;
	background-color: #c50304;
	margin-top: 40px;
}
.footer .footCont{
	text-align: center;
}
.footer .footCont p,.footer .footCont a{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	line-height: 60px;
	margin: 0 18px;
}
.footer .footCont a{
	margin: 0;
}