body {
    font-family: "verdana","ms song","宋体","Arial","微软雅黑","Helvetica","sans-serif";
    font-size: 9pt;
}

#home {
    margin: 0 auto;
    min-width: 980px;
    width: 98%;
}

#header {
    border-bottom: 0 solid black;
    border-top: 0 solid black;
    margin-top: 10px;
    background:none;
    height:135px;
}

#sideBar {
    float: left;
    min-height: 200px;
    overflow: hidden;
    padding: 0 0 0 0;
    width: 230px;
    margin-left: 20px;
}
.newsItem {
    margin-bottom: 0;
    padding: 0;
}
.box {
    background: none repeat scroll 0 0 #FCFCF6;
    margin-bottom: 10px;
    border-color: #EBEBEB;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
}
.catListTitle, .boxtitle {
    border-bottom: 1px solid #99D6E6;
    color: #99D6E6;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5em;
    margin: 10px 15px;
    padding-bottom: 5px;
    text-align: left;
}
#sideBar li {
    line-height: 24px;
}

li {
    list-style: none outside none;
}

#sideBar ul {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 15px;
}

#sideBarMain ul {
    line-height: 1.5em;
}

#profile_block a:link{
color: #88866F;
}

#profile_block a:hover{
color:#FF6600;
}

#calendar table a:link {
    color:#6466B3;
}
#calendar table a:hover {
    color:#FF6600;
   text-decoration: underline;
   background:none;    
}
#leftcontentcontainer ul a:hover{
color:#FF6600;
}

.postCon a:link,.postCon a:visited, .postCon a:active {
    color: #FF6600;
    text-decoration: underline;
}

.day a:hover {
    color: #FF6600;
    text-decoration: underline;
}

.day {
    background: none repeat scroll 0 0 #FCFCF6;
    margin-bottom: 20px;
    min-height: 50px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-color: #EBEBEB;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
}

.dayTitle {
    border-bottom: 0 solid #666666;
    clear: both;
    color: #666666;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 3px;
    text-align: left;
    width: 100%;
}

.postTitle {
    border-bottom: 0 dotted #D2E4B7;
    clear: both;
    color: #64A038;
    float: right;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 5px;
    width: 100%;
}

.postCon {
    clear: both;
    float: right;
    line-height: 26px;
    padding: 10px 0;
    width: 100%;
}

.postDesc {
    border-top: 1px dashed #E8E7D0;
    clear: both;
    color: #666666;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    padding-top: 8px;
    text-align: right;
    width: 96%;
}

#returnTop {
    bottom: 50px;
    position: fixed;
    right: 10px;
}

#returnTop a:hover{
background: url("https://www.cnblogs.com/images/cnblogs_com/Hsen/298824/t_Up.png") no-repeat scroll 0 100% transparent;
}

 .index_tips_to_top {
    background: url("https://www.cnblogs.com/images/cnblogs_com/Hsen/298824/t_Up.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 35px;
    overflow: hidden;
    text-indent: -999px;
    width: 54px;
}