html {
    /* height: 100%; */
    /* background-color: #F8F8F8; */
    /* font-size: 14px;   */
    font-family: 'Source Han Sans CN', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, Helvetica, sans-serif
}


ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: cornflowerblue;
}

a:hover {
    text-decoration: none;
}

/* 清除浮动 */
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 清除浮动，IE6~IE7 */
.clearfix {
    *zoom: 1;
}


/* 主体容器 */
.container {
    width: 100%;
    margin: 0 auto;
    background-color: cornsilk;
}

header {
    margin: 5px 20px;
    text-align: center;
}

header p {
    color: cadetblue;
}

nav {}

aside {}

main {
    margin: 5px 20px;
}

main h3 {
    color: #ff0000;
    text-align: center;
}

main p {
    line-height: 30px;
    text-indent: 2em;
}

footer {
    margin: 20px 20px;
}

footer p {
    text-align: center;
    font-size: 14px;
}

.icp {}