body {
    color: #000;
    background-color:rgba(101, 178, 239, 0.8);
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
#blogTitle h1 a {
    color: rgba(89, 150, 197, 0.8);
    font-family: "Microsoft YaHei";
    font-size:20px;
    text-shadow:1px 1px 5px rgba(73, 122, 160, 0.8);
}
#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    border-radius: 5px;
    border:1px solid #cee0e8;
}
/*自定义公告*/
#_myself p{
   font-size: 12px; 
   color: #757575;
}
#_myself p a{
   color: blue;
}
#_myself hr{
   margin-top:10px;
   height: 1px; 
   border: none; 
   border-top: 1px dashed #9a8a8a;
}
#sideBarMain .newsItem h3{
   display:none;
}