.container-header{
    height: 56px;
    font-weight: 600;
    font-size: 30px;
    margin-top: 84px;
    border-bottom: 1px solid #3D3D3D;
    margin-bottom: 51px;
    line-height: 56px;
}

.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: 16px;
    color: rgba(15,64,165,1);
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: end;
    align-items: center;
}
.tips img{
    width: 20px;
    height: 20px;
}
.pagination{
    --bs-pagination-color:none;
    --bs-pagination-bg:none;
    --bs-pagination-border-width:none;
    --bs-pagination-hover-bg:#0F40A5;
    --bs-pagination-hover-color:#FFFFFF;
    --bs-pagination-font-size:14px;
    --bs-pagination-active-bg:#0F40A5;
    --bs-pagination-focus-color:#FFFFFF;
    --bs-pagination-focus-bg:#0F40A5;
    --bs-pagination-focus-box-shadow:none;
}
.page-link{
    padding: 0px 16px !important    ;
    border-radius: 5px 5px 5px 5px;;
}
.container-row-right{
    width: 100%;
}
.footer-left{
    font-size: 20px;
}
.container-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 78px 0 126px 0;
}
.footer-right .page-item {
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(187,187,187,1);
    border-radius: 5px 5px 5px 5px;;
    margin-right: 12px;
    background-color: white;
}
.right-mask {
    height: 150px;
    width: 965px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
}
.float-box-1 {
    position: absolute;
    width: 142px;
    top: 25px;
    height: 100px;
    right: 712px;
    background-color: rgba(216,55,65,1);
    z-index: -1;

}
.float-box-2 {
    position: absolute;
    top: 25px;
    right: 0px;
    width: 403px;
    height: 133px;
    background-color: rgba(249,209,98,1);
    z-index: -1;

}
.float-box-3 {
    position: absolute;
    bottom: 220px;
    left: 0px;
    width: 190px;
    height: 149px;
    background-color: rgba(216,55,65,1);
    z-index: -1;

}
.float-box-4 {
    position: absolute;
    bottom: 136px;
    right: 97px;
    width: 247px;
    height: 138px;
    background-color: rgba(216,55,65,1);
    z-index: -1;

}
.right-bottom-mask {
    position: absolute;
    height: 200px;
    width: 694px;
    bottom: 0px;
    right: 0px;
    z-index: -2;
}
