#blogTitle{
   background:rgb(255,64,64);
   width:100%;
   height:130px;
}
#Header1_HeaderTitle{
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    top: 75px;
    left: 80px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}
#navList{
    height: 30px;
    margin: 0;
    padding-left: 0;
    line-height: 30px;
    background: #ff7373;
}
#navList li{
    float: left;
    width: 10%;
    list-style: none;
}
#navList li a{
    display: block;
    text-align: center;
    color: #FEE;
    text-decoration: none;
    font-weight: bold;
    transition:all ease .5s;
}
#navList li a:hover{
    background: #ff4040;
}
#blog_stats span{
    display: block;
    width: 10%;
    float: left;
    text-align: center;
    background: #ffb273;
    color: #fff;
    padding: 0px;
    font-size: 11px;
    margin: 1px 2px 0 0;
    padding: 7px;
    font-weight: bold;
    letter-spacing: 1px;
}
#blog_stats{
    width: 100%;
    height: 30px;
}
#sideBar{
    border-right: 1.5px solid #ff7373;
    padding-right: 1%;
    color:#333;
    font-size:12.5px;
    float:left;
    width: 20%;
}
#sideBar h3{
    color: rgb(255, 116, 0);
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 5px;
    text-align:center;
}
#profile_block a{
    color:#333;
}
#profile_block{
    padding-left: 25%;
}
#profile_block a:first-child{
    color: rgb(255, 116, 0);
}
.Cal{
    display:none;
}
#sidebar_search_box .btn_my_zzk{
    vertical-align: middle;
    height: 22px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    background: rgb(92, 204, 204);
    color: rgb(0, 99, 99);
    border: 0;
    height: 26px;
    cursor: pointer;
}
#q{
    width:50%;
}
#google_q{
width:50%;
}
.catListLink ul{
    list-style-type: square;
    color: rgb(255, 116, 0);
    padding-left: 30%;
}
.catListLink ul li{
    padding-left: 20px;
}
.catListLink ul a{
    color: rgb(255, 0, 0);
    letter-spacing: 1px;
}
.newsItem{
    padding: 1px;
    background: #ffefef;
    transition:all ease .5s;
}
.newsItem:hover{
    background: #ffe1c9;
}
.catListLink{
    padding: 1px;
    background: #ffefef;
    transition:all ease .5s;
}
.catListLink:hover{
    background: #ffe1c9;
}
#footer{
    color: #ccc;
    font-size: 10px;
}
/*以下是页面内容css*/
.postTitle{
    font-size:18px;
text-align:center;
}
.postTitle a{
    color: #333;
}
.hengxian{
    text-align: center;
    margin: 30px auto;
}
#cnblogs_post_body{
   margin: 30px auto;
}
#cnblogs_post_body p{
    font-family: 微软雅黑;
}
.author_profile_info a{
color:#333;
}
.postDesc a{
color:#333
}
#mainContent{float: right;width: 78%;box-sizing: border-box;padding-right: 2%;}
p{
    font-size: 13px;
color:#333;
}
#cnblogs_post_body .method {
    font-size: 15px;
    color: #ff7373;
}
#ad_t2{
display:none;
}
#ad_c1{
display:none;
}
#under_post_news{
display:none;
}
#ad_c2{
display:none;
}
#under_post_kb{
display:none;
}
#comment_nav a
{
background-color: #5ccccc;
    border-radius: 3px;
    margin: 4px;
    padding: 3px 10px;
    font-size: 14px;
    text-decoration: none;
    color: rgb(0, 99, 99);
    font-family: 微软雅黑;
}
.postDesc{
margin-bottom: 30px;
    font-size: 15px;
    font-family: 微软雅黑;
}
#green_channel #green_channel_digg {
    background-color: #5ccccc;
}
#green_channel #green_channel_follow {
    background-color: #ff7373;
}
#green_channel #green_channel_favorite {
    background-color: #ffb273;
}
#btn_comment_submit{
    background-color: #5ccccc;
    border-radius: 3px;
    margin: 4px;
    padding: 3px 10px;
    font-size: 14px;
    text-decoration: none;
    color: rgb(0, 99, 99);
    font-family: 微软雅黑;
    border: 0;
}