/* 博客皮肤出处：https://www.cnblogs.com/libaoheng 
    2014-9-26 iyueyao 修改布局 适配移动端
*/
.recent_comment_body {
    word-wrap: break-word
}
#ckepop .jiathis_separator {
    font-size: 14px !important
}
html {
    border-top: 4px solid #009ad9
}
body {
    border-top: 2px solid #d8d8d8;
    color: #494949;
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-family: Michroma, 'Segoe UI Light', 'Segoe UI', 'Segoe UI WP', 'Microsoft Jhenghei', '微软雅黑', sans-serif, Times;
    /*background: #ececec url('https://images.cnblogs.com/cnblogs_com/libaoheng/335902/o_bg.png') repeat;*/
    background: #fff;
    line-height: 25px
    max-width:1200px;
}
#home {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    #home  {
        width:750px
    }
}
@media (min-width: 992px) {
    #home  {
        width:800px
    }
}
@media (min-width: 1200px) {
   /* #home  {
        width:1170px
    }*/
}
#header{
    margin-right: -15px;
    margin-left: -15px;
}
h1 {
    margin: 0
}
h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold
}
a, a:visited {
    color: #009ad9;
    text-decoration: none
}
a:hover {
    color: #ff9000;
    text-decoration: none
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
img {
    border: 0
}
#blogTitle, #blogTitle a {
    color: #3d3d3d
}
#blogTitle .title {
    height: 100px;
    line-height: 80px;
    font-size: 50px;
    padding-left: 120px;
    text-shadow: 1px 2px #ddd;
    background: url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_light2.png') no-repeat
}
#blogTitle, #blogTitle a:hover {
    text-decoration: none
}
.subtitle {
    padding-left: 120px;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    margin-top: -30px;
    margin-bottom: 20px
}
#navigator {
    top: 0;
    z-index: 99;
    height: auto;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
    color: #1982D1;
    font-size: 20px;
    border-left:0;
    border-right:0;

}
#navList{
    width:100%;
    overflow: hidden;
}
#navList li {
    line-height: 48px;
    display: block;
    float:left;
    font-size: 20px;
}
#navList li a {
    padding: 0 30px;
    text-decoration: none;
    line-height: 48px;
    border: 0;
    color: #1982D1;
    display: inline-block ;
    font-size:20px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#navList li a:hover{
    background:#f4f4f4;
    color:#000;
    -webkit-transition: background  430ms ease-in 0ms, color 430ms ease-in 0ms;
    -moz-transition: background 430ms ease-in 0ms, color 430ms ease-in 0ms;
    -ms-transition: background 430ms ease-in 0ms, color 430ms ease-in 0ms;
    -o-transition: background 430ms ease-in 0ms, color 430ms ease-in 0ms;
    transition: background 430ms ease-in 0ms, color 430ms ease-in 0ms;
}
.blogStats {
    height: 0px;
    color: #fff;
    line-height: 48px;
    display: inline-block;
    float: right;
    padding-right: 15px
}
#main {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    margin-top:20px;
}
#sideBar {
    border-color:#fff;
    border-top: solid 4px #009ad9;
    background: #fff;
    padding: 25px 0px;
    font-size: 12px ;
    width: 170px;
    position: absolute;
    top: 0;
    right: -190px;
}
@media screen and (max-width: 1060px) {
    #sideBar {
        width:100%;
        clear:both;
        position: relative;
        right: 0;
        margin-top: 35px;
        border:none;
        border-top: solid 4px #009ad9;
        /* border-top: 1px solid #edeeef; */
    }
}
#sideBarMain {
    line-height: 24px;
    padding:0 15px;
}
#calendar{
    margin:0;
}
#leftcontentcontainer {
    line-height: 24px
}
.catListTag ul li{
    padding:4px 0;
}
#profile_block {
    margin-top: 0;
    line-height: 24px;
    text-align: left
}
#mainContent {
    border-top: solid 4px #ff7227;
    padding: 25px 0px;
    background: #fff;
    float:none;
    margin-left:0;
}
#mainContent img {
    max-width: 800px;
}
.day {
    background: #fff;
    padding: 0;
    margin: 0 0 20px 0
}
.postTitle a {
    color: #494949;
    height: 96px;
    display: inline-block;
    overflow: hidden  ;
}
.postTitle a:hover {
    color: #ff7227;
    background: #fff;
    text-decoration: none
}
.postTitle {
    margin-bottom: 20px;
    height: 96px;
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
    color: #464646
}
.dayTitle {
    display: none
}
.desc_img {
    margin-left: 10px;
    border: solid 1px #fff;
    box-shadow: 0 0 10px #aaa
}
#topics .post {
    background: #fff
}
#topics img {
    max-width: 100%;
}
.postCon {
    padding: 10px 0
}
.postDesc {
    margin: 0 30px;
    margin-bottom: 2px;
    padding: 8px 0;
    font-size: 12px;
    color: #aaa;
    background: #fff;
    text-align: right
}
.postDesc a {
    color: #AAA
}
.postBody {
    padding: 0
}
#google_q, #q {
    height: 22px;
    width: 135px;
    border: solid 1px #ccc;
    box-shadow: inset 0 1px 2px #ddd;
    color: #aaa;
    padding: 0 2px
}
.btn_my_zzk {
    cursor: pointer;
    border: 0;
    width: 60px;
    height: 25px;
    background: #ff9000;
    color: #fff
}
.btn_my_zzk:hover {
    background: #ff9f00
}
#btn_comment_submit {
    border: 0;
    height: 48px;
    width: 120px
}
.comment_btn {
    font-family: 'Microsoft Yahei';
    border: 0;
    height: 48px;
    width: 120px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    background: #009ad9;
    color: #fff
}
#btn_comment_submit:hover {
    background: #13b4f6
}
.feedback_area_title {
    padding: 10px;
    font-size: 36px;
    font-weight: normal;
    color: #494949
}
.feedbackListSubtitle {
    font-size: 12px;
    color: #888
}
.feedbackListSubtitle a {
    color: #888
}
.comment_quote {
    background: #fcfaac;
    padding: 15px;
    border: 1px solid #CCC
}
#commentform_title {
    color: #494949;
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
    font-size: 36px;
    font-weight: normal
}
#comment_form {
    margin: 10px 0;
    padding: 0
}
.commentform {
    margin: 10px 0;
    padding: 10px 20px;
    background: #fff
}
#tbCommentBody {
    font-family: 'Microsoft Yahei';
    margin-top: 10px;
    width: 886px;
    max-width: 886px;
    min-width: 886px;
    background: white;
    color: #494949;
    border: 8px solid #f1f1f1;
    box-shadow: inset 0 2px 3px #aaa;
    padding: 10px;
    height: 120px;
    font-size: 18px;
    min-height: 120px
}

