#cnblogs_post_body .ptitle{
background-color: #2BB353;
color: #ffffff;
font-size: 20px;
padding: 3px 0;
}
#cnblogs_post_body .stitle{
	text-align: left;
	background-color: #1ED24D;
	line-height: 30px;
	font-weight: bolder;
        text-indent: 15px;
	color: white;
}
.tips{
    margin: 10px 0;
    padding: 15px 20px 15px 60px;
    background: #CAFF70 url('https://images.cnblogs.com/cnblogs_com/IPrograming/353645/o_o_yellow-pin.png') no-repeat 9px 0px;
    font-size: 15px;
    font-family: 'Microsoft Yahei';
    box-shadow: 0 0 8px #aaa;
    clear: both;
}
a:hover {
    text-decoration: underline
}
.clearfix:after {
    display: table;
    clear: both;
    content: ""
}
.clearfix {
    zoom:1
}
.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden
}
.about table{
   text-align:center;
   font-weight:bolder;     
}
.about table tr td img{
   width:100%;
}
.about p .title{
  font-weight:bolder;
}
#MySignature{
  background-color: antiquewhite;
  line-height:15px !important;
}

/*公共样式*/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  min-width: 1200px;
}
div.post h2{
   font-size:24px;
}
a:link, a:visited {
  color: #42c67d !important;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  text-decoration: underline;
}
div#header h1 a:link, div#header h1 a:visited {
    color: #42c67d;
    font-size: 24px;
    font-weight: bold;
}
div.post div.entry ul li{
    background-image: none;
    padding: 0 0 0 5px;
    font-size: 16px;
}
/*文章区域样式*/
.postTitle a:hover {
   color: #42c67d;
   text-decoration: none;
}
.postTitle{
  font-size: 20px;
  padding-right: 64px;
  padding-left: 10px;
}
#cnblogs_post_body h2 {
    font-size: 24px;
    font-weight: normal;
    background-color: #42c67d;
    color: #fff;
    text-indent: 10px;
    border-radius: 5px;
    text-shadow: 2px 2px 3px #222;
    box-shadow: 0 0 0 1px #42c67d, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    margin:10px 0;
}
#cnblogs_post_body h3{
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  padding-left: 10px;
  line-height:1.5;
  position: relative;
} 
#cnblogs_post_body h3:before{
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #42c67d;
} 
#cnblogs_post_body h4{
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  color: #333;
  margin: 0;
  padding: 5px 0;
  font-family: verdana, geneva;
} 
#cnblogs_post_body p {
    margin: 5px auto;
    text-indent: 0;
    line-height: 26px;
    font-size: 14px;
    font-family: verdana, geneva;
}

/*代码部分样式*/
.blogpost-body .cnblogs_code {
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 6px solid #56c4e1;
}
.cnblogs_code pre {
    font-size: 14px !important;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
    line-height: 1.5 !important;
    padding: 10px !important;
}
.cnblogs_code_toolbar{
    display: none;
}