body {
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    min-height: 101%;
    background: url("https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1545736875490&di=d1749950cbda1e7f9817979e89ffe09f&imgtype=0&src=http%3A%2F%2Fimg.bimg.126.net%2Fphoto%2FkbALLCeZ-k_8wZCbHlE7HA%3D%3D%2F4848124998881126101.jpg") fixed no-repeat;
    background-size: cover; 
}
#header {
    margin-top: 2em;
}
#blogTitle {
    height: 60px;
    clear: both;
    margin-top: 80px;
}
#blogTitle h1 {
    font-size: 250%;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 1em;
    margin-top: 10px;
    width: 50%;
    float: left;
    display: inline;
    letter-spacing: 1px;
    color: #83e6cf;
    text-shadow: 3px 3px 3px #ac9c9c;
}
#blogTitle h1 a, #blogTitle h2 {
    color: #b6e0e6;
    text-shadow: 3px 3px 3px #ac9c9c;
}

#navigator {
    background-color: rgba(256,256,256,0);
    height: 50px;
    clear: both;
    border-top: 2px solid #D1EEEE;
    border-bottom: 2px solid #D1EEEE;
    margin: 10px auto 10px auto;
    position: relative;
}
#navList li {
    float: left;
    margin-right: 70px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: white;
    text-shadow: 0px 0px 0px;
}
#navList a {
    padding: 0 10px;
    margin-top: 10px;
    margin-right: 40px;
    font: 20px/1.5em "宋体";
    font-weight: bold;
    display: block;
}
.postTitle {
    font-size: 14px;
    font-weight: bold;
    padding: 0 100px 10px 20px;
    border-bottom: 1px solid #3b7179;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid #408ca2;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #000000;
    font-size: 190%;
}
a:link {
    color: white;
    text-decoration: none;
}
#main {
    min-width: 980px;
    text-align: left;
    clear: both;
    background-color: rgba(256,256,256,0);
}
#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 700px;
    background: rgba(256,256,256,0.6);
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    font-size: 130%;
    font-weight: bold;
    line-height: 2.5;
    color:#000000b3;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: underline;
    color: #638ab1;
}
.postDesc {
    float: none;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #123b42;
}
#topics {
    min-height: 200px;
    padding: 1em;
    background-color: rgba(256,256,256,0.2);
}