.site-page {
    width: 1200px;
    margin: 18px auto 0;
    color: #555;
}

.site-page-breadcrumb {
    height: 42px;
    padding-left: 18px;
    border: 1px solid #e5e5e5;
    line-height: 42px;
    color: #999;
    background: #fafafa;
}

.site-page-breadcrumb a {
    color: #47b751;
}

.site-page-box {
    display: flex;
    min-height: 430px;
    margin-top: 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.site-page-menu {
    flex: 0 0 220px;
    padding-top: 24px;
    border-right: 1px solid #e5e5e5;
    background: #f7f7f7;
}

.site-page-menu a {
    position: relative;
    display: block;
    height: 52px;
    padding-left: 42px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 52px;
    color: #555;
    font-size: 16px;
}

.site-page-menu a:first-child {
    border-top: 1px solid #e8e8e8;
}

.site-page-menu a:hover,
.site-page-menu a.active {
    color: #fff;
    background: #47b751;
}

.site-page-menu a em {
    position: absolute;
    top: 21px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.site-page-content {
    flex: 1;
    padding: 30px 44px 50px;
}

.site-page-content h1 {
    height: 50px;
    border-bottom: 2px solid #47b751;
    line-height: 42px;
    color: #333;
    font-size: 24px;
    font-weight: 500;
}

.site-page-copy {
    padding-top: 24px;
    line-height: 2;
    color: #555;
    font-size: 15px;
}

.site-page-copy p + p {
    margin-top: 14px;
}

.site-page-copy a {
    color: #47b751;
}

.legal-copy p {
    margin: 0 0 20px;
}

.publish-copy h2 {
    margin-top: 28px;
    color: #333;
    font-size: 17px;
}

.publish-copy h2 span {
    color: #e53935;
    font-size: 15px;
}

.publish-copy h3 {
    margin-top: 22px;
    color: #333;
    font-size: 16px;
}

.publish-copy ul {
    margin-top: 8px;
    padding-left: 22px;
    list-style: disc;
}

.publish-copy li {
    margin-top: 6px;
}
