 .row {
        margin-top: 15px;
    }

    .index-card {
        padding: 15px;
        background: #fff;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .index-card-head {
        font-size: 1.3em;
        font-weight: 700;
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #eceff2;
        color: #009688;
    }

    .index-card-body {

    }

    .index-card-body-list {
        display: block;
        margin-bottom: 10px;
        justify-content: space-between;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index-card-body-list a {
        color: grey;
        font-size: 15px;
        width: 80%;
    }

    .index-card-body-list a:hover {
        color: dodgerblue;
    }

    .index-banner {
    }



   .foot-count {
        color: #009688;
        font-weight: bold;
        padding: 0px 5px;
        font-size: 1.3em;
    }

    .foot-row {
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .foot-col {
        /*padding: 20px;*/
        text-align: left;
        float: left;
        width: 25%;
    }

    .foot-li {
        padding: 5px 0px;
    }

    .widget-title {
        font-size: 1.3em;
        font-weight: 700;
    }

    #footer a {
        color: #888;
    }

    #footer {
        background-color: #f8f8f8;
        clear: both;
    }

    #footer li {
        padding: 5px 0px;
        font-size: 14px;
    }

    .label {
        display: inline;
        margin: 5px;
        padding: .2em .6em .3em 0em;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        /*background-color: g;*/
    }

    @media screen and (max-width: 1024px) {
        #footer {
            display: none;
        }
    }