.ctx .policy {
    width: 100%;
    text-align: center;
    border-spacing: 1px;
}

.ctx .policy tr td {
    padding: 5px 10px;
    box-sizing: border-box;
}

.ctx .policy tr:nth-child(odd) td {
    background: #eaeff7;
}

.ctx .policy tr:nth-child(even) td {
    background: #d2deef;
}

.ctx .policy tr .tit {
    color: #fff;
    background: #5b9bd5 !important;
}

.ctx .policy ul {
    text-align: left;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .ctx .policy {
        width: 1000px;
    }
}