.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    -moz-border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
    background: none !important;
    border: 0 !important;
    bottom: auto !important;
    float: none !important;
    height: auto !important;
    left: auto !important;
    line-height: 1.1em !important;
    margin: 0 !important;
    outline: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    text-align: left !important;
    top: auto !important;
    vertical-align: baseline !important;
    width: auto !important;
    box-sizing: content-box !important;
    font-family: "consolas", "bitstream vera sans mono", "courier new", courier, monospace !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 1em !important;
    min-height: inherit !important;
    min-height: auto !important
}

.syntaxhighlighter {
    width: 100% !important;
    margin: 1em 0 1em 0 !important;
    position: relative !important;
    overflow: auto !important;
    font-size: 1em !important
}

.syntaxhighlighter.source {
    overflow: hidden !important
}

.syntaxhighlighter .bold {
    font-weight: bold !important
}

.syntaxhighlighter .italic {
    font-style: italic !important
}

.syntaxhighlighter .line {
    white-space: pre !important
}

.syntaxhighlighter table {
    width: 100% !important
}

.syntaxhighlighter table caption {
    text-align: left !important;
    padding: .5em 0 .5em 1em !important
}

.syntaxhighlighter table td.code {
    width: 100% !important
}

.syntaxhighlighter table td.code .container {
    position: relative !important
}

.syntaxhighlighter table td.code .container textarea {
    box-sizing: border-box !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    background: #fff !important;
    padding-left: 1em !important;
    overflow: hidden !important;
    white-space: pre !important
}

.syntaxhighlighter table td.gutter .line {
    text-align: right !important;
    padding: 0 .5em 0 1em !important
}

.syntaxhighlighter table td.code .line {
    padding: 0 1em !important
}

.syntaxhighlighter.nogutter td.code .container textarea,
.syntaxhighlighter.nogutter td.code .line {
    padding-left: 0 !important
}

.syntaxhighlighter.show {
    display: block !important
}

.syntaxhighlighter.collapsed table {
    display: none !important
}

.syntaxhighlighter.collapsed .toolbar {
    padding: .1em .8em 0 .8em !important;
    font-size: 1em !important;
    position: static !important;
    width: auto !important;
    height: auto !important
}

.syntaxhighlighter.collapsed .toolbar span {
    display: inline !important;
    margin-right: 1em !important
}

.syntaxhighlighter.collapsed .toolbar span a {
    padding: 0 !important;
    display: none !important
}

.syntaxhighlighter.collapsed .toolbar span a.expandsource {
    display: inline !important
}

.syntaxhighlighter .toolbar {
    position: absolute !important;
    right: 1px !important;
    top: 1px !important;
    width: 11px !important;
    height: 11px !important;
    font-size: 10px !important;
    z-index: 10 !important
}

.syntaxhighlighter .toolbar span.title {
    display: inline !important
}

.syntaxhighlighter .toolbar a {
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    padding-top: 1px !important
}

.syntaxhighlighter .toolbar a.expandsource {
    display: none !important
}

.syntaxhighlighter.ie {
    font-size: .9em !important;
    padding: 1px 0 1px 0 !important
}

.syntaxhighlighter.ie .toolbar {
    line-height: 8px !important
}

.syntaxhighlighter.ie .toolbar a {
    padding-top: 0 !important
}

.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
    background: none !important
}

.syntaxhighlighter.printing .line .number {
    color: #bbb !important
}

.syntaxhighlighter.printing .line .content {
    color: #000 !important
}

.syntaxhighlighter.printing .toolbar {
    display: none !important
}

.syntaxhighlighter.printing a {
    text-decoration: none !important
}

.syntaxhighlighter.printing .plain,
.syntaxhighlighter.printing .plain a {
    color: #000 !important
}

.syntaxhighlighter.printing .comments,
.syntaxhighlighter.printing .comments a {
    color: #008200 !important
}

.syntaxhighlighter.printing .string,
.syntaxhighlighter.printing .string a {
    color: blue !important
}

.syntaxhighlighter.printing .keyword {
    color: #069 !important;
    font-weight: bold !important
}

.syntaxhighlighter.printing .preprocessor {
    color: gray !important
}

.syntaxhighlighter.printing .variable {
    color: #a70 !important
}

.syntaxhighlighter.printing .value {
    color: #090 !important
}

.syntaxhighlighter.printing .functions {
    color: #ff1493 !important
}

.syntaxhighlighter.printing .constants {
    color: #06c !important
}

.syntaxhighlighter.printing .script {
    font-weight: bold !important
}

.syntaxhighlighter.printing .color1,
.syntaxhighlighter.printing .color1 a {
    color: gray !important
}

.syntaxhighlighter.printing .color2,
.syntaxhighlighter.printing .color2 a {
    color: #ff1493 !important
}

.syntaxhighlighter.printing .color3,
.syntaxhighlighter.printing .color3 a {
    color: red !important
}

.syntaxhighlighter.printing .break,
.syntaxhighlighter.printing .break a {
    color: #000 !important
}

.syntaxhighlighter {
    background-color: #fff !important
}

.syntaxhighlighter .line.alt1 {
    background-color: #fff !important
}

.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {
    background-color: #e0e0e0 !important
}

.syntaxhighlighter .line.highlighted.number {
    color: #000 !important
}

.syntaxhighlighter table caption {
    color: #000 !important
}

.syntaxhighlighter .gutter {
    color: #afafaf !important
}

.syntaxhighlighter .gutter .line {
    border-right: 3px solid #6ce26c !important
}

.syntaxhighlighter .gutter .line.highlighted {
    background-color: #6ce26c !important;
    color: #fff !important
}

.syntaxhighlighter.printing .line .content {
    border: none !important
}

.syntaxhighlighter.collapsed {
    overflow: visible !important
}

