.news-detail-item #share {
  display: inline-block;
}
.news-detail-item #share .news-share { text-align: center; display: flex;
    justify-content: center;
    padding: 0;
    margin: .2rem 0;
}
.news-detail-item #share .news-share a { 
display: inline-block; width: 22px; height: 22px; padding: 0; margin: 0 4px; 
}
.news-detail-item #share .news-share a.wechat { 
	background: url("../images/bbs2.png") no-repeat center;
	-moz-background-size: 100%; background-size: 100%; 
}
.news-detail-item #share .news-share a.qzone { 
	background: url("../images/bbs3.png") no-repeat center;
	-moz-background-size: 100%; 
	background-size: 100%; 
}
.news-detail-item #share .news-share a.weibo {
	background: url("../images/bbs4.png") no-repeat center;
	-moz-background-size: 100%; 
	background-size: 100%; 
	display:block !important;
	}
.news-detail-item #share #bsWXBox{
	width: auto !important;
    height: auto !important;
}