.container-header{
    height: 56px;
    font-weight: 600;
    font-size: 30px;
    margin-top: 84px;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 51px;
    line-height: 56px;
}

.body-bg{
    position: absolute;
    background-image: url('/static/images/feng-lnk.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 1280px;
    height: 1480px;
    top: 0;
    z-index: -1;
}
.container-row{
    padding: 16px 0 36px 0;
    display: flex;
    align-items: center;
    margin-bottom: 39px;
    border-bottom: 1px solid #C5C5C5;
}
.left-img{
    width: 384px;
    height: 236px;
    margin-right: 60px;
}
.title{
    font-size: 20px;
    font-weight: 500;
}
.date{
    font-size: 14px;
    color: #999999;
    margin: 16px 0;
}
.content{
    height: 72px;
    color: #3D3D3D;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
}
.tips{
    padding: 20px 0;
    font-size: 14px;
    color: #7D342D;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: end;
    align-items: center;
}
.tips img{
    width: 12px;
    height: 12px;
}
.pagination{
    --bs-pagination-color:none;
    --bs-pagination-bg:none;
    --bs-pagination-border-width:none;
    --bs-pagination-hover-bg:#7D342D;
    --bs-pagination-hover-color:#FFFFFF;
    --bs-pagination-font-size:16px;
    --bs-pagination-active-bg:#7D342D;
    --bs-pagination-focus-color:#FFFFFF;
    --bs-pagination-focus-bg:#7D342D;
    --bs-pagination-focus-box-shadow:none;
}
.page-link{
    padding:10px 17px;
}
.container-row-right{
    width: 100%;
}
.footer-left{
    font-size: 20px;
}
.container-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 67px 0 241px 0;
}