.zxxq{
	width: 80%;
	margin: 0 10%;
	margin-bottom: 100px;
}
.zxxq .xq-title{
	margin-top: 50px;
	color: #333;
}
.zxxq .xq-title h3{
    font-size: 20px;
    text-align: center;
}
.xq_top{
	text-align: center;
}
.xq_top div.date span{
	font-size: 12px;
	margin-top: 15px;
	color: #333;
	font-family: "宋体";
}
.xq_top div.hd_xq{
	font-size: 12px;
	color: #333;
    font-family: "宋体";
    margin-top: 15px;
}
.xq_top div.hd_xq span{
	margin: 3px 10px;
}
.xq_top div.hd_xq b{
	font-weight: normal;
}
.xq_top div.tubiao{
	margin-top: 5px;
	text-align: right;
}
.xq_top div.tubiao span{
	font-size: 12px;
	margin: 5px;
	color: #666;
	font-family: "宋体";
}
.xq_top div.tubiao i{
	display: inline-block;
	width: 15px;
	height: 20px;
	margin-right: 5px;
}
.xq_top div.tubiao i img{
	width: 100%;
}

.xq_main img{
	width: 100%;
	margin: 20px 0;
}
.xq_main p{
	text-indent: 2em;
	font-size:14px;
	line-height:26px;
	margin-top:10px;
}
.xq_bottom{
	margin-top: 50px;
	text-align: right;
	position: relative;
	height: 110px;
}
.xq_bottom .box{
	width: 130px;
	margin: 0 auto;
}
.share{
	float: left;
    width: 33px;
    margin-left: 57px; 
}
.share>a{
	margin: 0;
	margin-top: 7px;
	display: block;
    height: 70px;
}
.share a img{
	margin: 0;
	width: 100%;
}
.share>a span{
	height: 25px;
    line-height: 25px;
    display: block;
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}
.hide{
	position: absolute;
	top: 70px;
	left: 49%;
	display: none;
}
.hide a {
    float: left;
    margin: 0 5px;
    width: 30px;
}
.hide a span{
	margin-top: 0;
}

@media screen and (max-width:960px) {
	.zxxq{
		width: 100%;
		margin: 0;
		margin-bottom: 100px;
	}
	#jiathis_weixin_modal{
		width: 300px!important;
		margin-left: -150px !important;		
	}
}
/*动态点赞开始*/
.praise-box{
    width:40px;
    height:40px;
    cursor: pointer;
    font-size: 12px;
    text-align:center;
    position: relative;
    float: left;
}
.praise{
    display:block;
    width:40px;
    height:40px;
    margin:0 auto;
}
.praise-txt{
    height:25px;
    line-height:25px;
    display: block;
    color: #999;
    margin-top: 5px;
}
.praise-box img{
    width:40px;
    height:40px;
    display:block;
    margin: 0 auto;
}
.praise-box img.animation{
    animation: myfirst 0.5s;
    -moz-animation: myfirst 0.5s;	/* Firefox */
    -webkit-animation: myfirst 0.5s;	/* Safari 和 Chrome */
    -o-animation: myfirst 0.5s;	/* Opera */
}
.add-num{
    display:none;
}
.add-num .add-animation{
    color: #000;
    position:absolute;
    top:-15px;
    left: 10px;
    font-size: 15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity:0;
    animation: mypraise 0.5s ;
    -moz-animation: mypraise 0.5s ;	/* Firefox */
    -webkit-animation: mypraise 0.5s ;	/* Safari 和 Chrome */
    -o-animation: mypraise 0.5s ;	/* Opera */
    font-style:normal;
}
.praise-box .hover , .add-num .add-animation.hover , .praise-txt.hover{
    color: #EB4F38;
}

/*点赞图标放大动画开始*/
@keyframes myfirst
{
    0%{
        width:40px;
        height:40px;
    }
    50%{
        width:50px;
        height:50px;
    }
    100% {
        width:40px;
        height:40px;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0%{
        width:40px;
        height:40px;
    }
    50%{
        width:50px;
        height:50px;
    }
    100% {
        width:40px;
        height:40px;
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%{
        width:40px;
        height:40px;
    }
    50%{
        width:50px;
        height:50px;
    }
    100% {
        width:40px;
        height:40px;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0%{
        width:40px;
        height:40px;
    }
    50%{
        width:50px;
        height:50px;
    }
    100% {
        width:40px;
        height:40px;
    }
}
/*点赞图标放大动画结束*/
/*点赞数量加减动画开始*/
@keyframes mypraise
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-moz-keyframes mypraise /* Firefox */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-webkit-keyframes mypraise /* Safari 和 Chrome */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-o-keyframes mypraise /* Opera */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}
/*点赞数量加减动画结束*/
/*动态点赞结束*/