/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import 'https://cdn.staticfile.org/normalize/8.0.1/normalize.min.css';
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/* 设置滚动条的样式 */

::selection {
    background-color: #eb5055;
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    min-height: 28px;
    background-color: #c2c2c2;
    background-clip: padding-box;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

*,
 :after,
 :before {
    box-sizing: border-box;
}

#home {
    padding-top: 56px;
}

a {
    color: #1E88E5;
    text-decoration: none;
}

#header {
    height: 56px;
    min-height: 56px;
    padding: 0 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background: #0273D4;
    background-color: rgb(25, 118, 210);
    color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    box-sizing: border-box;
    display: block;
    font-size: 20px;
    width: 100%;
}

#blogTitle {
    float: left;
    height: 56px;
    width: 250px;
    display: block;
}

#lnkBlogLogo {
    display: none;
}

#blogTitle h1 {
    font-size: 18px;
    margin: 0;
}

#blogTitle h1 a {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    height: 36px;
    padding: 10px 15px;
    line-height: 36px;
}

#blogTitle h2 {
    display: none;
}

#navigator {
    float: left;
}

#navigator .blogStats {
    display: none;
}

#navList {
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#navList li {
    float: left;
}

#navList li a {
    line-height: 56px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0 16px;
    text-transform: uppercase;
    font-family: "Roboto", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: none;
    background: none;
    border-radius: 0;
    position: relative;
    letter-spacing: 0.16px;
    margin: 0;
    min-width: auto;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1);
}

#navList li a:hover {
    background-color: rgba(158, 158, 158, 0.2);
}

#main {
    padding-left: 234px;
}

#sideBar {
    background: #ECEFF1;
    box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.15);
    width: 236px;
    overflow: auto;
    position: fixed;
    top: 56px;
    left: 0px;
    bottom: 0px;
}

.newsItem {}

.newsItem h3 {
    color: #546E7A;
    font-weight: normal;
    font-size: 14px;
    padding: 16px 16px;
    margin: 0;
    background-color: #ECEFF1;
}

.sidebar-block {}

.sidebar-block h3.catListTitle {
    color: #546E7A;
    font-size: 14px;
    padding: 15px;
    margin: 0;
    font-weight: bold;
    background-color: #ECEFF1;
}

#blog-news,
.sidebar-block h3.catListTitle+* {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.08);
    background: #dce2e5;
    margin: 0px;
    padding: 10px 0px;
    font-size: 12px;
    color: #536E7A;
}

#profile_block {
    line-height: 24px;
    padding: 0px 10px;
    margin: 0;
}

#blog-news a {
    color: #1E88E5;
    text-decoration: none;
}

.sidebar-block ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

.sidebar-block ul li {}

.sidebar-block ul li a {
    text-decoration: none;
    color: #536E7A;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding-left: 16px;
    line-height: 32px;
}

.sidebar-block ul li:hover {
    background-color: #CFD8DC;
}

.postTitle {
    position: relative;
    color: #fff;
    margin: 0;
}

.postTitle a {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    display: inline;
    text-transform: uppercase;
    margin: 0;
    margin-right: 8px;
    opacity: .87;
    text-decoration: none;
    border-left: 2px solid #0273D4;
    padding: 0px 5px;
    color: #546E7A;
}

.postBody {
    padding: 35px;
    color: #536E7A;
}

#cnblogs_post_body p {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 400;
    opacity: .87;
    line-height: 28px;
    padding: 0;
}

.postDesc {
    white-space: nowrap;
    background: #F5F6F7;
    font-family: Monaco, "Lucida Console", monospace;
    color: #5C707A;
    width: auto;
    overflow: auto;
    position: relative;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 24px;
    border-radius: 4px;
    padding: 16px 32px;
    margin: 0px;
}

#blog_post_info_block,
#comment_nav,
#comment_form_container {}

#under_post_news,
#under_post_kb {
    margin: 0px 35px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-width: 2px;
    border-style: solid;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    color: #253238;
    margin-bottom: 24px;
    border-color: #0262C2;
    background: #E3F2FD;
    overflow: hidden;
}

.itnews {
    padding: 8px 16px;
    margin-left: -24px;
}

.itnews b {
    color: #fff;
    padding: 0 16px 0 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #0262C2;
    display: block;
    margin-top: -18px;
    margin-left: -16px;
    margin-right: -16px;
}

.itnews a {
    display: block;
    margin-top: -33px;
    margin-left: 20px;
    text-decoration: none;
    color: #1E88E5;
}

.itnews a:hover {
    text-decoration: underline;
}

.day {
    box-shadow: 0 1px 3px rgba(0, 37, 55, .05);
    margin: 2%;
    border: 1px solid #e7eaf1;
}

.day .dayTitle {
    display: none;
}

.day .postTitle {
    padding: 0px;
    background: #EEf1f2;
    border-bottom: 1px solid #ECEFF1;
    font-size: 16px;
    height: auto;
    padding: 0px;
}

.day .postTitle a {
    color: #536E7A;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
}

.day .postTitle a:hover {
    color: #1E88E5;
}

.day .c_b_p_desc {
    color: #445A64;
    padding: 16px 32px;
    text-align: left;
    font-size: 14px;
}

.day .postDesc {
    display: none;
}

#under_post_news,
#under_post_kb {
    margin: 0 2%;
    width: 46%;
    border-radius: 2px;
    float: left;
    box-sizing: border-box;
}

.post {
    background: #FFFFFF;
    margin: 2%;
    box-shadow: 0 1px 3px rgba(0, 37, 55, .05);
    border: 1px solid #e7eaf1;
    border-radius: 2px;
}

#under_post_news,
#under_post_kb,
#ad_t2 {
    display: none;
}

#footer {
    text-align: center;
    padding-left: 234px;
    color: #666666;
}

#blog-comments-placeholder {
    background: #FFFFFF;
    margin: 2%;
    box-shadow: 0 1px 3px rgba(0, 37, 55, .05);
    border: 1px solid #e7eaf1;
    border-radius: 2px;
}

#blog-comments-placeholder>br {
    display: none;
}

.feedback_area_title {
    color: #536E7A;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
}

.feedback_area_title:before {
    content: "";
    background: #000;
}

.feedbackItem {
    padding: 15px;
}

.feedbackItem .feedbackListSubtitle {
    font-size: 14px;
}

.feedbackItem .feedbackManage {
    float: right;
}

.feedbackItem .feedbackCon {
    padding: 15px 0;
}

.feedbackItem .comment_vote {
    font-size: 14px;
}