@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.footlinksj {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	background: #376be0
}

.footlinksj .link-list {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footlinksj .link-list li {
	width: 48%;
	height: 70px;
	padding: 0 10px;
	background: linear-gradient(90deg, #209cff, #68e0cf);
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	list-style: none;
}

.footlinksj .link-list li img {
	float: left
}

.footlinksj .link-list li span {
	margin-left: 15px;
	float: left;
	max-width: 210px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.footersj {
	width: 100%;
	height: 50px;
	background: #051c4e;
	text-align: center;
	line-height: 50px;
	font-weight: 300;
	font-size: 12px;
	color: #ffffff
}

.footlinksj .link-list li a {
	display: flex;
}

.footlinksj .link-list li a span {
	display: flex !important;
	align-items: center;
	justify-content: center;
}