#home {
    margin: 0 auto;
    width: 65%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(225, 225, 225, 0.4);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    background: #fff  url("https://s1.ax1x.com/2022/06/09/XsB8MD.jpg") fixed repeat;  
    background-position:center;
}
h1 {
    text-align: center;
    color: rgb(59, 60, 121);
}
h2 {
    color: rgb(33, 107, 136);
}
h3 {
    color: rgb(18, 118, 18);
}
h4 {
    color: rgb(115, 7, 119);
}
h5 {
    color: rgb(179, 98, 12);
}
strong {
    font-family: 微软雅黑;
    color: red;
}
#blogTitle h1{
    font-family:华文彩云 微软雅黑;
    text-align: center;
margin:0;
width:100%;
}
#blogTitle h1 a:hover{
    color: blue;
    text-decoration: none;
}
#blogTitle h2{
    color: gray;
    float: right;
     width:100px;
}
#navList li a:hover{
    background-color: coral;
}
.dayTitle{
    font-size: 14px;
}
.dayTitle a{
    float: right;
}
.dayTitle a:hover{
    color: tomato;
    text-decoration: none;
}
.postTitle{
    color: rgb(86, 165, 12);
}
.postTitle a:hover{
    color:red;
}
.c_b_p_desc {
    color: rgb(59, 60, 121);
}
.c_b_p_desc a{color:red}
.c_b_p_desc a:hover{
    color: green;
}
#nav_next_page{
    border: 2px red solid;
 
    font-weight: bold;
display: inline-block;
}
.catListTitle{
    background: rgba(255, 0, 225,0.7);
}
#sidebar_search{
    display: none;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    /* 替换背景和字体颜色 */
    background: rgba(218, 198, 198, 0.7) !important;
    color: #000000 !important;;
    /* 代码块不换行 */
    white-space: pre;
    word-break: normal;
}
#blogTitle h2 {
    font-family: SimSun;
    color: rgb(203, 0, 210);
    float: right;
    width: 100px;
}

