#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 500px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    background: rgba(12, 100, 129, 1) url('https://z3.ax1x.com/2021/08/13/fsPOxS.png') 0 40% fixed no-repeat;   //修改背景图片
    background-position: 50% 5%;
    background-size: cover;
}
#blogTitle h1 {
    font-size: 50px;
//  font-weight: bold;
    font-family: STLiti;
    line-height: 1.0em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #FF1493;
}
#blogTitle h2 {
    font-size: 20px;
    font-family: STXingKai;
}
#navigator{
    height: 50px; 
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
}
#navigator{
    height: 50px; 
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
}
#navList a:link, #navList a:visited, #navList a:active{
    font-family: Fangsong;
    font-size: 18px;
    font-weight: bold;
}
.postTitle {
    border-left: 8px solid rgba(132,112,255, 0);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    font-family: SimSun;
    font-weight: bold;
    transition: all 0.4s linear 0s;
}
.catListTitle{
    font-family: Microsoft YaHei;
}
#cnblogs_c2{ display:none }
#cnblogs_c1{ display:none }
#cnblogs_send{ display:none }
#cnblogs_event{ display:none }
#cnblogs_Link{ display:none }
#cnblogs_click{ display:none }
#under_post_card1{ display:none }
#under_post_card2{ display:none }
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb { display:none;!important }
#site_nav_under #ad_t2, #under_post_news, .c_ad_block { display:none; } 