.navbar {
    margin-bottom: 0;
}

.list-father {
    padding-bottom: 120px;
}

.list-father .cur-title {
    padding: 60px 0px 70px;
    font-size: 28px;
    color: #333;
}

.list-father p {
    font-size: 16px;
}

.list-father #pages .cur {
    background-color: #055391;
    color: #fff;
}

#wrapper {
    font-family: 'Microsoft YaHei';
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1300px) {}


/* 屏幕小于1199px */

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media(max-width: 768px) {
    .list-father .cur-title {
        text-align: center;
        padding: 20px 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
    }
    .list-father .container>.row>div {
        padding: 0px 15px;
    }
    .list-father .container>.row>div img {
        max-width: 100%;
    }
    .pagination>li {
        overflow: hidden;
        width: 50%;
    }
    .pagination>li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        font-size: 12px;
    }
}