.outcome-wrapper {
    width: 100%;
    background-color: #fff;
}

.outcome-main {
    width: 950px;
    margin: 0 auto;
}

.outcome-main .title {
    line-height: 40px;
    color: #2d170e;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 51px auto 0;

}

.outcome-main .releasetime {
    font-size: 14px;
    color: rgba(45, 23, 14, .6);
    text-align: center;
    margin-top: 18px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
}

.outcome-main .content {
    padding: 40px 0 84px;
    line-height: 32px;
}

.outcome-main .content p {
    font-family: microsoftyahei;
    margin-bottom: 20px;
}