.footer {
	width: 100%;
	height: 300px;
	background: #2D3038;
}

.footer-content {
	width: 1200px;
	height: 300px;
	margin: auto;
}

.footer-content-top {
	width: 90%;
	height: 100px;
	border-bottom: 1px solid gainsboro;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

.footer-nav a {
	color: #FFFFFF;
}

.footer-nav a:hover {
	color: #FFFFFF;
}

.footer-content-center {
	width: 100%;
	height: 200px;
	display: flex;
	padding: 20px 20px;
}

.footer-content-center-left {
	width: 25%;
	height: 100px;
	border-right: 1px solid gainsboro;
	margin-top: 25px;
}

.footer-content-center-left li {
	color: #FFFFFF;
	line-height: 30px;
}

.footer-content-center-center {
	width: 60%;
	height: 100px;
	margin-top: 25px;
}

.footer-content-center-center-info {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	display: flex;
}

.footer-content-center-center-info img {
	float: left;
	margin-right: 10px;
	width: 31px;
	height: 31px;
}

.footer-content-center-center-info p {
	width: 555px;
	float: left;
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
}

.footer-content-center-right {
	width: 15%;
	height: 100%;
}

.erm-box {
	width: 138px;
	height: 163px;
	background: grey;
	text-align: center;
}
.erm-box img{
	width: 100%;
}
.erm-box p {
	font-size: 14px;
	color: white;
}
.pagination {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.pagination>li {
	margin-right: 10px;
	text-align: center;
	line-height: 35px;
}

.pagination>li.disabled a , .pagination>li.disabled span{
	width: 86px;
	height: 35px;
	background: #FFFFFF !important;
	color: #DBE0E4 !important;
}
.pagination>li a , .pagination>li span{
	    width: 34px;
    height: 35px;
    line-height: 35px;
    color: #909090;
    background: none;
    display: block;
}
.pagination>li:first-child span , .pagination>li:first-child a , .pagination>li:last-child span , .pagination>li:last-child a{
	width: 86px !important;
	height: 35px !important;
	background: #323B44;
    color: #FFFFFF;
}
.pagination>li.active a , .pagination>li.active span{
	background: #8B2123 !important;
    color: white !important;
}
@media only screen and (max-width: 1000px) {
	.footer-content{
		width: 100%;
	}
}