.feedbackItem {
    font-size: 15px;
    line-height: 24px;
    padding: 15px;
    background: #fff;
    margin: 0 10px;
    border-bottom: dotted 1px #aaa
}

.feedbackListSubtitle {
    font-weight: normal
}

.entrylist {
    padding: 10px 20px;
    background: #fff
}

.entrylistItem {
    margin: 10px 0;
    padding: 10px
}

.entrylistPosttitle {
    font-size: 18px;
    font-weight: bold;
    background: url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_br229512.link(en-us,MSDN.10).gif') no-repeat 0 3px;
    padding-left: 30px
}

.entrylistPostSummary {
    padding: 10px
}

.entrylistItemPostDesc {
    font-size: 12px;
    color: #999;
    padding-left: 40px
}

#footer {
    padding: 20px;
    text-align: center;
    color: #494949;
    font-size: 15px
}

#cnblogs_post_body p img {
    margin: 10px
}

.diggnum {
    font-size: 32px;
    color: #aaa;
    font-family: 'Microsoft Yahei'
}

#div_digg .diggnum {
    line-height: 100px
}

.diggit {
    float: left;
    width: 160px;
    height: 160px;
    background: url('https://images.cnblogs.com/cnblogs_com/libaoheng/335902/o_o_dig.gif') no-repeat;
    background-position: 0 0;
    text-align: center;
    cursor: pointer
}

.diggit:hover {
    background-position: -160px 0
}

.buryit {
    display: none
}

.diggword {
    display: none
}

#myposts .PostList {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 20px;
    background: #f2f2f2;
    box-shadow: 0 0 5px #aaa
}

#myposts .postTitl2 a {
    color: #009ad9
}

.newsItem h3 {
    display: none
}

.recent_comment_author {
    display: none
}

.recent_comment_title {
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.c_ad_block {
    display: none !important
}

.forFlow {
    width:auto;
    margin: 0 16px 0 20px;
}

.text-center {
    text-align: center
}
.hidden{display:none}