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