a{text-decoration:none}
.c_b_p_desc_readmore{text-decoration:none;color:red}
.topicListFooter {
  text-align: center;
}
.topicListFooter a {
  display: block;
  border: solid #3399cc 1px;
  border-radius: 5px;
  width: 50px;
  float: left;
}

.topicListFooter a:hover {border: #ccc blue 1px ;border-radius: 5px; background-color: #3399cc;color:#fff;}

#blog-news {
  overflow: hidden;
  background: url(https://files.cnblogs.com/files/lovelp/code.gif) top right no-repeat;
  padding: 11px;
}

#cnblogs_post_body h2 {
  background-color: #BBD7C0;
  border-radius: 5px;
  padding-left: 10px;
}

#cnblogs_post_body a {
    text-decoration: none;
    color: #2769C0;
    padding: 1px 2px;
}
#cnblogs_post_body a:hover{
    color: #fff;
    background-color: #78AFD3;
    padding: 1px 2px;
}
#cnblogs_post_body ul li {
    list-style: inherit!important;
    margin-bottom: 0.1em;
}
#cnblogs_post_body h3 {
    color: #ff1493;
}