#blogTitle h1 {
	text-align:center;
	width:100%;
}
#blogTitle h1 a{
	color:red;
}
#blogTitle h2{
	width:100%;
	text-align:center;
}

#lhl {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
#lhl a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#lhl a:hover {
    color: red;   
}

#lhl h3 {
    margin: 0px;
    padding: 0px;
}

#lhl ol {
    margin: 0px;
    padding: 0 0 0 10px;
    list-style-type: none;
}

#cnblogs_post_body img {
    max-width: 1200px;
}

#lhl img[title]:nth-child(odd) {
    border: 2px red dashed;
    padding: 2px;
    margin: 5px;
    /*max-width:950px*/
}

#lhl img[title]:nth-child(even) {
    border: 2px green dashed;
    padding: 2px;
    margin: 5px;
    /*max-width:950px*/
}

#lhl ol li {
    margin: 0px;
    padding-top: 5px;
    list-style-type: none;
    counter-increment:a 1;   
}

#lhl ol li span {
    font-weight:bold;
}

#lhl ol li span a {
    font-weight:bold;
    color:green;
}

#lhl ol li:before {
    color:#f00;
    font-weight: bold; 
    content:counter(a)">";
}

#lhl ol li li {
    counter-increment:b 1;
}
#lhl ol li li:before{
    content:counter(a)"."counter(b)".  ";
    padding-left: 5px;
}

#lhl ol li li li {
    counter-increment:c 1;
}
#lhl ol li li li:before{
    content:counter(a)"."counter(b)"."counter(c)".  ";
    padding-left: 18px;
}

#lhl ol li li li li {
    counter-increment:d 1;
}
#lhl ol li li li li:before{
    content:counter(a)"."counter(b)"."counter(c)"."counter(d)".  ";
    padding-left: 55px;
}