.syntaxhighlighter.collapsed .toolbar {
    color: blue !important;
    background: #fff !important;
    border: 1px solid #6ce26c !important
}

.syntaxhighlighter.collapsed .toolbar a {
    color: blue !important
}

.syntaxhighlighter.collapsed .toolbar a:hover {
    color: red !important
}

.syntaxhighlighter .toolbar {
    color: #fff !important;
    background: #6ce26c !important;
    border: none !important
}

.syntaxhighlighter .toolbar a {
    color: #fff !important
}

.syntaxhighlighter .toolbar a:hover {
    color: #000 !important
}

.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
    color: #000 !important
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
    color: #008200 !important
}

.syntaxhighlighter .string,
.syntaxhighlighter .string a {
    color: blue !important
}

.syntaxhighlighter .keyword {
    color: #069 !important
}

.syntaxhighlighter .preprocessor {
    color: gray !important
}

.syntaxhighlighter .variable {
    color: #a70 !important
}

.syntaxhighlighter .value {
    color: #090 !important
}

.syntaxhighlighter .functions {
    color: #ff1493 !important
}

.syntaxhighlighter .constants {
    color: #06c !important
}

.syntaxhighlighter .script {
    font-weight: bold !important;
    color: #069 !important;
    background-color: none !important
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
    color: gray !important
}

.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
    color: #ff1493 !important
}

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
    color: red !important
}

.syntaxhighlighter .keyword {
    font-weight: bold !important
}

.syntaxhighlighter code {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap
}

.syntaxhighlighter .line {
    white-space: normal !important;
    line-height: 1.8em !important
}

.syntaxhighlighter code {
    line-height: 1.8em !important
}

.syntaxhighlighter .toolbar {
    display: none
}

.syntaxhighlighter.collapsed .toolbar {
    display: block;
    background: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    padding: .5em .8em .5em .8em !important
}

.syntaxhighlighter table td.code {
    width: auto !important
}

.syntaxhighlighter .line.alt2 {
    background-color: #f4f4f4 !important
}

.syntaxhighlighter .gutter {
    width: 35px !important
}

.syntaxhighlighter .gutter .line {
    border-right: 2px solid #6ce26c !important
}

.syntaxhighlighter table td.gutter .line {
    padding: 0 .5em 0 .5em !important;
    text-align: right !important
}

.syntaxhighlighter .keyword {
    font-weight: normal !important;
    color: #00f !important
}

.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    font-size: 12px !important
}

.sh-gutter .line,
.sh-gutter code {
    white-space: nowrap !important
}

.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background: #fff;
    color: #000
}

.hljs-comment,
.hljs-annotation,
.hljs-template_comment,
.diff .hljs-header,
.hljs-chunk,
.apache .hljs-cbracket {
    color: green
}

.hljs-keyword,
.hljs-id,
.hljs-built_in,
.css .smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.tex .hljs-command,
.hljs-request,
.hljs-status,
.nginx .hljs-title,
.xml .hljs-tag,
.xml .hljs-tag .hljs-value {
    color: #00f
}

.hljs-string,
.hljs-title,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.apache .hljs-tag,
.hljs-date,
.tex .hljs-formula,
.coffeescript .hljs-attribute {
    color: #a31515
}

.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-pseudo,
.hljs-pi,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.hljs-preprocessor,
.hljs-pragma,
.usertype,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-special,
.hljs-prompt {
    color: #2b91af
}

.hljs-phpdoc,
.hljs-javadoc,
.hljs-xmldoctag {
    color: gray
}

.vhdl .hljs-typename {
    font-weight: bold
}

.vhdl .hljs-string {
    color: #666
}

.vhdl .hljs-literal {
    color: #a31515
}

.vhdl .hljs-attribute {
    color: #00b0e8
}

.xml .hljs-attribute {
    color: red
}

.cnblogs-markdown code {
    font-family: "courier new", sans-serif !important;
    font-size: 12px !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    padding: 2px 5px !important;
    border-radius: 3px !important;
    line-height: 1.8
}

.cnblogs-markdown pre code {
    display: block
}

.cnblogs-markdown .hljs {
    font-family: "courier new", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 5px !important
}

.cnblogs-markdown pre {
    margin-top: 10px;
    margin-bottom: 10px
}

body {
    font-family: verdana, arial, helvetica, sans-serif
}

textarea {
    font-family: verdana, arial, helvetica, sans-serif
}

input[type=button] {
    -webkit-appearance: button
}

img {
    border: 0;
    max-width: 100%;
}

#mysignature {}

.blog_topic {
    margin-top: 10px;
    margin-left: 2em
}

#blog_post_info_block {
    margin-top: 20px
}

#blogpostcategory {
    margin-bottom: 10px
}

#entrytag {
    margin-top: 0 !important
}

.topiclistfooter {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px
}

#divrefreshcomments {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px
}

.commenttextbox {
    width: 480px;
    height: 220px
}

.commenttb {
    width: 320px
}

.tb_comment_name {
    width: 200px
}

#mying {
    margin-top: 5px
}

.ing_title {
    font-weight: bold;
    text-align: center
}

.ing_body {
    margin-top: 5px;
    margin-bottom: 5px;
    word-break: break-all
}

.ing_date {
    text-align: center;
    color: gray;
    font-size: 11px
}

.ing_footer {
    text-align: right;
    margin-right: 5px
}

#divnewmsg {
    margin-top: 2px;
    text-align: center
}

#divsendmsg {}

.commentform table td input {
    margin: 2px auto
}

.sendmsg2this:link,
.sendmsg2this:visited,
.sendmsg2this:active {
    font-size: 12px;
    text-decoration: none;
    background: url('..../images/icomsg.gif') no-repeat top left;
    padding-left: 20px
}

