#home {
    opacity: 0.8;
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    color: rgba(82, 168, 236, 0.8);
    background: url(https://files.cnblogs.com/files/SXia/7a4ab08cxcf69ceaf5d88%26690.bmp) fixed;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: repeat;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 14px 10px;
    background-color: #f5f5f5;
}
#blogTitle h1 a {
    color: #3671a5;
    font-size: 50px;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: rgba(82, 168, 236, 0.8);
    float: left;
}
a:visited {
    color: #489ef5;
    text-decoration: none;
}