/* 重置 */
body{margin: 0; padding: 0; background-color: #f5f5f5;}
div,p,ul,ol,li{margin: 0; padding: 0;}
/* 默认 */
strong,em{font-style: normal; font-weight: bold;}
/* 统一处理，调用背景图（这里指多个布局或模块或元件共用的图）和清除浮动（这里指通用性较高的布局、模块、元件内的清除）等统一设置处理的样式！ */
/* 统一清除浮动 */
/* 
   布局(grid)(.g-)
   模块(module)(.m-)
   元件(unit)(.u-)
   功能(function)(.f-)
   皮肤(skin)(.s-)
   状态(.z-)
*/
.g-doc{
	width: 1200px;
	margin: 0 auto;
}
.g-hdw{
	height: 100px;
	background-image: url('https://images.cnblogs.com/cnblogs_com/stronggirlyao/1143696/o_e5b1df86d7d8bbd6a1371f1920c91fc3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 200px;
        width: 100%;
}
.g-hdw .g-doc{
	height: 100%;
	display: flex;
	align-items: center;
}
.g-hdw .m-avatar{
	height: 80px;
	width: 80px;
        border-radius: 40px;
        overflow: hidden;
}
.g-hdw .m-avatar img{
	height: 100%;
	width: 100%;
}
.g-nav{
        height:50px;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #ededed;
        border-top: 0px;
}

#home{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1200px;
	margin: 0 auto;
        box-sizing: border-box;
        padding-top: 0px;
        margin-bottom: 20px;
        padding-bottom: 15px;
}
#header {
    padding-bottom: 5px;
    margin-top: 20px;
}
#blogTitle {
    height: 60px;
    clear: both;
    position: absolute;
    top: 60px;
    margin-left: 70px;
}
#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
}
#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 0px;
    height: 50px;
    clear: both;
    margin-top: 0px;
    position: absolute;
    top: 200px;
    background-color: #fff;
    width: 1140px;
}
#navList {
    min-height: 30px;
    float: left;
    margin-left: -20px;
}
#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #ededed;
    margin-top: 50px;
    padding-top: 20px;
    margin-bottom: 10px;
}
#navList a{
    padding-top:16px;
}