@charset "utf-8";
.img-thumbnail {
    width: 100%;
}

.local {
    width: 100%;
    height: 5rem;
    text-align: center;
    background-color: #F6F6F6;
}

.local h1 {
    font-size: 3.125rem;
    color: #0078D7;
    margin: 0;
    line-height: 5rem;
}


/* 手机端 */

@media screen and (max-width:768px) {
    .container {
        max-width: 46.875rem;
    }
    .img-thumbnail {
        height: 12.5rem;
    }
    .text-muted {
        white-space: nowrap;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/* ipad端 */

@media screen and (min-width:768px) {
    .container {
        width: 46.875rem;
        margin: auto;
    }
    .col-sm-6 {
        width: 50%;
    }
    .img-thumbnail {
        height: 12.5rem;
    }
}


/* 导航PC端 */

@media screen and (min-width:992px) {
    .container {
        width: 60.625rem;
        margin: auto;
    }
    .col-md-4 {
        width: 25%;
    }
    .img-thumbnail {
        height: 9.375rem;
    }
}