body {
    background-color: #F5F5FA;
}

nav {
    text-align: center;
    height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

nav a {
    float: left;
    padding-left: 16px;
    margin-right: -80px;
}

nav img {
    height: 44px;
}

nav h1 {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 44px;
}

.navwrap {
    max-width: 800px;
    margin: 0 auto;
}

.wrap {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content .title {
    font-size: 28px;
    font-weight: 400;
    padding-top: 30px;
    text-align: center;
    margin-top: -20px;
    line-height: 40px;
}

.content .info {
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px 30px 0px;
    position: relative;
    color: #888;
    margin: 0 16px;
}

section {
    padding: 16px;
    line-height: 24px;
}

.content h4 {
    padding: 16px 0;

}

.content img {
    width: 100%;
    margin: 8px 0;
}