.sendmsg2this:hover {
    background: url('..../images/icomsg.gif') no-repeat bottom left
}

.recentcomment {
    overflow: hidden
}

.cnblogs_code {
    background-color: #f5f5f5;
    font-family: courier new !important;
    font-size: 12px !important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000
}

span.cnblogs_code {
    padding: 3px
}

.cnblogs_code div {
    background-color: #f5f5f5
}

.cnblogs_code pre {
    font-family: courier new !important;
    font-size: 12px !important;
    word-wrap: break-word;
    white-space: pre-wrap
}

.cnblogs_code span {
    font-family: courier new !important;
    font-size: 12px !important;
    line-height: 1.5 !important
}

.cnblogs_code_collapse {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: #fff;
    padding: 2px
}

.cnblogs_code_collapse {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: #fff;
    padding: 2px
}

.cnblogs_code_hide {
    display: none
}

.code_img_closed {
    vertical-align: middle;
    padding-right: 5px
}

.code_img_opened {
    vertical-align: middle;
    padding-right: 5px
}

.cnblogs_code_open {
    margin-top: 5px
}

.codelinenumber {
    -moz-user-select: none;
    color: teal;
    padding-right: 10px
}

.cnblogs_code ol {
    margin-left: 0;
    color: teal
}

.cnblogs_code ol li {
    list-style-image: none
}

.cnblogs_code ol li span {
    color: #000
}

.cnblogs_code_toolbar a:hover,
.cnblogs_code_toolbar a:link,
.cnblogs_code_toolbar a:visited,
.cnblogs_code_toolbar a:active,
.cnblogs_code_toolbar a:link img,
.cnblogs_code_toolbar a:visited img {
    background-color: #f5f5f5 !important;
    border: none !important
}

.desc_img {
    float: right
}

.msonormal {
    font-size: 13px;
    line-height: 150%
}

.div_my_zzk {
    margin-top: 5px;
    margin-bottom: 5px
}

.input_my_zzk {
    width: 100px;
    vertical-align: middle;
    height: 20px
}

input.btn_my_zzk {
    vertical-align: middle;
    height: 22px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px
}

pre {
    margin-top: 0;
    margin-bottom: 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.divpostcommentbox {
    float: left;
    width: 500px
}

.commentboxnav {
    width: 100px;
    float: right;
    margin-top: 20px;
    line-height: 120%;
    font-size: 12px
}

.comment_pager {
    text-align: left;
    padding-bottom: 5px
}

.comment_pager_current {
    color: red
}

.dp-highlighter {
    font-family: "consolas", "courier new", courier, mono, serif;
    font-size: 12px;
    overflow: auto;
    margin: 18px 0 18px 0 !important;
    word-break: break-word
}

.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span {
    margin: 0;
    padding: 0;
    border: none
}

.dp-highlighter a,
.dp-highlighter a:hover {
    background: none;
    border: none;
    padding: 0;
    margin: 0
}

.dp-highlighter .bar {
    display: none
}

.dp-highlighter ol {
    list-style: decimal;
    background-color: #fff;
    margin: 0 0 1px 45px !important;
    padding: 0 !important;
    color: #5c5c5c
}

.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li {
    list-style: none !important;
    margin-left: 0 !important
}

.dp-highlighter ol li,
.dp-highlighter .columns div {
    list-style: decimal-leading-zero;
    list-style-position: outside !important;
    border-left: 3px solid #6ce26c;
    background-color: #f8f8f8;
    color: #5c5c5c;
    padding: 0 3px 0 10px !important;
    margin: 0 !important;
    line-height: 1.6
}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div {
    border: 0
}

.dp-highlighter .columns {
    background-color: #f8f8f8;
    color: gray;
    overflow: hidden;
    width: 100%
}

.dp-highlighter .columns div {
    padding-bottom: 5px
}

.dp-highlighter ol li.alt {
    background-color: #fff;
    color: inherit
}

.dp-highlighter ol li span {
    color: #000;
    background-color: inherit
}

.dp-highlighter.collapsed ol {
    margin: 0
}

.dp-highlighter.collapsed ol li {
    display: none
}

.dp-highlighter.printing {
    border: none
}

.dp-highlighter.printing .tools {
    display: none !important
}

.dp-highlighter.printing li {
    display: list-item !important
}

.dp-highlighter .tools {
    padding: 3px 8px 3px 10px;
    font: 9px verdana, geneva, arial, helvetica, sans-serif;
    color: silver;
    background-color: #f8f8f8;
    padding-bottom: 10px;
    border-left: 3px solid #6ce26c
}

.dp-highlighter.nogutter .tools {
    border-left: 0
}

.dp-highlighter.collapsed .tools {
    border-bottom: 0
}

.dp-highlighter .tools a {
    font-size: 9px;
    color: #a0a0a0;
    background-color: inherit;
    text-decoration: none;
    margin-right: 10px
}

.dp-highlighter .tools a:hover {
    color: red;
    background-color: inherit;
    text-decoration: underline
}

.dp-about {
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0
}

.dp-about table {
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-family: tahoma, verdana, arial, sans-serif !important
}

.dp-about td {
    padding: 10px;
    vertical-align: top
}

.dp-about .copy {
    border-bottom: 1px solid #aca899;
    height: 95%
}

.dp-about .title {
    color: red;
    background-color: inherit;
    font-weight: bold
}

.dp-about .para {
    margin: 0 0 4px 0
}

.dp-about .footer {
    background-color: #eceadb;
    color: #333;
    border-top: 1px solid #fff;
    text-align: right
}

.dp-about .close {
    font-size: 11px;
    font-family: tahoma, verdana, arial, sans-serif !important;
    background-color: #eceadb;
    color: #333;
    width: 60px;
    height: 22px
}

.dp-highlighter .comment,
.dp-highlighter .comments {
    color: #008200;
    background-color: inherit
}

.dp-highlighter .string {
    color: blue;
    background-color: inherit
}

.dp-highlighter .keyword {
    color: #069;
    font-weight: bold;
    background-color: inherit
}

.dp-highlighter .preprocessor {
    color: gray;
    background-color: inherit
}

#commentform_title {
    background-image: url(../images/icon_addcomment.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px
}

div.commentform input.author,
div.commentform input.email,
div.commentform input.url {
    background-image: url(../images/icon_form.gif);
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 4px 4px 4px 30px;
    width: 300px;
    font-size: 13px
}

div.commentform input.author {
    background-position: 3px -3px
}

div.commentform input.email {
    background-position: 3px -33px
}

div.commentform input.url {
    background-position: 3px -63px
}

div.commentform textarea {
    width: 450px;
    height: 300px;
    font-size: 13px
}

div.commentform p {
    margin-top: 10px;
    line-height: 20px
}

.commentbox_title {
    width: 450px
}

.commentbox_title_left {
    float: left
}

.commentbox_title_right {
    float: right;
    height: 22px
}

.login_tips {
    background-image: url(../images/icon_addcomment.gif);
    background-repeat: no-repeat;
    margin-top: 10px;
    padding: 0 0 10px 25px;
    font-weight: bold
}

.login_tips a {
    text-decoration: underline !important
}

.clear {
    clear: both
}

.comment_quote {
    padding: 5px 5px 5px 5px;
    border: 1px solid #ccc
}

.comment_icon {
    vertical-align: middle
}

#comment_nav {
    text-align: right
}

