#cnblogs_post_body img{max-width:1060px;}
.blogStats {
color: #fff;
line-height: 60px;
margin-right: 70px;
}
::selection {  
color: #ff6600;
font-weight:bolder;
}
#btn_comment_submit {
    height: 48px;
    width: 120px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    background:#2da12d;
    color:#fff ;
    border-radius: 4px;
}
#comments_pager_top{
   text-align: center;
}
.pager a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50%;
    padding:0;
    color:black;
    background-color:#fff;
}
.pager span.current{
    border:1px solid #9aafe5;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 17px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50%;
    padding:0;
    color:black;
    background-color:#2da12d;
    color:#fff;
}
.pager a:hover{
  background-color:#2da12d;
  transition:background-color 0.3s linear;
  color: #fff!important;
  transition:height 0.3s;
}

.pager span.current:hover{
  transition:background-color 0.3s linear;
  background-color:#2da12d;
  color: #fff!important;
}
.subtitle{
 color:#2da12d
}