        #header #blogTitle {
            background-color: rgba(255, 255, 255, 0);
            width: auto;
            border-bottom: 1px solid #fff;
        }

        #header #blogTitle h1 #Header1_HeaderTitle {
            color: rgb(252, 252, 252);
        }

        #header #navList a:link,
        #header #navList a:visited,
        #header #navList a:active {
            color: rgb(252, 252, 252);
        }

        #header #navList li:nth-child(1) {
            display: none;
        }

        #header #navList li:nth-child(4) {
            display: none;
        }



        #header #navigator .blogStats {
            display: none;
        }

        #header {
            height: 130px;
            width: auto;
            background-color: #00000025;
            margin-bottom: 40px;
        }


        #header #blogTitle {
            top: 10px;
            width: 80%;
            margin: auto;
        }

        #header #navigator {
            top: -5px;
            width: 80%;
            margin: auto;
        }

        #home {
            background: url('https://images.cnblogs.com/cnblogs_com/lolojia/1770422/o_200521131704QQ%E5%9B%BE%E7%89%8720200428164128.png') fixed;
            background-repeat: no-repeat;
            background-color: #fff;
            background-size: cover;
            background-position: center;
        }

        #home #blog-calendar,
        #home #sidebar_search {
            display: none !important;
        }

        #home #main {
            /* background-color: rgba(255, 255, 255, 0.445); */
            background-color: rgba(255, 255, 255, 0.753);
            width: 80%;
            min-height: 700px;
        }

        #home #main #mainContent {
            float: left;
            width: 80%;
        }

        #home #main #mainContent .day {
            width: auto;
            margin: 20px 35px;
        }

        #home #main #mainContent .day .dayTitle {
            display: block;
            text-align: right;
        }

        #home #main #mainContent .day .postTitle {
            width: auto;
        }

        #home #main #mainContent .day .postTitle a {
            color: rgb(93, 185, 154);
        }

        #home #main #mainContent .day .postCon {
            width: 90%;
        }

        #home #main #mainContent .day .postCon a {
            color: rgb(93, 185, 154);
        }

        #home #main #mainContent .day .postDesc {
            border-bottom: rgb(93, 185, 154) 1px dashed;
            text-align: right;
            width: auto;
            margin-top: 30px;
        }


        #home #main #sideBar {
            width: 20%;
        }

        #home #main #sideBar #sideBarMain {
            margin: 20px 20px;
            width: auto;
        }

        #home #main #sideBar #sideBarMain>div {
            width: auto;
        }
     #topics .postTitle {
            margin: 15px 0px;
        }

        #topics .postTitle a {
            color: #3F80AE;
            font-size: 25px;
        }