#comment_nav a {
    padding-left: 10px
}

.ad_commentbox_up {
    margin-left: 5px
}

.ad_commentbox_up a {
    padding-left: 10px
}

#digg_block {
    margin-top: 10px
}

#author_profile {
    float: left;
    width: 280px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    margin-left: 0;
    font-size: 12px
}

#author_profile a:link,
#author_profile a:visited,
#author_profile a:acitve {
    text-decoration: none
}

#author_profile a:hover {
    text-decoration: underline
}

.author_avatar {
    vertical-align: top;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    padding-left: 2px;
    border: 0
}

.author_profile_title {
    font-weight: bold;
    color: #666
}

.author_profile_info {
    float: left;
    line-height: 18px
}

#author_profile_follow {}

#author_profile_follow a:link {}

#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    width: 125px;
    text-align: center;
    margin-top: 10px
}

.diggit {
    float: left;
    width: 46px;
    height: 52px;
    background: url('../images/upup.gif') no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px
}

.diggnum {
    font-size: 14px;
    color: #075db3;
    font-family: verdana
}

.buryit {
    float: right;
    margin-left: 20px;
    width: 46px;
    height: 52px;
    background: url('../images/downdown.gif') no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px
}

.burynum {
    font-size: 14px;
    color: #075db3;
    font-family: verdana
}

.diggword {
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
    color: gray
}

a.digg_gray:link {
    color: gray;
    text-decoration: underline
}

a.digg_gray:visited {
    color: gray;
    text-decoration: underline
}

a.digg_gray:hover {
    color: red;
    text-decoration: underline
}

a.digg_gray:active {
    color: gray;
    text-decoration: underline
}

a.site_hot:visited,
a.site_hot:active,
a.site_hot:link {
    color: red;
    text-decoration: none
}

a.site_hot:hover {
    color: red;
    text-decoration: underline
}

.ad_bottom_text {
    line-height: 150%
}

#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left
}

.ing_date {
    color: gray
}

.bq_post_comment {
    margin: 0 0 5px 0;
    font-style: normal;
    line-height: 180%;
    border: 1px solid #ddd;
    padding: 10px
}

.blog_comment_body {
    word-wrap: break-word
}

#post_next_prev {
    line-height: 1.8;
    font-size: 12px
}

.post_next_prev_date {
    color: gray
}

#post_next_prev a.p_n_p_prefix:link {
    text-decoration: none
}

#post_next_prev a.p_n_p_prefix:hover {
    text-decoration: underline
}

#side_ing_block {
    line-height: 1.5;
    overflow: hidden
}

#side_ing_block ul li {
    background-image: url(../images/icon_voice.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 20px
}

a.ing_lnk:link,
a.ing_lnk:active,
a.ing_lnk:visited {
    color: gray;
    text-decoration: none;
    border: 0
}

.itnews {
    line-height: 150%
}

.job_offer_list {
    line-height: 150%
}

blockquote {
    background: none;
    border: 2px solid #efefef;
    color: #333;
    margin-left: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px
}

#cnblogs_post_body blockquote ul {
    margin-left: 25px
}

.c_ad_block {
    margin-top: 10px;
    line-height: 1.5
}

#grade_flag {
    font-size: 12px
}

div.commentform textarea.comment_textarea {
    line-height: 1.6
}

.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5
}

.c_b_p_desc_readmore {
    padding-left: 5px
}

.c_b_p_link_desc {
    margin-top: 2px
}

#green_channel {
    padding: 10px 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: silver 1px dashed;
    font-size: 9pt;
    width: 430px
}

#green_channel a {
    background: url(data:image/png;base64,ivborw0kggoaaaansuheugaaaaeaaaakcayaaabidfamaaaagxrfwhrtb2z0d2fyzqbbzg9izsbjbwfnzvjlywr5ccllpaaaahhjrefueno8zjsoxcambfb/keauffr0cbng3nqpw68arzdalozpppfibhh5eab8b+tlt9myq6i1buqfaq1cksvcxz2acs6406kugpt5/lckuvgz5bdcsb13zo99zodczgvt4mjjzmvkqcha68iiepb86gaiov8cdadliuqbs7md3waaaabjru5erkjggg%3d%3d) repeat-x;
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .25);
    font-size: 9pt
}

