.review-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.review-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.review-item .review-img img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.review-item .review-content h4 {
    margin-top: 0;
    font-weight: bold;
}

.review-item .review-content h4 a {
    color: #333;
    text-decoration: none;
}

.review-item .review-content h4 a:hover {
    color: #0056b3;
}

.review-item .review-meta {
    color: #888;
    font-size: 13px;
    margin-bottom: 10px;
}

.review-item .review-excerpt {
    color: #555;
    line-height: 1.6;
    height: 65px; /* 限制摘要显示的高度 */
    overflow: hidden;
}

.review-item .read-more {
    margin-top: 15px;
}

.pagination-container {
    text-align: center;
    margin-top: 40px;
}
