.news-activity-detail {
    padding-top: 24px;
    padding-bottom: 34px;
    background: #F7F9FA;
}

.news-activity-detail .main {
    width: 1200px;
    margin: 0 auto;
}

.news-activity-detail .main .top-content {
    display: flex;
    background: #FFFFFF;
    margin-bottom: 24px;
}

.news-activity-detail .main .top-content img {
    width: 388px;
    height: 227px;
    border-radius: 6px 6px 0px 0px;
    margin-right: 24px;
}

.news-activity-detail .main .top-content > div {
    flex: 1;
}

.news-activity-detail .main .top-content .title {
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 14px;
}

.news-activity-detail .main .top-content .content {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
    margin-bottom: 10px;
}

.news-activity-detail .main .top-content .address {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
    margin-bottom: 10px;
}

.news-activity-detail .main .top-content .time {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
    margin-bottom: 17px;
}

.news-activity-detail .main .top-content .btn {
    width: 164px;
    height: 48px;
    border-radius: 24px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    padding: 12px 0;
    text-align: center;
    float: right;
    margin-right: 40px;
    cursor: pointer;
}

.news-activity-detail .main .top-content .btn-blue {
    background: linear-gradient(360deg, #1474F1 0%, #3596FF 100%);
}

.news-activity-detail .main .top-content .btn-gray {
    background: #999999;
}

.news-activity-detail .main .activity-content {
    /* height: 520px;
    overflow: auto; */
    background: #FFFFFF;
    border-radius: 6px;
    color: #000;
    padding: 24px;
}