
/* 评论 */
.block-comment{
    margin:20px 0;
}

.block-comment h4{
    color:#000000;
    font-size:18px;
    font-weight:normal;
    margin-bottom:10px;
}
.block-comment .avator{
    width:70px;
    height:100px;
    overflow:hidden;
    text-align: center;
}
.block-comment .avator .wrap{
    width:70px;
    height:70px;
    overflow:hidden;
}
.block-comment .avator .wrap img{
    width:70px;
    _height:70px;
    min-height:70px;
}
.block-comment .avator2{
    width:50px;
    height:80px;
    overflow:hidden;
}
.block-comment .avator2 .wrap2{
    width:48px;
    height:48px;
    overflow:hidden;
}
.block-comment .avator2 .wrap2 img{
    width:48px;
    _height:48px;
    min-height:48px;
}
.block-comment .div-comment pre a.login{
    color:#0673C8;
}
.block-comment .div-comment pre a.login:hover{
    color:#FF9600;
}
.block-comment .form-comment{
    margin-left:90px;
    *margin-left:20px;
    *float:left;
}
.block-comment .content-comment{
    border:1px solid #E6E6E6;
    padding:5px;
    height:58px;
    font-size:12px;
    margin-bottom:5px;
    position: relative;
}
.block-comment .content-comment textarea{
    height:55px;
    width:100%;
    padding:0;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    margin:0;
    overflow-x:auto;
    overflow-y:hidden;
}
.block-comment .content-comment i{
    position:absolute;
    display:block;
    height:14px;
    width:14px;
    left:-14px;
    top:28px;
    background: url(https://pages.ipathology.cn/image/global/comment_point.jpg) no-repeat 0 0;
}
.block-comment .form-comment .btn-comment{
    background-color:#0b73bc;
    width:80px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#FFFFFF;
    border:0;
}
.block-comment .form-comment .btn-comment:hover{
    background-color:#0d90d0;
}

.block-comment .div-comment-list h4{
    color:#999;
    margin-top:10px;
    border-bottom:1px solid #E6E6E6;
    padding-bottom:5px;
}
.block-comment .div-comment-list li{
    padding:20px 0;
    border-bottom:1px dashed #E6E6E6;
}
.block-comment .div-comment-list li .avator{
    text-align:center;
    font-size:12px;
}
.block-comment .div-comment-list li .word{
    margin-left:90px;
}
.block-comment .div-comment-list li .word .reply_content{
    min-height:100px;
    position:relative;
}
.block-comment .div-comment-list li .postdate{
    font-size:12px;
}
.block-comment .div-comment-list li .word .ding{
    position:absolute;
    bottom:0px;
    right:0;
    font-size:12px;
}
.block-comment .div-comment-list li .word .ding a{
    color:#4468A1;
    padding-left:10px;
}
.block-comment .div-comment-list li .word .ding a:hover{
    color:#FF9600;
}
/* 回复 */
.block-comment .div-comment-list li .avator2{
    text-align:center;
    font-size:12px;
}
.block-comment .div-comment-list li .word2{
    margin-left:70px;
}
.block-comment .div-comment-list li .word2 .reply_content2{
    min-height:70px;
    position:relative;
}
.block-comment ul.reply_child li{
    padding:10px 0;
    border-top:1px dashed #E6E6E6;
    border-bottom:0;
}
.block-comment ul.reply_child li:first-child{
    margin-top:10px;
}

.block-comment .reply_box{
    border:1px solid #CCCCCC;
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height:45px;
    width:98%;
}
.block-comment .reply_reply{
    display:none;
}
.block-comment .reply_reply .btn-comment-reply{
    background-color:#CC0000;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding:5px 10px;
    line-height:16px;
}

.btn-comment-more{
    margin:20px auto;
    padding:5px;
    display:block;
    text-align:center;
    background-color:#eeeeee;
    width:80px;
    height:24px;
    line-height:24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}

/* 收藏 */
.favorite-load a.favorite{
    color:#999;
    padding-left:18px;
    background: url(https://pages.ipathology.cn/image/news/index/icon_favorite.png) no-repeat left -18px;
    display:inline-block;
    height:22px;
    cursor:pointer;
    margin-left:20px;
}
.favorite-load a.favorite:hover{
    background: url(https://pages.ipathology.cn/image/news/index/icon_favorite.png) no-repeat left 2px;
    color:#F8AD3A;
}
.favorite-load a.selected{
    background: url(https://pages.ipathology.cn/image/news/index/icon_favorite.png) no-repeat left 2px;
    color:#999;
}


/* 最新评价 */
.comment-row{
    overflow:hidden;
    padding:0 15px 20px 15px;
}
.comment-row .blockcomment{
    padding-bottom:0;
}
.comment-row li{
    margin-bottom:20px;
}
.comment-row .avator{
    width:50px;
    overflow:hidden;
    text-align:center;
}
.comment-row .info{
    width:176px;
    overflow:hidden;
}
.comment-row a.username{
    font-size:12px;
//    margin-left:12px;
}
.comment-row a.p .content{
    font-size:12px;
    color:#999;
}
.comment-row a.p{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    padding:7px 10px;
    border:1px solid transparent;
    color:#808080;
    text-shadow:0 1px #fff;
    margin-top:5px;
}
.comment-row a.p:after, .comment-row a.p:before{
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0;
}
.comment-row a.p:before{
    border-right-color: #DDDDDD;
    border-width: 6px;
    margin-top: -6px;
    top: 15px;
}
.comment-row a.p:after, .comment-row a.p:before{
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0;
}
.comment-row a.p:after{
    border-right-color: #FFFFFF;
    border-width: 5px;
    margin-top: -5px;
    top: 15px;
}
.comment-row a.p{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-border-radius:2px 2px;
    -moz-border-radius:2px;
    border-radius:2px 2px;
    -webkit-box-shadow:0 4px 3px -3px rgba(0,0,0,0.1);
    -moz-box-shadow:0 4px 3px -3px rgba(0,0,0,0.1);
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
    color: #404040;
    padding: 7px 10px;
    text-shadow: 0 1px #FFFFFF;
    display: block;
    margin-left:12px;
    *margin-top: 1px;
    *border-top:1px solid #DDDDDD;
}
.comment-row a.p:after{
    border-right-color: #FFFFFF;
    border-width: 5px;
    margin-top: -5px;
    top: 15px;
}
.comment-row a.p:before{
    border-right-color: #DDDDDD;
    border-width: 6px;
    margin-top: -6px;
    top: 15px;
}
@media all and (min-width:0px){ .comment-row a.p {position: relative;} }
@media screen and (-webkit-min-device-pixel-ratio:0){ .comment-row a.p {position: relative;} }

/* 分享 */
.btn_share{
    color:#999;
    padding-left:18px;
    background: url(https://pages.ipathology.cn/image/global/icon_share.png) no-repeat left -18px;
    display:inline-block;
    height:22px;
    cursor:pointer;
}
.btn_share:hover{
    background-position:0px 2px;
    color:#F8AD3A;
}
.share-icon{
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(https://pages.ipathology.cn/image/global/icon_shares.png) no-repeat;
}
.share-icon-sina{
    background-position: 0px -27px;
}
.share-icon-qq{
    background-position: 0px -57px;
}
.share-icon-douban{
    background-position: 0px -87px;
}
.share-icon-qzone{
    background-position: 0px 3px;
}
.share-icon-weixin{
    background-position: 0px -117px;
}
/* 举报 */
.btn_report{
    color:#999;
    padding-left:18px;
    background: url(https://pages.ipathology.cn/image/global/icon_report.png) no-repeat left -16px;
    display:inline-block;
    height:22px;
    cursor:pointer;
}
.btn_report:hover{
    background-position:left 3px;
    color:#F8AD3A;
}
/* 评论 */
.btn_comment{
    color:#999;
    padding-left:18px;
    background: url(https://pages.ipathology.cn/image/global/icon_comment.png) no-repeat left -16px;
    display:inline-block;
    height:22px;
    cursor:pointer;
}
.btn_comment:hover{
    background-position:left 3px;
    color:#F8AD3A;
}

/* 默认表框 */
.block{
    border:1px solid #E6E6E6;
    background-color:#fff;
}

.breadcrumb{
    font-size:12px;
    color:#999999;
}

#jiathis_weixin_tip{line-height:14px;}
#jiathis_weixin_tip a{color:#0673C8;}
#jiathis_weixin_tip a:hover{color:#ff9600;}
