body {
    color: #000;
    background-color: #e6e6e6;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(https://i.loli.net/2018/07/30/5b5ed586ec2a8.jpg) no-repeat fixed;
    background-size: cover;
}
#home {
    margin: 0 auto;
    width: 62%;
    min-width: 950px;
    background-color: ;
    padding: 30px;
    margin-top: 120px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
#blogTitle h1 a {
    color: #515151;
    font-size: 50px;
}
#navList {
    min-height: 30px;
    float: left;
    font-size: 18px;
}
#navList a:hover {
    color: #4C9ED9;
    text-decoration: none;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 2.35em;
    margin-top: 21px;
    margin-bottom: 10.5px;
    /* text-align: left; */
    border-left: 10px solid #99CC33;
    padding: 10px 0 10px 14px;
    background-color: #f7f7f7;
}

#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}
#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0 0 0 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

#blogTitle {
    height: 60px;
    clear: both;
}
#blogTitle h1 a, #blogTitle h2 {
   font-size:45px;
    font-family: 华文行楷;
    text-shadow: rgb(0, 61, 68) 3px 3px 3px;
}
#Header1_HeaderTitle{
    -webkit-animation: marquee1 15s linear infinite;
    animation: marquee1 15s linear infinite;
}