.content {
    padding-top: 92px;
    padding-bottom: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.site_right {
    width: 948px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 550px;
    margin-top: 12px;
}

.site_right h2 {
    font-size: 18px;
    color: var(--theme-color);
    font-weight: inherit;
    line-height: 54px;
    padding: 0 24px;
}

.site_right dl {
    padding: 24px;
    border-top: 1px solid #e6e7e7;
}

.site_right dl dt {
    font-size: 16px;
    color: #555;
    font-weight: normal;
}

.site_right dl dd {
    float: left;
    margin-right: 36px;
    margin-top: 16px;
}

.site_right dl dd a {
    font-size: 16px;
    color: #f6bf00;
}
