footer {
	padding: 35px 0;
	background: #15c288;
	color: #fff;
	line-height: 52px;
	text-align: center;
}

footer div.footer-logo a {
	display: block;
	width: 100%;
	height: auto;
}

footer div.footer-logo a img {
	width: 100%;
	height: 100%;
}

footer div a img {
	vertical-align: middle;
}

footer div.about-right {
	height: 52px;
}

footer div.about-right div {
	width: 222px;
	height: 52px;
	margin: 0 auto;
}

footer div.about-right span {
	float: left;
}

footer div.about-right a {
	display: block;
	width: 28px;
	height: 29px;
	padding: 4px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	border: 1px solid #fff;
	border-radius: 50%;
}

footer div.about-right a:hover {
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
	background: rgb(255, 132, 46);
}

footer div.about-right a i {
	display: block;
	vertical-align: middle;
	width: 20px;
	height: 21px;
}

footer .about {
	text-align: center;
	line-height: 24px;
	padding: 8px 0 0;
}

footer .about span a {
	color: #fff;
	padding: 0 6px;
}

footer .about .con {
	color: #fff;
	font-size: 12px;
	padding-right: 10px;
}

footer .about .con:hover {
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
	color: #fff;
	text-decoration: none;
}

.friendlinks {
	background: #15c288;
	color: #fff;
	border-top: 1px solid #15c288;
	font-size: 12px;
	padding: 10px 0;
}

.friendlinks .content {
	position: relative;
	padding-left: 70px;
}

.friendlinks .content .font {
	position: absolute;
	left: 0;
	top: 0;
}

.friendlinks .white {
	color: #fff;
}

.friendlinks>div span {
	padding: 0 14px;
}

.mlm {
	margin-left: 10px;
}

.listItem {
	background-color: #fff;
	padding: 10px 20px;
}

.listItem li {
	line-height: 40px;
	color: #4D4D4D;
	font-size: 15px;
}

.paging .pagination li{
    border: none;
    padding: 0;
}

.paging .pagination li span{
    /*border: none;*/
}

.paging .pagination li:hover{
    background: #fff;
    border: none;
}



.paging .pagination .active>span{
    background: #15c288;
    border: #15c288;
    padding: 7px 13px;
}