strong{
		font-weight: 700;
	}

.article-items-wrap{

    padding: 30px 15px;

    background-color: #fff;

    margin-top: 30px;

}

.article .article-head h1{

    font-size: 26px;

    text-align: center;

    padding: 0 15px;

    margin: 0 0 30px;
	
	line-height: 1.6;

}



.article .article-head .attributes{

    background-color: #eee;

    height: 40px;

    line-height: 40px;

    padding: 0 15px;

    font-size: 0;

    text-align: center;

}



.article .article-head span{

    display: inline-block;

    font-size: 14px;

    margin: 0 15px;

    color: #666;

}





.article .article-body{

    padding: 30px 15px 30px;

    margin-bottom: 30px;

    font-size: 16px;

    line-height: 2;

    border-bottom: 1px solid #eee;

}



.article-footer-back,

.article-footer-pages a{

    display: block;

    width: 100px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    font-size: 14px;

    color: #444;

    background-color: #efefef;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    float: left;

}



.article-footer-back:hover,

.article-footer-pages a:hover{

    background-color: #990000;

    color: #fff;

}



.article-footer-pages{

    float: right;

}



.article-footer-pages a:last-child{

    float: right;

    margin-left: 15px;

}



.article-footer-share{

    margin-bottom: 20px;

    line-height: 24px;

}



.article-footer-share a{

    float: left;

    width: 24px;

    height: 24px;

    padding: 0;

    margin: 0 5px;

}



.article-footer-share span{

    float: left;

    line-height: 24px;

    font-size: 14px;

}





.article-footer-share .qq {

    background: url("../img/icon_28.png") no-repeat center!important;

}



.article-footer-share .wechat {

    background: url("../img/icon_29.png") no-repeat center!important;

}



.article-footer-share .sina{

    background: url("../img/icon_30.png") no-repeat center!important;

}



.article-footer-share .qzone{

    background: url("../img/icon_31.png") no-repeat center!important;

}

.article .article-body .video {
	width: 800px;
	height: 500px;
	display: none;
	margin: 0 auto;
}
.article .article-body .video * {
	font-family: "微软雅黑";
}

@media (max-width: 992px) {

    .article .article-head h1 {

        font-size: 18px;

        line-height: 1.6;

        margin-bottom: 15px;

    }



    .article .article-head span {

        margin: 0 5px;

        font-size: 12px;

    }



    .article-footer-back, .article-footer-pages a {

        width: 80px;

        height: 35px;

        line-height: 35px;

    }



    .article-items-wrap{

        padding: 20px 10px;

    }



    .article .article-body{

        padding: 20px 0;

    }
	
	
	
	
}