body{
 background:url("https://ss3.baidu.com/9fo3dSag_xI4khGko9WTAnF6hhy/super/crop=192,0,1728,1080/sign=f185272834d12f2eda4af42072f3ec50/eac4b74543a9822645956dd88882b9014b90ebfd.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#navigator {
    background-color: rgba(33,33,33,0.6);
    height: 40px;
    clear: both;
    margin-top: 60px;
    position: relative;
    box-shadow: 0px 0px 10px 0px;
}
#main {
    min-width: 980px;
    text-align: left;
    clear: both;
    background: rgba(255,255,255,0.4);
    box-shadow: 0px 10px 50px 0px #fff;
}
#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 700px;
    background: rgba(255,255,255,0.2);
}
input[type=text]{
text-indent: 10px;
    border: 0px;
    box-shadow: 0px 0px 3px 1px #666;
    background-color: #666;
    color: #fff;
border: 1px solid #ccc;
}
input[type=submit],input[type=button]{
    border: 0px;
    box-shadow: 0px 0px 3px 1px #666;
    background-color: #666;
    color: #fff;
border: 1px solid #ccc;
}
input[type=submit],input[type=button]:hover{
    box-shadow: 0px 0px 3px 1px #666;
    background-color: #fff;
    color: #333;
border: 1px solid #ccc;
}

.postTitle {
    font-size: 15px;
    /* font-weight: bold; */
    padding: 5px 0px 4px 25px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid #1fa6e6;
    background: #fff;
}
.postCon {
    /* float: right; */
    line-height: 1.5em;
    width: 95%;
    clear: both;
    font-size: 14px;
    color: #000;
    margin: 10px 0;
    /* background: rgb(255,255,255); */
}
.postDesc {
    /* float: none; */
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #666;
    text-decoration: underline;
}
a:link {
    text-decoration: none;
    color: royalblue;
    font-weight: 700;
}
a:link {
    text-decoration: underline;
    color: royalblue;
    font-weight: 700;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
    /* text-shadow: 3px 3px 3px #000; */
    text-decoration: none;
    color: #fff;
}