#blogTitle {
    height: 200px;
    background-image:url('https://images.cnblogs.com/cnblogs_com/xmmdeBlog/1794424/o_2006271220251577787692-GkwJKZnPQp11.jpg');
    background-size:100% 100%;
    clear: both;
}
#navigator {//标题
    background-color: #000;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    clear: both;
}
#blogTitle h1 {
    font-size: 200%;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 2em;
    margin-top: 53px;
    width: 50%;
    float: left;
}
#blogTitle h2 {
    margin-left: 11em;
    margin-top: 13px;
    line-height: 1.5;
    width: 50%;
    float: left;
    font-size: 120%;
}
#main {
    min-width: 950px;
    text-align: left;
    padding: 20px 0 0 10px;
    overflow: hidden;
    background: #e0e3e7;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:rgb(248, 176, 188);
    transition: all .4s linear 0s;
     font-size: 22px;
}
.catListTitle {
    background: rgb(248, 176, 188);
}