#article-attr div{
    text-align: center;
}
.container .article {
    /*border: 1px solid #000000;*/
}
.container .article h1{
    font-size: 28px;
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
    word-break: normal;
    bottom: 22px;
    text-align: center;
}
.container .article-content {
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
    text-align: justify;
}
.container .article-content p{
    text-indent: 2em;
}
.container .article-content a{
    color:#fb5f20;
}
.container .article-content p strong{
    border-bottom: 2px solid #fb5f20;
    padding-bottom: 4px;
    font-size: 18px;
}
.container .article-content p img{
    width: 75%;
    margin: 0 auto;
    box-shadow: 0px 5px 13px 0px #868181;
}
.container .bottom-box-zan{
    border-right: 1px solid #f6f6f6;
}
.container .zan-box{
    position: relative;
}
.container .zan-box,.container .shang-box{
    text-align: center;
    margin: 10px 10% auto 10%;
    /*border: 1px solid #f6f6f6;*/
    color: #bbb;
    cursor: pointer;
    padding-bottom: 22px;
}

.zan-box:hover,.shang-box:hover{
    background-color: #fff;
    color: #bbb;
}
.zan-box .zan-text,.shang-box .shang-text{
    margin-top: 10px;
}
.zan-box-add,.shang-box-add {
    position: absolute;
    margin-top: -40px;
    margin-left: 50px;
    color: #333;
    opacity: 0;
}

.icon-article-zan{
    background: url(/static/theme/img/index/reward_icon.png);;
    background-position: -103px -120px;
    margin: 5px auto;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.icon-article-shang{
    background: url(/static/theme/img/index/reward_icon.png);;
    background-position: -98px -18px;
    margin: 5px auto;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.zan-box:hover .icon-article-zan{
     background-position: -18px -115px;
 }
.shang-box:hover .icon-article-shang{
    background-position:  -22px -18px;;
}
.zan-box span.num,.shang-box span.num {
    position: absolute;
    top: 1px;
    left: 70px;
    font-size: 15px;
    color: #bbb;
}
.links-box{
    margin-top: 40px;
    margin-right: 5px;
}
.links-box .article-box{
    margin-top: 20px;
}
.links-box .article-box:hover{
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(45,50,55,.3);
}
.links-box .links-title{
    margin-top: 5px;
    text-align: center;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
}
/*发表评论*/
.h2_title_comment {
    width: 100%;
    border-bottom: 2px solid #ffcd81;
    /*line-height: 62px;*/
    margin-top: 40px;
    font-size: 20px;

}
.h2_title_comment span{
    border-bottom: 3px solid #fb5f20;
    margin-bottom: 0px;
    padding: 0 10px;
}
.comment{
    margin: 5px 1px;

}
.no-login-box {
    height: 150px;
    width: 98%;
    border: 1px solid #f0f0f0;
    background-color: #fafafa;
    text-align: center;
    color: #bbb;
    font-size: 18px;
    line-height: 180px;
}
.login-box{
    height: 150px;
    border: 1px solid #f0f0f0;
}
.comment .comment_group{
    width:100%;
}
.comment_group .login-box::-webkit-input-placeholder{
    color: red;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 2px solid #fb5f20;
    border-bottom-color: transparent;
}
.comment div.comment_addon{
    width: 15%;
}
.comment_list .nav-tabs{
   border-bottom: 2px solid #fb5f20;
    padding-left: 5px;
}
.comment_list_content{
    margin: 40px 10px;
}
.comment_list_content .media-body{
    border-top: 1px solid #ececec;
}
.comment_list_content .head_pull_left{
    float: left;
    margin-left: 10px;
}
.comment_list_content .head_pull_right{
    float: right;
    margin-right: 10px;
}
.comment_list_content .media-heading{
    margin-top: 5px;
    margin-bottom: 10px;
}
.comment_list_content .media-header-row{
    margin-left: 0px;
    margin-right: 0px;
}
.comment_list .nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}
.container .article-left{
    /*border: 1px solid #0bb20c;*/
}

.box-author-info,.box-channel-info{
    width: 100%;
    background-color: #fafafa;
    text-align: center;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
}
.box-channel-info .channel-face {
    position: relative;
    width: 90%;
    height: 90%;
}
.box-channel-info .channel-name {
    font-size: 16px;
    margin: 15px 0;
}
.box-channel-info .channel-one{
    font-size: 14px;
    margin: 6px 0;
    color: #999;
    text-indent: 10px;
    text-align: left;
    padding: 10px;
    line-height: 24px;
}
.box-author-info .author-face {
    position: relative;
    width: 98px;
    height: 98px;
    border-radius: 49px;
    overflow: hidden;
    margin-left: -49px;
    left: 50%;
}
.box-author-info .author-name {
    font-size: 16px;
    margin: 15px 0;
}
.box-author-info .author-next-article {
    text-align: left;
    border-top: 1px solid #f6f6f6;
    padding: 10px 10px 0 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.box-author-info .author-one{
    font-size: 14px;
    margin: 6px 0;
    color: #bbb;
    text-indent: 10px;
    text-align: left;
    padding: 10px;
    line-height: 24px;
}
.box-author-info .author-article-pl a {
    color: #bbb;
}


#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 0 -13px 5px -13px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,  #ffcd81 0%,#fb5f20 100%);
    position: absolute;
    top: 0;
    left: -2px;
}
#accordion .panel-heading{
    padding: 0;
    background: #fff;
    position: relative;
}
#accordion .panel-heading:before{
    background: #fff;
    border: 1px solid #550527;
    position: absolute;
    top: 50%;
    left: -48px;
    transform: translateY(-50%);
}
#accordion .panel-title a{
    display: block;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    margin: 0;
    position: relative;
    line-height: 25px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    font-size: 15px;
    font-weight: normal;
    color: #688e26;
    text-align: center;
    border: 1px solid #688e26;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
