@charset "utf-8";
/* CSS Document */

.Cjfooter {
	border-top: 1px solid #e7e7e7;
	background: #f2f2f2;
	padding: 20px 10px;
}

.Cjfooter .footerCont {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-family: 微软雅黑;
	font-size: 13px;
	color: #333333;
	line-height: 28px;
}

.Cjfooter .footerCont dl {
	font-size: 12px;
	line-height: 24px;
	margin: 0;
}

.Cjfooter .footerCont dt,
.Cjfooter .footerCont dd {
	display: inline-block;
	color: #333;
	font-weight: normal;
}

@media (max-width:767px) {
	.Cjfooter {
		padding: 15px 10px;
	}

	.Cjfooter .footerCont {
		width: auto;
	}
}