body {
    /*20200423 font modfiyed*/
    font-family:  "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif!important;
    -webkit-text-size-adjust: 100%;
    /*20150527 prototype 13px modfiyed 14px*/
    font-size: 14.4px!important;
    /*font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;*/
    color: #34495e;
    /*20150527 prototype #000 modfiyed #333*/
}
h1, h2, h3, h4, h5, h6, th {
    font-weight: bold;
    color: #2c3e50;
}
/*20151026博客导航风格调整*/
.PostList {
    text-align: left;
}
#blogTitle{
  display:none;
}
.pager {
    margin: 0;
    margin-left: 10px;
}
input.btn_my_zzk {
    font-size: 15.5px;
    cursor: pointer;
}
input.btn_my_zzk_cp2 {
    vertical-align: middle;
    height: 30px;
    font-size: 18px;
    padding: 0 5px 0 5px;
    cursor: pointer;
}
input.btn_my_zzk:hover,input.btn_my_zzk_cp2:hover {
    color: #42b983;
    text-decoration: underline;
}
.input_my_zzk {
    width: 140px;
    height: 27px;
    line-height: 27px;
    font-size: 14.4px;
    border-radius: 16px
}
#sideBar h3 { 
     font-size: 16px; 
 }
#leftcontentcontainer{
      margin: 0 0 25px 0;
}
#navList {
    width: 98%;
}

#navList li {
    font-size: 20px;
    /*margin-right: 15px;*/
}

#navigator {
    /*20151228暂去白色背景background: #fff;*/
    background: #f4f6f8;
    border-top: 0;
    border-bottom: 0;
    border-width: 1px;
    height: 49px;
    line-height: 49px;
    color: #999;
    padding-left: 0;
    padding-right: 5px;
    padding-top: 2px\9;
    box-shadow: inset 0 -1px 0 #e9e9e9,0 1px 0 rgba(0,0,0,0.05);
}

/*20151009博客标题下划线颜色虚化*/
.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-bottom: 1px dotted #e4e6eb;
    font-size: 19.2px;
    /*font-size: 16px;*/
    /*20151009文章标题取消加粗font-weight: bold;*/
    font-weight: normal;
    margin: 0 0 10px;
    padding-top: 10px;
}
#post_detail .post .postTitle {
    border-bottom: 2px dotted #e4e6eb;
    padding: 10px 10px;
}

#MySignature {
    background-color: #f8f8ee;
    /*border: solid 1px #e8e7d0;*/
    box-shadow: 0 0 1px #aaa;
    padding: 5px;
    color: gray;
    /*width: 95%;*/
    font-size: 13px;
    /*margin-left: 5px;*/
}

/*调整我的标签列表字体*/
#myposts .PostList {
    margin-right: 20px;
    margin-top: 10px;
    font-size: 19.2px;
}

.forFlow {
    margin: 0 5px 0 5px!important;
}

#sideBar {
    position: absolute;
    width: 300px;
    border-left: 0px solid #ccc;
    border-top-width: 0;
    overflow: hidden;
    /*padding: 0 8px 20px 20px;*/
    top: 55px;
    /*WARN因代码设置blogTitle样式影响，top属性值120px改为80px*/
    right: 0;
    box-shadow: 0 0 8px #CCC;
    /*20160412添加阴影*/
    -webkit-box-shadow: 0 0 8px #CCC;
    -moz-box-shadow: 0 0 8px #CCC;
    background: #fff;
}
#nav_next_page a:link,#nav_next_page a:active,#nav_next_page a:visited {
    color: #42b983
}
.pager {
    font-size: 16px;
    text-align: center;
    color: #34495e;
    line-height: 200%;
}

.pager a {
    border: 1px solid #42b983;
    color: #42b983;
}

.postCon a, .postBody a, .feedbackCon a {
    color: #34495e;
}

.postTitle2 {
    color: #2c3e50;
}

/*2015.4.21 del
a:visited {
color: #83bf73;
}*/
/*a tag blue font color 
a:hover {
color: #83bf73;
}
a {
cursor: pointer;
color: #37a;
text-decoration: none;
}
 */
/*a tag green font color */
a {
    color: #34495e;
    text-decoration: none
}

a:hover,a:focus {
    color: #42b983;
    /*hover green font color '#004229' */
    text-decoration: underline
}

#div_digg {
    bottom: 9px;
    /*right: 170px;*/
    right: 5%;
    /*20151224响应式布局使用百分比*/
    border: 1px dashed #EEE;
    border-radius: 5px;
    padding: 5px;
    font-size: 14.4px;
    /*20151224右侧浮动展示CSS*/
    /*
position: fixed;
margin-bottom: 30px;
background-color: white;
z-index: 1001;
*/
}

/*20160412右侧不浮动展示时的新添加CSS*/
#div_digg {
    border: 0px dashed #EEE;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#comment_nav {
    bottom: 0;
    /*right: 150px;*/
    right: 3%;
    /*20151224响应式布局使用百分比*/
    border: 1px dashed #EEE;
    border-radius: 5px;
    font-size: 14.4px;
    /*20151224右侧浮动展示CSS*/
    /*
position: fixed;
margin-bottom: 20px;
background-color: white;
font-size: 16px;
z-index: 1001;
*/
}

.ad_text_commentbox {
    margin-top: 5px;
    margin-bottom: 30px;
}

#myposts .postDesc2 {
    font-size: 14.4px;
    float: right;
}

#post_next_prev {
    line-height: 1.5;
    font-size: 14px;
    padding: 15px 0 10px 0;
}
#green_channel{
   margin-bottom:20px;
}
#BlogPostCategory,#EntryTag {
    font-size: 13.6px;
}

.postBody {
    color: #2c3e50;
    font-size: 16px;
    /*20150527 13px modfiyed 14px*/
    /*line-height: 1.5;*/
    /*font-family: "PT Serif", Georgia, Times, "Times New Roman", "Heiti SC", "Microsoft Yahei", "微软雅黑", "宋体", serif;*/
    /*20151026 Change font style for type2 */
    /*font-family: Verdana,Arial,Helvetica,sans-serif;*/
    background: white url("https://images.cnblogs.com/cnblogs_com/svennee/655802/o_paper.png") repeat center top;
}

/*20151026 Change color for select text*/
::selection {
    background: #B7E1D0;
    /*color: #333;*/
}

/*20160120 导航-更多样式*/
#moreShowList {
    float: right;
}

/*#author_profile {
font-size: 16px;
}*/
.author_profile_info {
    line-height: 1.5;
    font-size: 14.4px;
}

.postDesc, .entrylistItemPostDesc {
    padding: 5px 0 15px 0;
}
.c_b_p_desc {
    line-height: 1.6;
}
.no_underline,.no_underline:hover{
   text-decoration: none;
}
#MyTag1_dtTagList{
    word-wrap: break-word;
    word-break: break-all;
}
#footer {
    margin-top: 50px;
    padding: 20px 0;
    background: #f4f6f8;
    border-top: 1px solid #e2e2e2;
}