/*筛选*/

.screenTop {
    /*display: inline-block;*/
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
    background: #fff;
}

.screenTop li {
    border-right: 1px solid #959595;
}

.screenTop li:last-child {
    border-right: none;
}

.screenTop li img {
    width: 0.11rem;
    height: 0.07rem;
}











/*内容*/

.huodongList.mui-table-view .mui-media-object {
    width: 1.42rem;
    height: 0.8rem;
    max-width: 1.42rem;
}
.mui-table-view:after{
    height: 0px;
}
.huodongList .mui-table-view-cell:after {
    left: 0px;
    height: 0px;
}

.huodongList.mui-table-view:before {
    height: 0px;
}

.classification {
    /*padding-bottom: 0.06rem;*/
}

.huodongList h3 {
    font-size: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    text-align: justify;
}

.huodongList .time {
    font-size: 0.12rem;
    color: #625F5F;
    margin-top: 0.03rem;
    width: 1.1rem;
}
@media screen and (min-width:320px) and (max-width:359px) and (orientation:portrait) {
    .huodongList .time {
        width: 1rem;
    }
}

.huodongList .type {
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
    padding: 0 0.12rem;
    font-size: 0.1rem;
    color: #FFFFFF;
    /*border: 1px solid #FFFFFF;*/
    background-color: rgba(0,0,0,0.6);
    border-radius: 0.09rem;
}

.mui-table-view-cell>a:not(.mui-btn) {
    white-space: normal;
}

.huodongList .baomingBtn {
    font-size: 0.12rem;
    color: #ffffff;
    background: #B93421;
    border-radius: 0.3rem;
    width: 0.61rem;
    height: 0.24rem;
    text-align: center;
    line-height: 0.24rem;
    margin-top: 0.01rem;
}
.mui-table-view-cell{
    padding: 0.15rem 0.15rem;
}
.mui-table-view-cell > a:not(.mui-btn){
    margin: 0;
    padding: 0;
}