.stone {
    background: rgba(255, 255, 255, 0.96);
    padding: 32px 68px 0;
    overflow: hidden;
}
.stone .title {
    font-size: 24rem;
    color: #0F0700;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: center;
}
.stone .content {
    font-size: 16rem;
    color: #0F0700;
    line-height: 30px;
    margin-bottom: 32px;
    text-indent: 32px;
}
.stone .pics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 12px;
}
.stone .pics img {
    font-size: 0;
    width: 50%;
    margin-bottom: 20px;
}