.footer_m {
    background: #eaebeb;
    border-top: 4px solid #2e6da1;
    padding-top: 20px;
    position: relative;
	margin-top: 1rem;
}

.footer_m ul {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer_m ul li {
   display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.footer_m ul li img {
    display: inline;
    float: none;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.footer_m ul li span {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #333;
}
.bottom {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    color: #555;
    border-top: 1px solid #c6c6c6;
    width: 100%;
    padding: 10px 0;
}
.bottom p{
    line-height: 26px;
}
.bottom a{color:#555}
.footer_m ul li span:contains("网站官方微信公众号") {
    display: none;
}
/* 适应屏幕 */
@media only screen and (max-width: 768px) {
	.footer_m{
		width:  100%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) {
	.footer_m{ width: 1000px; margin: 0 auto; }
}