#home {
    margin: 0 auto;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 26px;
    margin-left: 0px;
}
#blogTitle h1 a {
font-family: 微软雅黑;
}
#blogTitle h2 {
font-family: 微软雅黑;
}
#navList {
font-size: 14px;
font-family: 微软雅黑;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
font-family: 微软雅黑;
color: #3167FF;
}
.c_b_p_desc {
font-family: 微软雅黑;
}
.postTitle {
border-left: 3px solid #0339FD;
}
.catListTitle {
font-weight: bold;
line-height: 1.2;
margin-top: 21px;
margin-bottom: 10.5px;
border-left:10px solid #FFB04F;
padding: 10px 0 10px 14px;
text-align: left;
font-family: 微软雅黑;
}
#profile_block {
font-family: 微软雅黑;
}
#navigator {
font-family: 微软雅黑;
}
* {
font-family: 微软雅黑;
}
#my_links {
position: relative;
}
#my_links::before {
content:'';
position: absolute;
top: 0px;
    left: -10px;
    width: 10px;
    height: 10px;
background-color:#C60000;
animation:change  1s linear infinite;
}
 @keyframes change{
            0%{
                transform: scale(1) rotateZ(0deg) ;

            }
             50%{
                transform: scale(1)  rotateZ(180deg) ;
            }
             100%{
                transform: scale(1)   rotateZ(360deg);
 
            }
        }
*{font-family：Helvetica,Verdana,Arial,sans-serif !important;}