.article-detail .lefticons {
    padding-right: 25px;
}
.article-detail .lefticons .iconcont {
    background-color: #FFFFFF;
    padding-top: 23px;
    padding-bottom: 31px;
    border-radius: 8px;
}
.article-detail .lefticons .iconcont .top .topitem {
    margin-bottom: 25px;
    cursor: pointer;
}
.article-detail .lefticons .iconcont .top .topitem a{
    display: block;
    color: #707070;
}
.article-detail .lefticons .iconcont .top .topitem .color-primary{
    color: #00c7a3 !important;
}
.article-detail .lefticons .iconcont .top .topitem .tic {
    display: block;
    text-align: center;
    font-size: 25px;
}
.article-detail .lefticons .iconcont .top .topitem .num {
    font-size: 14px;
    display: block;
    text-align: center;
}
.article-detail .lefticons .iconcont .bottom .title {
    font-size: 14px;
    color: #605E5E;
    text-align: center;
    margin-top: 24px;
    display: block;
}
.article-detail .lefticons .iconcont .bottom .bic {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-top: 32px;
    cursor: pointer;
}
.article-detail .lefticons .iconcont .bottom a{
    color: #707070;
}
.article-detail .lefticons .iconcont a:hover{
    color: #00c7a3 !important;
}
.article-detail .detailcont {
    background-color: #FFFFFF;
    padding-top: 58px;
    padding-bottom: 58px;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 8px;
}
.article-detail .detailcont .artlabel {
    width: 95px;
    height: 34px;
    background: #F5F5F5;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    color: #605E5E;
    cursor: default;
}
.article-detail .detailcont .artlabel a{
    display: block;
    color: #605e5e;
}
.article-detail .detailcont .artlabel a:hover{
    background: #00c7a3;
    color:white;
}
.article-detail .detailcont .arttitle {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin-top: 24px;
    margin-bottom: 20px;
}
.article-detail .detailcont .artmsg {
    overflow: hidden;
    padding-bottom: 31px;
}
.article-detail .detailcont .artmsg .arttime {
    float: left;
    font-size: 14px;
    color: #9E9E9E;

}
.article-detail .detailcont .artmsg .tright {
    float: right;
    font-size: 14px;
    color: #000000;
}
.article-detail .detailcont .artmsg .tright .ticon {
    font-size: 13px;
}
.article-detail .detailcont .artcont p {
    font-size: 14px;
    color: #605E5E;
    line-height: 24px;
    margin-bottom: 24px;
}
.article-detail .detailcont .artcont .contimg {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
.article-detail .detailcont .artcont .h4title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 24px;
}
.article-detail .detailcont .artcont .contbottom {
    width: 100%;
    height: 180px;
    position: relative;
}
.article-detail .detailcont .artcont .contbottom .iconandnum {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -30px;
    text-align: center;
    cursor: pointer;
}
.article-detail .detailcont .artcont .contbottom .iconandnum a{
    display: block;
}
.article-detail .detailcont .artcont .contbottom .zandiv {
    width: 60px;
    height: 60px;
    background: #00C7A3;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #00C7A3;
}
.article-detail .detailcont .artcont .contbottom .zandiv i {
    font-size: 25px;
    color: #FFFFFF;
}
.article-detail .detailcont .artcont .contbottom .dznum {
    font-size: 14px;
    color: #605E5E;
}

