html,body{
    height: 100%;
    min-height: 100%;
    background-color: #F5F5F5;
}
.activity-center-page{
    min-height: 100%;
    padding-bottom: 0.4rem;
}
footer{
    margin-top: -0.4rem;
}
.wl-btn{
    display: inline-block;
    /* width: 0.48rem;
    height: 0.18rem; */
    padding: 0.05rem 0.08rem;
    border-radius: 5px;
    color: #666;
    font-size: 14px;
}

.activities{
    margin: 0.2rem 0 0;
}
.activities li{
    margin-bottom: 0.1rem;
    display: inline-block;
    padding: 0 10px 0 0;
}
.activities .thumbnail{
    height: 1.5rem;
    border: none;
}
.activities .thumbnail .wrap-article-img{
    height: 100%;
    padding: 0;
    overflow: hidden;
}
.activities .thumbnail .wrap-article-img img{
    height: 100%;
    width: auto;
}
.thumbnail .caption{
    padding: 0 0.1rem;
    height: 100%;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    border-left: none;
    box-sizing: border-box;
}
.thumbnail .caption h5{
    margin: 0.16rem 0;
}
.activity-time{
    font-size: 14px;
    color: #FE8E01;
    margin: 0.18rem 0 0.12rem;
}
.activity-title{
    padding: 0 0.05rem;
    margin-bottom: 0.14rem;
    font-size: 20px;
    height: 48px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
}
.arrow-left{
    position: relative;
}
.arrow-left::before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.04rem solid transparent;
    border-right: 0.08rem solid #fff;
    border-bottom: 0.04rem solid transparent;
    border-left: 0.08rem solid transparent;
    left: -0.14rem;
    top: 50%;
    margin-top: -0.08rem;
}
.arrow-left h5{
    color: #FE8E01;
}
.caption .activity-descrip{
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-align: left;
}
.caption a{
    margin: 0.1rem 0;
    cursor: pointer;
}
.page-nums{
    text-align: center;
}
.page-nums li a{
    margin: 0 5px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer!important;
}
.pagination>.active>a{
    background-color: #FFCC00;
    border-color: #FFCC00;
}
.mobile-load-more{
    font-size: 12px;
    line-height: 17px;
    color: #333;
    margin-bottom: 0.1rem;
    text-align: center;
}
@media screen and (max-width: 768px){
    .activities .thumbnail .wrap-article-img{
        height: 1.02rem;
    }
    .activities .thumbnail .wrap-article-img img{
        width: 100%;
        height: auto;
    }
    .caption .activity-title{
        font-size: 0.15rem;
        line-height: 0.2rem;
        max-height: 0.2rem;
        margin: 0.05rem 0 0;
        overflow: hidden;
    }
    .thumbnail .caption h5{
        font-size: 0.12rem;
        line-height: 0.21rem;
        color: #666;
        margin-top: 0.05rem;
        margin-bottom: 0.08rem;
    }
    .caption .activity-descrip{
        font-size: 0.12rem;
        line-height: 0.16rem;
        height: 0.30rem;
        max-height: 0.32rem;
        margin-bottom: 0;
    }
    .caption a{
        font-size: 0.12rem;
        margin: 0.14rem 0 0;
    }
    .mobile-load-more{
        font-size: 0.12rem;
    }
    .activities li:nth-child(odd){
        padding: 0 5px 0 0;
    }
    .activities li:nth-child(even){
        padding: 0 0 0 5px;
    }
}
