body {
    background: #ffffff !important;
}

.page-container {
    width: 1200px;
    margin: 24px auto;
    position: relative;
    padding-bottom: 60px;
}

.ui-paging {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
}

.page-container .tabs-list .list {
    font-size: 0;
    text-align: left;
}

.page-container .tabs-list .list > li {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 40px;
    width: 125px;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #333333;
}

.page-container .tabs-list .list > li:nth-of-type(9n) {
    margin-right: 0;
}

.page-container .tabs-list .img-box {
    width: 64px;
    height: 64px;
    margin: 0 auto 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.page-container .tabs-list .img-box img {
    width: 100%;
    height: 100%;
}

.page-container .tabs-list .title {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-container .tabs-list .hint {
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-search-box {
    width: 320px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.list-search-box .ipt {
    float: left;
    width: 100%;
    line-height: 30px;
    text-indent: 8px;
    font-size: 14px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.list-search-box .ipt:hover, .list-search-box .ipt:focus {
    border-color: #dddddd;
}

.list-search-box .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.list-box {
    margin-top: 40px;
}

/*面包屑*/
.page-container .breadcrumb-box {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 24px;
}

.page-container .breadcrumb-box .icon-up {
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (min-width: 1px) and (max-width: 926px) {

    .page-container {
        width: calc(100% - 10%);
        padding: 0 5% 2.5em 5%;
        margin: 1.5em auto;
    }

    .page-container .tabs-list .list > li {
        width: calc(100% / 3);
        height: auto;
        margin: 0 0 32px;
    }

    /*.page-container .tabs-list .img-box {*/
    /*width: 70%;*/
    /*height: 10em;*/
    /*margin: 0 auto .5em auto;*/
    /*}*/
    .page-container .tabs-list .title,
    .page-container .tabs-list .hint {
        width: 80%;
        margin: 0 auto;
    }

    .ui-paging {
        padding: 0 !important;
    }

    .ui-paging li.xl-prevPage {
        margin-right: .8em !important;
    }

    .ui-paging li.xl-nextPage {
        margin-left: .8em !important;
    }

    .ui-paging li {
        margin-right: .5em !important;
    }

    .list-search-box {
        margin-top: 16px;
    }

}