body{
    background: #F1F5FA;
}
.list-box{
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
    min-height: calc(100vh - 650px);
}
.title-big-dark{
    line-height: 48px;
}
.title-info{
    top: 8px;
    left: 5px;
}
.common-title{
    margin-top: -8px;
}
.privacyPolicy-item{
    width: 100%;
    height: 62px;
    background: #F5F7FC;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 24px;
}
.privacyPolicy-item-title{
    width: 745px;
    font-size: 16px;
    font-weight: bold;
    color: #29345C;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.privacyPolicy-item-time{
    font-size: 16px;
    font-weight: 400;
    color: #9C9DAA;
    line-height: 26px;
}
.page .pagination{
    margin-top: 30px;
}


.list-box2{
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 50px 44px;
    box-sizing: border-box;
    margin-bottom: 50px;
    min-height: calc(100vh - 650px);
}

h1, h2, h3, h4, h5, h6 {
    font-size: revert;
    font-weight: revert;
    margin: revert;
    padding: revert;
}
.list-box2 table tbody tr:first-child td{
    font-weight: bold;
}
.list-box2 table{
    width: 100%!important;
}
.list-box2 table td{
    max-width: 400px;
    word-wrap: break-word;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #000;
}
.list-box2 table {
    width: 100%;
}
