
/*内容列表*/
.sources{
    /*margin-top: 0.1rem;*/
}
.sourcesList h3{
    font-size: 0.14rem;
    margin-top: 0.02rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fff;
}
.sourcesList span{
    font-size: 0.12rem;
    color: #ffffff;
    margin-right: 0.1rem;
}
.sourcesList span:last-child {
    margin-right: 0;
}
.sourcesList .mui-card-content{
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.sourcesList .mui-card{
    position: relative;
    margin: 0;
    border-radius: 0px;
    margin-top: 0.1rem;
}
.sourcesList .mui-card:first-child{
    margin-top: 0;
}
.sourcesList .reads img{
    width: 0.13rem;
    height: 0.08rem;
    margin-right: 0.06rem;
}


/*筛选*/
.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;
}
/*内容*/
.sourcesList .mui-card-content-inner{
    position: relative;
}
.sourcesList .yuyueBtn{
    font-size: 0.12rem;
    color: #0C0A10;
    background: #ffffff;
    /*border-radius: 0.3rem;*/
    width: 0.54rem;
    height: 0.18rem;
    text-align: center;
    line-height: 0.18rem;
    position: absolute;
    /*right: 0.15rem;*/
    /*top: -0.35rem;*/
    right: 0.27rem;
    top: 0.15rem;
    border-radius: 0.02rem;
}
.classification{
    /*padding-bottom: 0.05rem!important;*/
}
.sourcesList .mui-card{
    margin-top: 0.1rem;
}