.comment .comtotal {
    font-size: 16px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 26px;
}
.comment .commcont {
    background-color: #FFFFFF;
    padding-top: 38px;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 8px;
}
.comment .commcont .editcom {
    width: 100%;
    overflow: hidden;
    padding-bottom: 23px;
    box-sizing: border-box;
}
.comment .commcont .editcom .pl-title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    width: 50px;
    float: left;
}
.comment .commcont .editcom form{
    float: left;
    width: calc(100% - 50px);
    margin: 0;
}
.es-commet textarea{
    margin: 0 0 30px 0;
    color: #000000;
}
.comment .commcont .editcom input {
    float: right;
    width: 879px;
    height: 50px;
    background: #F8F8F8;
    border-radius: 8px;
    font-size: 14px;
    color: #605E5E;
    border-width: 0;
    line-height: 50px;
    padding-left: 20px;
}
.comment .commcont .comments .item1 {
    border-bottom: 1px solid #F5F5F5;
}
.comment .commcont .comments .item1 .com1 {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}
.comment .commcont .comments .item1 .com1 .comleft {
    float: left;
}
.comment .commcont .comments .item1 .com1 .comleft .userhearimg {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.comment .commcont .comments .item1 .com1 .comright {
    float: left;
    padding-top: 10px;
    margin-left: 20px;
}
.comment .commcont .comments .item1 .com1 .comright p {
    width: 860px;
}
.comment .commcont .comments .item1 .com1 .comright .comusername {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.comment .commcont .comments .item1 .com1 .comright .commenp {
    font-size: 14px;
    color: #605E5E;
}
.comment .commcont .comments .item1 .com1 .comright .botm {
    overflow: hidden;
    height: 30px;
}
.comment .commcont .comments .item1 .com1 .comright .botm .comzan {
    float: left;
    width: 60px;
    height: 30px;
    background: #F5F5F5;
    border-radius: 14px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.comment .commcont .comments .item1 .com1 .comright .botm .huifu {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #9E9E9E;
    margin-left: 25px;
    cursor: pointer;
}
.comment .commcont .comments .item1 .com1 .comright .botm .time {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #9E9E9E;
}
.comment .commcont .comments .item1 .huifu1 {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    /*border-bottom: 1px solid #F5F5F5;*/
    margin-left: 70px;
}
.comment .commcont .comments .item1 .huifu1 .comleft {
    float: left;
}
.comment .commcont .comments .item1 .huifu1 .comleft .userhearimg {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.comment .commcont .comments .item1 .huifu1 .comright {
    float: left;
    padding-top: 10px;
    margin-left: 20px;
}
.comment .commcont .comments .item1 .huifu1 .comright p {
    width: 790px;
}
.comment .commcont .comments .item1 .huifu1 .comright .comusername {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.comment .commcont .comments .item1 .huifu1 .comright .commenp {
    font-size: 14px;
    color: #605E5E;
}
.comment .commcont .comments .item1 .huifu1 .comright .botm {
    overflow: hidden;
    height: 30px;
}
.comment .commcont .comments .item1 .huifu1 .comright .botm .comzan {
    float: left;
    width: 60px;
    height: 30px;
    background: #F5F5F5;
    border-radius: 14px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.comment .commcont .comments .item1 .huifu1 .comright .botm .huifu {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #9E9E9E;
    margin-left: 25px;
    cursor: pointer;
}
.comment .commcont .comments .item1 .huifu1 .comright .botm .time {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #9E9E9E;
}
.comment-sns .thread-post-interaction .js-post-up{
    display: inline-block;
    width: 60px;
    height: 30px;
    background: #F5F5F5;
    border-radius: 14px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.comment-sns .thread-post-interaction .js-post-up .codeketang{
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    margin-top: -4px;
}
.subcomments{
    background: #fff;
    border: 0;
}

.btn.btn-default.pull-right:active {
    color: white;
    background-color: #00c7a3;
}

.editor-text {
    margin-bottom: 20px;
}

.metas.title, .metas {
    margin-top: 8px;
    margin-bottom: 12px;
}
.thread-subpost-container.subcomments.clearfix {
    margin-top: 30px;
    margin-left: 0;
}
.media-comment .media-body a{
    color: #919191;
}
.media-comment .media-body a:hover{
    color: #1acba9 !important;
}

.vip-headimg-box{
    display: inline-block;
    background-image: url('../../img/vip/headimg_vip_icon.png');
    width: 17px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.media-body .post-time-show-tag{
    float: right;
}
.media-body .nickname{
    font-size: 16px;
    color: #000 !important;
}