body,html {
    min-height: 100%;
    color: #333;
    font-size: 12px;
}
body,p,ul,li {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
.topbar {
    background-color: #333;
    line-height: 30px;
}
.topbar a {
    color: #fff;
}
.wrap {
    margin: 0 auto;
    width: 1200px;
}
.menu-item {
    float: left;
}
.menu-item a {
    margin-right: 18px;
}
.login-area {
    float: right;
    color: #fff;
}
.page-logo {
    padding: 14px 0;
    line-height: 40px;
}
.page-logo img {
    vertical-align: top;
}
.page-logo .word {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    vertical-align: sub;
}
.page-logo .word:before {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    content: "";
    height: 16px;
    width: 1px;
    background-color: #ccc;
}
.page-banner img {
    width: 100%;
}
.filter-bar {
    /* line-height: 58px; */
}
.filter-bar p {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.filter-bar .tag {
    width: 40px;
    padding: 20px 0;
    margin-right: 15px;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}
.filter-bar .items {
    float: left;
    margin: 16px 0;
    width: 1145px;
}
.filter-bar .items span {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    line-height: 2;
    color: #999;
    cursor: pointer;
}
.filter-bar .items .on {
    color: #d00000;
}
.page-list {
    margin-top: 30px;
    min-height: 300px;
    min-height: calc(100vh - 400px);
    background: url('/static/event/loading-1.gif') center 100px no-repeat;
}
.page-list .empty {
    font-size: 16px;
    line-height: 5;
    text-align: center;
    width: 100%;
}
.page-list .box {
    overflow: hidden;
    margin-right: -16px;
    background-color: #fff;
}
.page-list li {
    margin-right: 16px;
    float: left;
    width: 288px;
    text-align: left;
    height: 260px;
    
}
.page-list li .time_addredd{
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page-list li {
    height:
}
.page-list .tit {
    margin: 10px 0 5px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    font-weight:700;
}
.page-list .tit:hover {
    color: #d00000;
}
.page-list img {
    display: block;
    width: 100%;
    height: 164px;
    border-radius: 20px;
}

.ui-paging-container {
    padding-bottom: 50px;
}
.ui-paging-container li.ui-pager:hover,.ui-paging-container li.focus {
    background-color: #d00000;
}
.ui-paging-container li.ui-pager-disabled, .ui-paging-container li.ui-pager-disabled:hover{
    background-color: #f6f6f6;
    cursor: default;
    border: none;
    color: #ddd;
}

#mPageContainer {
    display: none;
}

.footer {
    font: 12px/30px "micorsoft yahei";
    color: #fff;
    width: 100%;
    padding: 15px 0;
    background: #333;
    border-top: 2px solid #eee;
    text-align: center;
    overflow: hidden;
    color: #ccc;
}
.footer a {
    color: #ccc;
}
.footer a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 750px) {
    html {
        font-size: 13.33333333333333vw;
    }
    .topbar,#pageContainer,.footer {
        display: none;
    }
    .page-logo {
        padding: .15rem 0;
    }
    .wrap {
        margin: 0 .3rem;
        width: auto;
    }
    .page-banner {
        margin-bottom: .3rem;
    }
    .filter-bar {
        line-height: .6rem;
    }
    .filter-bar p {
        margin-bottom: .3rem;
        border: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .filter-bar .tag {
        margin-right: .3rem;
        width: 1.6rem;
        height: .3rem;
        padding: .2rem 0;
        background-color: #f2f2f2;
        font-size: .28rem;
        text-align: center;
        color: #d00000;
        font-weight: 400;
        border-radius: 3px;
    }
    .filter-bar .items {
        margin: 0;
        width: calc(100% - 2rem);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .filter-bar span {
        font-size: .28rem;
        white-space: nowrap;
    }
    .filter-bar .on {
        font-weight: 700;
    }
    .page-list {
        margin-top: .3rem;
        min-height: calc(100vh - 5rem);
    }
    .page-list .empty {
        font-size: .3rem;
    }
    .page-list .box {
        margin: 0;
    }
    .page-list li {
        margin: 0;
        float: none;
        width: auto;
        height: auto;
        padding-bottom: 0.5rem;
    }
    .page-list img {
        height: 3.9rem;
        border-radius: .2rem;
    }
    .page-list .tit {
        margin: .2rem 0 .1rem;
        text-align: left;
        font-size: .28rem;
    }
    #mPageContainer {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        margin-bottom: .6rem;
    }
    #mPageContainer a {
        display: none;
        width: 3.3rem;
        line-height: .9rem;
        background-color: #d00000;
        color: #fff;
        text-align: center;
        font-size: .28rem;
    }
    #mPageContainer a:active {
        background-color: #d03131;
    }
    #mPageContainer .disabled {
        background-color: #f9f9f9;
        color: #999;
    }
}