#green_channel a:hover {
    background-image: url(data:image/png;base64,ivborw0kggoaaaansuheugaaaaeaaaaycayaaacd+7gkaaaagxrfwhrtb2z0d2fyzqbbzg9izsbjbwfnzvjlywr5ccllpaaaacljrefuenpi/v//vwmtawpdfzjbgmpfi/7hfsot9y8qruf3jlohaqimahytmmra+cugaaaaaelftksuqmcc)
}

#green_channel #green_channel_digg {
    background-color: #2daebf
}

#green_channel #green_channel_follow {
    background-color: #e33100
}

#green_channel #green_channel_favorite {
    background-color: #ffb515
}

#green_channel #green_channel_contact {
    background-color: #eee;
    color: #555
}

#green_channel #green_channel_weibo img {
    vertical-align: middle;
    border: none;
    margin-left: 5px;
    box-shadow: none
}

#green_channel #green_channel_weibo {
    background: none;
    padding: 3px 2px;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none
}

#cnblogs_post_body {
    margin-bottom: 20px
}

#cnblogs_post_body ul {
    list-style-type: disc;
    margin-left: 45px;
    padding-left: 0
}

#cnblogs_post_body ul li {
    list-style: inherit !important
}

#cnblogs_post_body ol {
    padding-left: 50px
}

#cnblogs_post_body ol li {
    list-style-type: decimal
}

#cnblogs_post_body table,
.cnblogs-post-body table {
    border: 1px solid silver;
    border-collapse: collapse;
    word-break: break-word
}

#cnblogs_post_body th,
#cnblogs_post_body td,
.cnblogs-post-body th,
.cnblogs-post-body td {
    border: 1px solid silver;
    border-collapse: collapse;
    padding: 3px
}

.ad_text_commentbox {
    margin-top: 5px;
    margin-bottom: 5px
}

a.comment_uploadimg_a {
    font-size: 12px
}

#site_nav_under {
    margin-top: 5px;
    line-height: 1.8
}

#site_nav_under a {
    margin-right: 10px
}

#opt_under_post {
    line-height: 1.8
}

#opt_under_post a {
    margin-right: 10px
}

#ad_under_comment2 {
    margin-bottom: 5px
}

#ad_under_comment2 img {
    margin-bottom: 5px
}

.recent_comment_author {
    text-align: right;
    margin-right: 4px
}

.cnblogs_code_toolbar {
    margin-top: 5px
}

.cnblogs_code_toolbar span {
    padding-right: 5px
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.comment_btn {
    height: 26px;
    width: 68px;
    margin: 0;
    padding: 0;
    line-height: 22px
}

#commentbox_opt a {
    padding-left: 10px
}

#taglist_title {
    margin-bottom: 10px
}

#taglist td {
    padding: 5px 20px 5px 10px
}

.cal {
    width: 100%
}

.caltitle {
    width: 100%
}

.new-comment-block {
    line-height: 1.5
}

.new-comment-title span {
    margin-left: 5px
}

.new-comment-title a {
    margin-left: 5px
}

.pager {
    font-size: 12px;
    margin: 10px 0;
    text-align: center;
    color: #2e6ab1;
    line-height: 200%
}

.pager a {
    border: 1px solid #9aafe5;
    color: #2e6ab1;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none
}

.pager span.current {
    background-color: #2e6ab1;
    border: 1px solid navy;
    color: #fff;
    font-weight: bold;
    margin: 0 2px;
    padding: 2px 5px
}

.comment_vote {
    text-align: right
}

.comment_vote a {
    text-decoration: none !important;
    padding-left: 10px
}

.comment_actions a {
    padding-right: 10px
}

.comment_actions a:last-child {
    padding-right: 0
}

.recent_comment_body {
    white-space: pre-wrap;
    word-wrap: break-word
}

#taglist_main {
    margin-top: 20px
}

#taglist_main #taglist .small {
    font-size: 12px
}

#taglist_title_wrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

#cnblogs_post_body {
    word-break: break-word
}

#cnblogs_post_body p {
    margin: 10px auto;
    text-indent: 0
}

#cnblogs_post_body h1 {
    font-size: 28px;
    font-weight: bold
}

#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold
}

#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold
}

#cnblogs_post_body h4 {
    font-size: 14px;
    font-weight: bold
}

#cnblogs_post_body h5 {
    font-size: 12px;
    font-weight: bold
}

#cnblogs_post_body h6 {
    font-size: 11px;
    font-weight: bold
}

#div_digg .diggnum {
    line-height: 1.5em !important
}

#div_digg .burynum {
    line-height: 1.5em !important
}

#green_channel a:link,
#green_channel a:visited,
#green_channel a:active {
    color: #fff !important;
    border: none !important
}

#myposts .myposts_title {
    font-size: 15px
}

#myposts {
    margin-left: 20px
}

#myposts .pager {
    text-align: right;
    margin-right: 10px
}

#myposts .postlist {
    margin-right: 20px;
    margin-top: 10px;
    font-size: 13px
}

#myposts .posttitle2 {
    font-size: 13px
}

#myposts .postdesc2 {
    font-size: 12px
}

#myposts .posttext2 {
    font-size: 13px;
    margin-bottom: 5px
}

#blog-news {
    overflow: hidden
}

#mysignature {
    display: none
}

#entrytag {
    margin-top: 20px;
    font-size: 9pt;
    color: gray
}

#divrefreshcomments {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 9pt
}

.topiclistfooter {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px
}

* {
    margin: 0;
    padding: 0
}

body {
    color: #333;
    background: #fff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.8
}

img {
    border: 0
}

li {
    list-style: none
}

input,
textarea {
    border: 1px solid #999
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: bold;
    color: #000
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    color: #999
}

