@charset "UTF-8";

.index_set {
    overflow: hidden;
}

.index_box {
    float: left;
    width: 480px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 20px;
}

.index_box:nth-of-type(2n) {
    float: right;
}

.index_box h3 {
    background-color: #e3f4fe;
    text-align: center;
    color: #2b2b2b;
    padding: 20px 0;
    border-bottom: 1px solid #c2c2c2;
    font-size: 18px;
    font-weight: bold;
}

.index_box p {
    margin: 22px 36px !important;
    line-height: 1.6 !important;
    text-align: center;
}

.index_box p.lead {
    text-align: left;
    font-size: 13px;
}

.index_box p a {
    color: #0098d9;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 246px;
    margin: auto;
    border: 1px solid #0097d8;
    padding: 8px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center right 14px;
}

.index_box p a:hover {
    background-color: #0097d8;
    color: #ffffff !important
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
    .index_box {
        float: left;
        width: 48.5%;
        border: 1px solid #c2c2c2;
        border-radius: 4px;
        overflow: hidden;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .index_box {
        float: none;
        width: auto;
        border: 1px solid #c2c2c2;
        border-radius: 4px;
        overflow: hidden;
        margin: 0 0 20px;
    }

    .index_box:nth-of-type(2n) {
        float: none;
    }

    .index_box h3 {
        background-color: #e3f4fe;
        text-align: center;
        color: #2b2b2b;
        padding: 12px 0;
        border-bottom: 1px solid #c2c2c2;
        font-size: 15px;
    }

    .index_box p {
        margin: 15px 22px !important;
        line-height: 1.6 !important;
        text-align: center;
    }

    .index_box p.lead {
        text-align: left;
        font-size: 13px;
    }

    .index_box p a {
        color: #0098d9;
        font-size: 14px;
        text-decoration: none;
        display: block;
        width: auto;
        margin: 0 10px;
        background-repeat: no-repeat;
        background-position: center right 14px;
        padding: 8px 24px;
    }
}
