#article_share_right{
	width:85px;
	height:20px;
	float:right;
	margin-top:-5px
}
#article_share_wx{
	width: 22px;
    	height: 22px;
    	background-image: url(../images/key_share_right.png);
    	float: right;
    	background-size: 70px 45px;
    	background-position: 0 0px;
    	background-repeat: no-repeat;
    	margin: 5px 0px 0px 4px;
    	cursor: pointer;
}
#article_share_wx:hover{
	background-position: 0 -22px;
}
#article_share_qq{
	width: 22px;
    	height: 22px;
    	background-image: url(../images/key_share_right.png);
    	float: right;
    	background-size: 70px 45px;
    	background-position: -24px 0px;
    	background-repeat: no-repeat;
    	margin: 5px 0px 0px 4px;
    	cursor: pointer;
}
#article_share_qq:hover{
	background-position: -24px -22px;
}
#article_share_wb{
	width: 22px;
    	height: 22px;
    	background-image: url(../images/key_share_right.png);
    	float: right;
    	background-size: 70px 45px;
    	background-position: -47px 0px;
    	background-repeat: no-repeat;
    	margin: 5px 0px 0px 4px;
    	cursor: pointer;
}
#article_share_wb:hover{
	background-position: -47px -22px;
}

