﻿.policyList {
    background: #f1f1f1;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem 0;
    box-sizing: border-box;
}

    .policyList .item {
        margin-bottom: 1rem;
        background: white;
        padding: 0.75rem;
        box-sizing: border-box;
    }

        .policyList .item:nth-last-of-type(1) {
            margin-bottom: 0rem !important;
        }

        .policyList .item .item-title {
            font-size: 0.95rem;
            letter-spacing: 0.07rem;
            color: #333333;
        }

        .policyList .item .item-info {
            margin-top: 0.75rem;
            font-size: 0.6rem;
            color: #666666;
            display: flex;
        }

            .policyList .item .item-info span:nth-of-type(2) {
                flex: 1;
                text-align: right;
            }

        .policyList .item .item-label {
            margin-top: 0.75rem;
            background-color: #50b5ff;
            padding: 0.35rem 0.5rem;
            box-sizing: border-box;
            color: white;
            font-size: 0.95rem;
            letter-spacing: 0.07rem;
        }

        .policyList .item .item-con {
            margin-top: 0.75rem;
        }
            .policyList .item .item-con ul {
            list-style:none;
            padding:0;
            }

            .text-center {
                text-align: center;
            }