.next-title{
    background: #ff5c5c;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 8px 32px 0;
}
.next-block{
    border: 2px solid #ff5c5c;
    margin: 10px 0px 20px;
    border-radius: 20px;
}
.next-block a{
    color: #303030;
}
.next-link{
    border-bottom: 1px dashed #6f6f6f;
    display: flex;
    margin-bottom: 8px;
}
.next-content-white{
    background-color: #fff;
}
/*#47925*/
.next-block h2 {
    color: #ff0a0a;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
}
.next-sub-title {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}
.next-fortune-title {
    font-weight: bold;
}
.next-block .next-fortune-text span {
    filter: blur(5px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.next-recommend-text {
    font-weight: bold;
    text-align: center;
}
/*//#47925*/
