/* 当鼠标放在链接上面时，修改链接的颜色，并且添加下划线 */
#cnblogs_post_body a:hover {
  color: #CC3300;
  text-decoration: underline;
}