*{
 font-family: "微软雅黑";
}
#navList a {
  padding-top: 17px;
}
#blogTitle h1{
  font-weight: normal;
  font-family: "微软雅黑";
}
.blogStats {
   margin-top: 17px; 
}
#green_channel a {
    background:none;
    color: #fff;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    
}
#commentform_title {
   border-bottom: 1px solid #cccccc;
}


/*guanggao*/

#google_ad_c1,#div-gpt-ad-1320933818841-0,#google_ad_c2,#div-gpt-ad-1320933818841-1,#ad_under_google{
display:none;
visibility：hidden;
}
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}
#ad_t2{
    display: none;
}



/*去掉下划线*/
a:link{
  text-decoration:none !important;
} 
a:visited{
  text-decoration:none !important;
} 
a:active{
  text-decoration:none !important;
}


#green_channel #green_channel_digg {
    background-color: rgba(45, 174, 191, 0.5);
}
#green_channel #green_channel_follow {
    background-color: rgba(227, 49, 0, 0.6);
}
#green_channel #green_channel_favorite {
    background-color: rgba(255, 132, 21, 0.6);
}
/*列表显示效果*/
.c_b_p_desc {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

.c_b_p_desc.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}