#sidebar {
    width: 220px;
    float: left;
    overflow: hidden;
    padding: 0 8px 40px 12px
}

#za8ab6maincontent {
    float: right;
    margin-left: -250px;
    width: 100%
}

.forflow {
    margin: 0 16px 0 266px
}

#za8ab6footer {
    text-align: center
}

#lnkbloglogo {
    display: none
}

#blogtitle {
    padding: 16px
}

#blogtitle img {
    max-height: 80px;
}

#blogtitle h1 {
    font-size: 17pt
}

#blogtitle h2 {
    font-size: 10.5pt;
    color: #999
}

#blogtitle .title {
    font-size: 17pt
}

#blogtitle .subtitle {
    font-size: 10.5pt;
    color: #999
}

#navigator {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-width: 1px;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 2px\9
}

#navigator img {
    display: none
}

.blogstats {
    float: right;
    color: #999
}

#za8ab6navlist li {
    float: left;
    margin-right: 20px;
    font-size: 10.5pt
}

#sidebar li,
.divrecentcommentaticle {
    text-indent: -1.5em;
    margin-left: 1.5em
}

#sidebar h3,
#mying .ing_title {
    margin: 16px 0 0 -8px;
    font-size: 14px;
    text-align: left
}

#calendar {
    margin-top: 16px;
    text-align: center
}

#calendar table {
    width: 90%;
    margin: 0 auto
}

#calendar .calothermonthday {
    color: #999
}

#sidebar .divrecentcomment {
    color: #666;
    margin: 0 0 8px 8px
}

.ing_title a:link,
.ing_title a:visited,
.ing_title a:hover,
.ing_title a:active {
    font-weight: bold
}

div.commentform textarea {
    width: 450px;
    height: 300px;
    ont-size: 13px
}

.daytitle {
    display: none
}

.entrylisttitle,
.thumbtitle,
.postlisttitle,
.forflow h3 div,
.gallerytitle {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    text-align: left
}

.entrylistdescription,
.thumbdescription {
    margin-left: 16px
}

.posttitle,
.entrylistposttitle,
.feedback_area_title {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px
}

.postbody p {
    margin-top: 12px
}

.postbody h5 {
    font-size: 10pt
}

.postcon a,
.postbody a,
.feedbackcon a {
    border-bottom: 1px dotted #333;
    color: #000
}

.postcon a:hover,
.postbody a:hover,
.feedbackcon a:hover {
    border-color: #999
}

.postdesc,
.entrylistitempostdesc {
    border-bottom: 1px dotted #999;
    color: #999;
    text-align: right;
    padding-bottom: 20px
}

.postlist {
    float: none;
    clear: both;
    text-align: right;
    width: 96%;
    margin: auto;
    padding: 6px 0;
    overflow: hidden;
    border-bottom: 1px dotted #ccc
}

.posttitl2 {
    float: left
}

.posttext2 {
    text-align: left;
    color: #666
}

.feedbackitem {
    padding: 8px;
    border-bottom: 1px dotted #ccc
}

.feedbackmanage {
    float: right
}

.feedbackcon {
    margin-left: 1em;
    color: #666
}

.commentform td div span {
    margin-left: 12px
}

.gallery img {
    margin: 8px
}

#taglist {
    margin: 20px auto
}

.pfl_feedback_area_title {
    font-size: 16px;
    margin: 16px 0;
    font-weight: bold
}

.pfl_feedback_area_title a {
    font-size: 12px;
    color: #999;
    font-weight: normal
}

.pfl_feedbacksubtitle {
    height: 30px
}

.pfl_feedbackname,
.pfl_feedbackmanage {
    float: left;
    margin: 10px 20px 0 0
}

.pfl_feedbackcon,
.pfl_feedbackanswer {
    clear: both;
    margin-left: 12px
}

.btn_my_zzk {
    border: 0
}

#sidebarmain {
    padding-left: 0
}

#mying {
    padding-left: 10px
}

p {
    margin-top: 0;
    margin-bottom: 0
}

div#sidebar div#side_ing_block ul li {
    margin-left: 0;
    text-indent: 0
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #018ee8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #6fabec;
}

::-webkit-scrollbar-thumb:active {
    background-color: #6fabec;
}

::-webkit-scrollbar-thumb:active {
    height: 50px;
    -webkit-border-radius: 2px;
    background-color: #033367;
}

::selection {
    color: white;
    background: rgb(215, 48, 48);
}

::-moz-selection {
    color: white;
    background: rgb(215, 48, 48);
}

::-webkit-selection {
    color: white;
    background: rgb(215, 48, 48);
}

blockquote {
    margin: 20px 0;
    padding: 20px 50px;
    border-radius: 10px;
    background: url('../images/ctrip.gif') no-repeat -75px -20px #f0f0f0;
    -ms-border-radius: 10px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.ff-t {
    font-family: tahoma;
}

.scrollbtn {
    position: fixed;
    right: 15px;
    bottom: 45px;
    width: 54px;
    _position: absolute;
}

.scrollbtn a {
    display: inline-block;
    overflow: hidden;
    width: 54px;
    height: 54px;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    text-align: center;
    opacity: .6;
    color: white;
    background: url(../images/o_gototop.png) no-repeat 0 0;
    filter: alpha(opacity=60);
}

.scrollbtn li {
    float: left;
    overflow: hidden;
    height: 54px;
    margin-bottom: 5px;
}

.scrollbtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sb-comment a {
    height: 17px;
    padding-top: 34px;
    padding-bottom: 3px;
    background-position: 0 -59px;
}

.sb-share a {
    background-position: 0 -118px;
}

.sb-gotop a {
    background-position: 0 -177px;
}

body {
    font-family: '微软雅黑', '宋体', arial;
    font-size: 15px;
    min-width: 1200px;
    margin: 0;
    padding: 0;
    background: #205424;
}

#home {
    overflow: auto;
    width: 1200px;
    margin: 40px auto;
    border: solid 1px white;
    border-radius: 0 350px 0 0;
    background: white;
    box-shadow: 0 0 10px #000;
    filter: alpha(opacity=90);
}

