﻿.sam-blog-list .blog-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.sam-blog-list .blog-item .blog-image {
    width: 100%;
    height: 4.80rem;
    object-fit: cover;
} 
.sam-blog-list .blog-item .blog-title {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 0.3rem;
    letter-spacing: 0.03em;
    color: #333333;
    margin-top: 0.44rem;
    margin-bottom: 0.18rem;
}
.sam-blog-list .blog-item .blog-title:hover {
    color: #2C63A0;
}

.sam-blog-list .blog-item .read-more {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.2rem;
    color: #2C63A0;
}


/*分页样式*/

.list-page {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1.15rem;
}
#prev_btn {
    display: none;
}

.list-page .page-prev:hover {
    color: #1E73BD !important;
}

.list-page .page-next:hover {
    color: #1E73BD !important;
}

 .page-btn-box {
    display: flex;
    gap: 0.18rem;
}

 .page-btn-box button {
    margin-left: 5px;
    background-color: #F0F0F0;
    background: #D9D9D9;

}
 .page-btn-box .buttonActive {
    background: #2C63A0;
    color: #fff;
}

.page-btn-box button {
    border-radius: 8px;
    width: 0.54rem;
    height: 0.54rem;
}

@media screen and (max-width: 1025px) {
    .sam-blog-list .blog-item .blog-image {
        height: 4.22rem;
    }
    .sam-blog-list .blog-item .blog-title {
        font-weight: 400;
        font-size: 0.36rem;
        line-height: 0.5rem;
    }
    .sam-blog-list .blog-item .read-more {
        font-size: 0.24rem;
    }
 }
