body {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 100%;
    //background-color: #ebe9e9;
    background: url(https://images.cnblogs.com/cnblogs_com/j-c-y/1583301/o_191106034659wallhaven-j82g35.jpg)fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#home {
    margin: 0 auto;
    opacity: 0.96;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgb(100 100 100 / 30%);
}

.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(245, 165, 116, 0.8);
    padding: 10px 0 14px 10px;
    background-color: #fff;
}

/* .cnblogs-markdown code{
    //font-size: 16px !important;
    //font-weight: 500 !important;
}  */