.postbody p,
.postcon p {
    line-height: 24px;
    margin: 7px 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

image {
    border: none;
}

#header {
    padding: 10px;
}

#blogtitle .title {
    font-size: 36px;
    line-height: 100px;
    height: 100px;
    padding-left: 120px;
    background: white url('../images/ctrip.gif') no-repeat;
}

.subtitle {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
    padding-left: 30px;
    color: #999;
}

#navigator {
    font-size: 16px;
    height: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #55895b;
}

#za8ab6navlist li {
    line-height: 48px;
    display: inline-block;
    float: left;
    margin: 0;
}

#za8ab6navlist li:hover {
    background: #6da47d;
}

#za8ab6navlist li a {
    line-height: 48px;
    display: -moz-inline-box;
    display: inline-block;
    padding: 0 30px;
    text-decoration: none;
    color: white;
    border: 0;
}

.blogstats {
    line-height: 48px;
    height: 48px;
    color: white;
}

#main {
    padding: 10px;
}

#sidebarmain {
    font-size: 12px;
    line-height: 22px;
    width: 190px;
    margin: 0 0 20px 0;
    padding: 0 10px 0 0;
    border-right: 1px dashed #bec7c2;
    background: white;
}

#profile_block {
    line-height: 24px;
    text-align: left;
}

#za8ab6maincontent {
    float: right;
    width: 920px;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    background: white;
}

.day {
    margin: 0 0 20px 0;
    padding: 0;
    background: white;
}

.posttitle a {
    color: #464646;
}

.posttitle {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 30px;
    color: #464646;
    background: url('../images/o_br229512.link(en-us,msdn.10).gif') no-repeat 0 8px;
}

.daytitle {
    display: none;
}

.c_b_p_desc {
    line-height: 24px;
    padding: 40px 5px 10px 30px;
    color: #888;
    border-radius: 12px;
    background: url('../images/o_quote.png') no-repeat -75px -20px #f0f0f0;
    -ms-border-radius: 10px;
}

.c_b_p_desc a {
    color: #888;
}

.desc_img {
    margin-left: 10px;
    border: solid 1px white;
    box-shadow: 0 0 10px #aaa;
}

#topics .post {
    background: white;
}

.postcon {
    padding: 10px 20px 0 20px;
}

.postdesc {
    font-size: 12px;
    margin: 0 30px;
    margin-bottom: 2px;
    padding: 8px 0;
    text-align: right;
    color: #aaa;
    background: white;
}

.postdesc a {
    color: #aaa;
}

.postbody {
    padding: 0;
}

#google_q,
#q {
    width: 120px;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.btn_my_zzk {
    font-family: 'microsoft yahei';
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
    padding: 1px;
    cursor: pointer;
    vertical-align: middle;
    color: white;
    border: none;
    border-radius: 4px;
    background: #55895b;
}

.btn_my_zzk:hover {
    background: #6da47d;
}

#div_digg {
    position: fixed;
    right: 312px;
    bottom: 24px;
    z-index: 9999;
    background-color: #fff;
    font-size: 12px;
    width: 125px;
    margin: 10px 0 0 0;
    padding: 5px;
    text-align: center;
    border: 3px solid #55895b;
    border-radius: 5px;
}

#digg_tips {
    display: none;
}

#btn_comment_submit {
    width: 120px;
    height: 48px;
    border: none;
}

.comment_btn {
    font-family: 'microsoft yahei';
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 120px;
    height: 48px;
    cursor: pointer;
    vertical-align: middle;
    color: white;
    border: none;
    background: #55895b;
}

#btn_comment_submit:hover {
    background: #6da47d;
}

.feedback_area_title {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    color: #55895b;
    border-bottom: solid 6px #55895b;
}

.feedbacklistsubtitle {
    font-size: 12px;
    color: #888;
}

.feedbacklistsubtitle a {
    color: #888;
}

#commentform_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
    color: #55895b;
    border-bottom: solid 6px #55895b;
    background-image: none;
    background-repeat: no-repeat;
}

#comment_form {
    margin: 10px 0;
    padding: 0;
}

.commentform {
    margin: 10px 0;
    padding: 10px 20px;
    background: white;
}

#tbcommentbody {
    font-size: 14px;
    line-height: 1.42857143;
    width: 940px;
    height: 200px;
    padding: 5px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #3c763d;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white url(../images/o_a.png) right bottom no-repeat;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.feedbackitem {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 20px;
    background: #f2f2f2;
    box-shadow: 0 0 5px #aaa;
}

.feedbacklistsubtitle {
    font-weight: normal;
}

#za8ab6footer {
    font-size: 12px;
    font-size: 14px;
    margin: 20px;
    padding: 12px;
    text-align: center;
    color: #ddd;
    background: #55895b;
}

.catlisttitle {
    padding: 5px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-left-color: #55895b;
    border-radius: 3px;
    background-color: white;
}

#green_channel {
    font-size: 15px;
    font-weight: normal;
    width: 920px;
    padding: 20px;
    padding-left: 20px;
    color: white;
    border: none;
    border-radius: 4px;
    background: #6da47d;
}

code {
    padding: 2px 4px;
    white-space: nowrap;
    color: rgb(221, 17, 68);
    border: 1px solid rgb(225, 225, 232);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: rgb(247, 247, 249);
}

kbd {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    color: rgb(51, 51, 51);
    border: 1px solid rgb(204, 204, 204);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgb(247, 247, 247);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 2px rgb(255, 255, 255) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 2px white inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 2px rgb(255, 255, 255) inset;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
}

