
#cnblogs_post_body {
    font-family: "Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 15px;
}
#cnblogs_post_body a {
    border: 0 none;
    color: #FF7700;
    text-decoration: none;
}
#cnblogs_post_body a:link {
    text-decoration: none;
}
#cnblogs_post_body a:hover {
    color: #339966;
    text-decoration: none;
}
#cnblogs_post_body p {
    margin-bottom: 10px;
    margin-top: 0;
    text-indent: 2em;
}
#cnblogs_post_body h1 {
    background: none repeat scroll 0 0 #483D8B;
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-size: 15pt;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
}
#cnblogs_post_body h2 {
    background: none repeat scroll 0 0 #8EC1DA;
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 15px 0 15px 0;
    padding: 2px 0 2px 20px;
}
#cnblogs_post_body h3 {
    color: #1977B0;
    font-size: 16px;
    padding-left: 25px;
}
#cnblogs_post_body h4 {
    color: #1977B0;
    padding-left: 30px;
}
#cnblogs_post_body h5 {
    color: #1977B0;
    padding-left: 25px;
}
#cnblogs_post_body img {
    margin-bottom: 0;
}
#cnblogs_post_body li{
	margin-left: 35px;
}

div.postCon {
    color: #444444;
    font-size: 13px;
}
div.postCon a {
    border-bottom: 1px dashed #3D81EE;
    color: #0066CC;
    font-size: 13px;
}
div.postCon a:hover {
    color: #FF0000;
}
#bottom a {
    color: #FFFFFF;
}
.syntaxhighlighter {
    border: 1px solid #C0C0C0 !important;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
    word-wrap: break-word;
}
.c_b_p_desc {
    font-family: "Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
}
.desc_img {
    height: 100px;
    width: 100px;
}
.code {
    background-color: #DBEAFF;
    border: 1px solid #C0C0C0;
    border-radius: 5px 5px 5px 5px;
    font-family: Consolas,"微软雅黑",Arial,"宋体",sans-serif;
    font-size: 12px;
    margin: 0 20px 20px;
    padding: 7px;
}
.post table {
    border: 1px solid #7AA0CD;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    line-height: 1.3;
    margin: 0 1.5em 0 0;
}
.post table p {
    margin: 0;
    text-align: left;
    text-indent: 0;
}
.post thead {
    background: none repeat scroll 0 0 #4E81BD;
    color: #FFFFFF;
    font-weight: normal;
}
.post thead th {
    border-right: 1px solid #FFFFFF;
    font-weight: normal;
}
.post thead th:last-of-type {
    border-right: medium none;
}
.post thead tr {
    border-bottom: 1px solid #FFFFFF;
}
.post thead tr:last-of-type {
    border-bottom: medium none;
}
.post tbody tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #FFFFFF;
}
.post tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #D3DFED;
    border-bottom: 1px solid #7AA0CD;
    border-top: 1px solid #7AA0CD;
}
.post tbody td {
    border-right: 1px solid #CCCCCC;
}
.post tbody td:last-of-type {
    border-right: medium none;
}
.post th {
    background: none repeat scroll 0 0 #3398CC;
    color: #FFFFFF;
}
.blockquote p {
    margin-bottom: 0;
}
blockquote {
    background-color: #EFF4E1;
    border: 1px solid #CDDD9E;
    border-radius: 15px 15px 15px 15px;
    margin: 2em 16px;
}
blockquote:after {
    bottom: 0.15em;
    content: url("https://images.cnblogs.com/cnblogs_com/purediy/398084/o_quote_right.png");
    float: right;
    font-size: 6em;
    line-height: 0.1em;
    position: relative;
    right: -0.25em;
}
blockquote:before {
    content: url("https://images.cnblogs.com/cnblogs_com/purediy/398084/o_quote_left.png");
    font-size: 6em;
    left: -0.25em;
    line-height: 0.1em;
    position: relative;
    top: -0.15em;
}