#accordion .panel-body{
    padding: 0 5px 5px;
    border: none;
    font-size: 14px;
    color: #305275;
    line-height: 28px;
}
/*分享部分*/
.article-left{
    position: relative;
    z-index: 200;
}
.article-share{
    position: fixed;
    top: 80px;
}
.article-share ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.article-share ul li{
    width: 60px;
    cursor: pointer;
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
.article-share ul li:nth-child(1):hover{
    background-color: #f74864;
}
.article-share ul li:nth-child(2):hover{
    background-color:#1ec354;
}
.article-share ul li:nth-child(3):hover{
    background-color:#ffce0b;
}

.article-share ul li:nth-child(4):hover{
    background-color:#fb5f20;
}
.article-share ul li:nth-child(5):hover{
    background-color:#f74864;
}
.article-share ul li:nth-child(6):hover{
    background-color:#fbc032;
}

/*微博*/
.article-share ul li:hover .icon-article-wb{
    background-position:11px -318px}
.article-share ul li .icon-article-wb {
    background-position: 10px -259px;
}
/*微信*/
.article-share ul li .icon-article-wx{
    background-position: -50px -259px;
}
.article-share ul li:hover .icon-article-wx{
    background-position:-50px -319px
}
/*QQ空间*/
.article-share ul li .icon-article-qzone{
    background-position: -121px -259px;
}
.article-share ul li:hover .icon-article-qzone{
    background-position:-121px -319px
}
/*评论*/
.article-share ul li .icon-article-pl{
    background-position: -178px -245px;
}
.article-share ul li:hover .icon-article-pl{
    background-position:-178px -313px;
}
/*收藏*/
.article-share ul li .icon-article-col{
    background-position:-249px -242px;
}
.article-share ul li:hover .icon-article-col{
    background-position:-249px -313px;
}
/*赞*/
.article-share ul li .icon-article-zan-left{
    background-position:-429px -368px
}
.article-share ul li:hover .icon-article-zan-left{
    background-position:-353px -325px
}
.icon-article {
    position: relative;
    width: 60px;
    height: 60px;
}