.headph:hover img {
    -webkit-transform: rotate(360deg) scale(1.5);
    -moz-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -o-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
}

.headph img {
    width: 48px;
    height: 48px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.abstract {
    font-family: 'microsoft yahei';
    padding: 15px;
    color: #999;
    border: dotted 2px #999;
    border-radius: 4px;
}

#first {
    font-family: 'microsoft yahei';
    font-size: 20px;
    clear: both;
    margin: 10px 0;
    padding: 6px 20px;
    text-align: left;
    color: white;
    border-radius: 4px;
    background: #55895b;
}

.second {
    font-family: 'microsoft yahei';
    font-size: 18px;
    clear: both;
    margin: 10px 0;
    padding: 6px 20px;
    color: white;
    border-radius: 4px;
    background: #93c8a2;
}

.third {
    font-family: 'microsoft yahei';
    font-size: 16px;
    clear: both;
    margin: 10px 0;
    margin: 15px 0;
    padding: 6px 20px;
    color: white;
    color: #999;
    border-radius: 4px;
    background: #c6efd2;
}

.note {
    font-family: 'microsoft yahei';
    font-size: 15px;
    clear: both;
    margin: 10px 0;
    padding: 15px 20px 15px 60px;
    background: #fcfaa9 url('../images/o_yellow-pin.png') no-repeat 20px 0;
    box-shadow: 0 0 8px #aaa;
}

.demo {
    font-size: 16px;
    clear: both;
    overflow: auto;
    padding: 6px 20px;
    text-align: left;
    color: white;
    border-radius: 4px;
    background: orange;
}

.syntaxhighlighter .line.alt2 {
    background-color: white !important;
}

div.catlistview a:hover,
div.catlistfeedback a:hover,
div.catlistblogrank a:hover,
div.catlist a:hover,
div.catlistimagecategory a:hover,
div.catlistpostarchive a:hover,
div.catlistpostcategory a:hover,
div.catlistlink a:hover,
div#profile_block a:hover,
div#blog-comments-placeholder a:hover,
div#comment_form a:hover {
    color: #8acc43;
}

#blogpostcategory a,
.catlisttag a,
#recentcommentsblock a,
#topics a:hover,
#launcherlogolink:hover {
    padding: 1px 3px 1px 3px;
    text-decoration: none;
    /* color:white; */
    border-radius: 3px;
    /* background-color:#55895b; */
}

h1 {
    margin: 0;
}

h3 {
    font-size: 15px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #464646;
}

a:visited,
a:hover {
    color: #464646;
}

.postbody ?first a {
    color: white;
}

.postbody a:hover {
    text-decoration: none;
    color: white;
    background-color: #55895b;
}

.postbody a {
    padding: 1px 3px 1px 3px;
    color: #55895b;
}

.forflow {
    margin: 0 16px 0 10px
}

#za8ab6navlist li a {
    font-size: 16px;
    font-weight: bold;
}

.entrylist h1 {
    border-radius: 12px;
    background: #F0F0F0;
    font-size: 16px;
    padding: 8px;
}

.flinks li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px;
}


/*分页代码*/

.jz_pages {}

.jz_pages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.jz_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
    border: 1px solid #E9E9E9;
}

.jz_pages ul li a {
    float: left;
    padding: 2px 4px 2px;
    color: #555;
    display: block;
}

.jz_pages ul li a:hover {
    color: #690;
    text-decoration: none;
    padding: 2px 4px 2px;
}

.jz_pages ul li.thisclass,
.jz_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
    background-color: #F8F8F8;
    padding: 2px 4px 2px;
    font-weight: bold;
}

.jz_pages .pageinfo {
    line-height: 21px;
    padding: 12px 10px 12px 16px;
    color: #999;
}

.jz_pages .pageinfo strong {
    color: #FCF7F8;
    font-weight: normal;
    margin: 0px 2px;
}

.pagelist strong {
    background: #079A36
}

.xiayibu {
    margin-top: 20px;
}

.xiayibu ul li {
    list-style-type: none;
    line-height: 26px;
    display: block;
}

.juli {
    display: block;
    height: 20px;
}

.xiayibu ul li :hover {
    color: #c00;
}



/*  
banner
*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* 话题标签topic */
.za8ab6meta-tags {
    padding: 20px 0;
}

.za8ab6meta-tags .za8ab6tagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}

.za8ab6meta-tags .za8ab6tagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.za8ab6meta-tags .za8ab6tagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.za8ab6container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .za8ab6container {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .za8ab6container {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .za8ab6container {
        width: 1170px
    }
}

@media only screen and (max-width: 1140px) {

    .za8ab6main,
    .za8ab6container {
        width: auto;
    }
}

.za8ab6place {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.za8ab6row .za8ab6rowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.za8ab6row .za8ab6rowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.za8ab6row .za8ab6rowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

/* 自定义内容 */
.za8ab6content {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.za8ab6content p {
    padding-bottom: 20px;
}

.za8ab6content .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.za8ab6content .contain:hover {
    background: #EFEFEF;
}

.za8ab6content .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.za8ab6content .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.za8ab6content .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.za8ab6content .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.za8ab6news_list_wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.news_list_item_line {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news_list_item_line:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;

}

.news_list_item_line:hover a {
    color: #2ba0e8;
}

.news_list_item_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.news_list_item_group a {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}

.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 分页 */
.zzpages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.zzpages ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}

.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}

.zzpages ul li:hover {
    border: 1px solid #292a32;
}

.zzpages ul li a,
.zzpages ul li .pageinfo {
    color: #292a32;
    padding: 8px 12px;
}

.zzpages li.thisclass a {
    color: #fff;
}

.zzpages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/* 话题标签topic列表结束 */