@font-face {
    /* font-properties */
    font-family: wangyh1008;
}

#banner, body {
 background-attachment: fixed;
 background-image: url(https://s1.ax1x.com/2018/07/17/Pl3yQO.jpg);
 background-size: cover;
}
div.content {
    height: auto;
    background: #e4f0f8;
    margin: 0;
    padding: 0 20px;
    font-size: 18px !IMPORTANT;
    font-family: Times New Roman;
    text-align: left;
}
#home {
 background: rgba(255,255,255,0.8);
 background-color: rgba(255,255,255,0.8);
}
.newsItem, .newsItem *,#sidebar_search, #sidebar_search *, .catListLink, .catListLink *, #sidebar_imagecategory, #sidebar_imagecategory *, .catListBlogRank, .catListBlogRank *, .catListTag, .catListTag *, .catListPostArchive, .catListPostArchive *,.catListView,.catListView *
{
 background: rgba(255,255,255,0);
 background-color: rgba(255,255,255,0);
}