/*顶部导航栏*/
#navigator {
    background-color: #343131;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    clear: both;
}
#navList a {
    display: block;
    padding: 0 1.5em;
    height: 40px;
    font-family: '微软雅黑';
    float: left;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 1.2em;
    text-align: center;
    transition-duration: 0.3s;
}
#navList a:hover {
    color: #666666;
    background-color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 2px #a9a9a9;
}
body {
    color: #000;
    background: #f6f4f7;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    min-height: 101%;
}
#main {
    min-width: 550px;
    text-align: left;
    padding: 20px 0 0 10px;
    overflow: hidden;
    background: #fff;
}
#home {
    margin: 0 auto;
}

/*文章*/
.day {
    min-height: 10px;
    _height: 10px;
    background: #fefefe;
    border-radius: 7px;
    box-shadow: 1px 1px 4px #666666;
    color: #666666;
    margin: 0 5px 20px 0;
    padding: 5px 20px 10px;
}
#blogTitle {
    display: none;
}
/*顶部标题*/
#blogTitle h1 a{
    font-size: 140%;
    font-weight: bold;
    line-height: 1.8;
    margin-left: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: center;
    color: #343131;
}
/*侧边栏
*/
.left-sidebar a{
     font-size: 18px;
     line-height: 30px;
     display:block;
     color: #2980B9;
}
#left-siderbar-title{
     font-size:120%;
     font-weight: bold;
}
/*侧边项目
*/
.newsItem, #blog-calendar {
    margin-bottom: 15px;
    text-indent: 0;
    padding: 8px;
    background: #fefefe;
    border-radius: 7px;
    box-shadow: 1px 1px 4px #666666;
    line-height: 1.5;
}
/*栏目名称*/
.catListTitle {
    background: #2980B9;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
/*文章链接*/
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #2980B9;
    transition: all 0.4s linear 0s;
}
.my-describe {
    font-size: 0.8em;
}
#topics .postTitle {
    font-size: 160%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    float: left;
    line-height: 2.5em;
    width: 100%;
    padding-left: 5px;
}
.postBody {
    font-size: 110%;
    line-height: 1.8;
    padding: 15px 2px 5px 5px;
    color: #666;
    border-bottom: 1px solid #ccc;
}
#cnblogs_post_body h1 {
    font-size: 23px;
    font-weight: bold;
    line-height: 2.2;
    margin: 20px 0;
    margin-top: 45px;
    padding: 12px 10px;
    color: #2980b9;
    background: #fefefe;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #666;
}
#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 2.0;
    margin: 18px 0;
    margin-top: 35px;
    padding: 8px 10px;
    color: #2980b9;
    background: #fefefe;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #666;
}
#cnblogs_post_body h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #2980b9;
    background: #fefefe;
}
#cnblogs_post_body h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #343131;
}
#cnblogs_post_body h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #343131;
}
#cnblogs_post_body h6 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #666666;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Courier New",sans-serif!important;
    font-size: 14px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}
.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Courier New",sans-serif!important;
    font-size: 14px!important;
    line-height: 20px;
    background-color: #f5f5f5!important;
    border: 1px solid #ccc!important;
    padding: 0 5px!important;
    border-radius: 3px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:link {
    color: #343131;
    text-decoration: none;
}
.blogStats {
    float: right;
    color: #ffcc00;
    padding-right: 10px;
    text-align: right;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    color: #a9a9a9;
    text-decoration: underline;
}
.my-header {
       width: 100%;
       background: #343131;
       display: flex;
       flex-direction: row;
       padding-top: 25px;
      over-flow: hidden;
}
.my-header-img{
      width: 110px;
      height: 110px;
      border-radius: 50%;
      margin: 25px;
      margin-right: 45px;
      margin-left: 50px;
      box-shadow: 2px 2px 10px #a9a9a9;
      over-flow: hidden;
      min-height:110px;
      min-width: 110px;
}
.my-header-title{
      width: 110px;
      min-width:110px;
      font-size: 34px;
      color: #fefefe;
      line-height: 30px;
      margin-top:55px;
      box-shadow: 1px 1px 3px #a9a9a9;
      over-flow: hidden;
}
.my-header-link{
      text-decoration: none;
      display: block;
      over-flow: hidden;
}
.my-icon {
     width: 26x;
     height: 26px;
}
.my-footer{
     width: 100%;
     background: #343131;
     padding:15px;
}
#my-footer-top {
     color: #a9a9a9;
     font-size: 20px;
     line-height: 40px;
     width: 100%;
     text-align: center;
}
#chat-me {
     color:#ffcc00;
     font-size: 16px;
     line-height: 30px;
     width: 100%;
     text-align: center;
}
#footer{
     display: none;
}
.column-in {
     display: flex;
     flex-direction:column;
}
.intro-me{
     font-size: 14px;
     line-height: 30px;
     margin-top: 10px;
     margin-bottom: 40px;
     color: #ffcc00;
}

/*文章标题*/
#topics .postTitle {
    font-size: 180%;
    font-weight: bold;
    float: left;
    line-height: 2.6em;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 10px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:#343131;
    transition: all 0.4s linear 0s;
}


#cnblogs_post_body p {
    margin: 16px auto;
    text-indent: 0;
}
#cnblogs_post_body img {
    max-width: 1000px;
    border: 1px solid  #f4f2f7;
    padding: 8px 0;
}
hr {
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.7em;
    -webkit-margin-after: 0.7em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border: 1.2px solid #e9e9e9;
}