body,p{
    font-size: 16px;
}
.area-title{
    padding: 5px;
    background-color: orangered;
    color: antiquewhite;
    border-radius: 3px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.article-title{
    padding: 5px;
    color: orangered;
    font-size: 16px;
    font-weight:500;
    padding-left: 20px;
    margin:20px auto !important;
    border: 1px solid #f0f0f0;
    border-left: 10px solid orangered;
}
#home{
width:100%;
max-width:1920px;
box-sizing:border-box;
margin:0 auto;
}
#header{
    min-height: 350px;
    background: url(https://www.cnblogs.com/images/cnblogs_com/mirrortom/1339196/o_blogback.jpg) no-repeat top center;
}
#Header1_HeaderTitle,#blogTitle h1 a{
    color:#09467c;
    font-size:32px;
}
#blogTitle{
    padding-top:50px;
}
#blogTitle h2{
    width:158px;
    color:black;
    font-size:22px;
    text-align: center;
}
#navigator{
    border:none;
    border-bottom:2px solid #09467c;
    padding-top:150px;
    font-size:16px;
}
.postTitle{
background: url(https://www.cnblogs.com/images/cnblogs_com/mirrortom/1339196/o_ms32.png) no-repeat right center;
}


#sideBar{
    border-left: 5px dotted #f4b558;
    padding-left: 15px;
}