#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {
        display:none;
}
div#blogTitle {
	background: #217467;
       
}
#blogTitle{
       background: #217467;
}
body{
      background-color:#fff;
}

a{
	color:#757575;
}

#cnblogs_post_body h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}

h3{
	color:#fff;
	background-color:#217467;
	-moz-border-radius:1px;
	border-radius: 1px;
	padding:3px;
	margin:10px 0px;
	text-shadow:2px 2px 2px #000;
        text-align:center;
}
h4{
	color:#fff;
	background-color:#006699;;
	-moz-border-radius:1px;
	border-radius: 1px;
	padding:3px;
	margin:10px 0px;
	text-shadow:2px 2px 2px #000;
        width:500px;
}

code{
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #dd0055;
    white-space: nowrap;
    padding: 1 4px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: red;
}

.postTitle {
    color:#217467;
    float: right;
    width: 100%;
    clear: both;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
}

.postTitle a:hover {
    margin-left: 70px;
    color: #0f3647;
    text-decoration: none;
}

.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    
}

#cnblogs_post_body ul {
    margin-left: 7px;
    padding-left: 0;
}
.gw_show a{
      transition: all 0.5s;
        -moz-transition: all 0.5s;  /* Firefox 4 */
        -webkit-transition: all 0.5s;   /* Safari 和 Chrome */
        -o-transition: all 0.5s;    
color:red
 }
    .gw_show a:hover{
       transform:rotate3d(1,0,1,360deg);
       color:#5ab2ce !important;
    }
 #link_post_title{
display:inline-block;
        transition: all 1s;
    }
    #link_post_title:hover{
       transform: translateX(5px);
        font-size:20px;
        font-bold:600;
    }
#cnblogs_post_body ul li {
  font-weight:500;
font-size:14px;
}
#cnblogs_post_body ul {
    margin-left: 17px;
    padding-left: 0;
}