.mui-container{
    background: #efeff4;
    font-family: "微软雅黑 Light";
}
#pullrefresh{

    padding: 0 10px;
}
#Ul li{
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
}
.fz16{
    font-size: 17px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    /* letter-spacing: 1px; */
    padding: 10px;
    padding-bottom: 0px;
    line-height: 24px;
    display: block;
    margin: 0 0 8px 0;
    position: relative;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fz16 p{
    color: #686773;
    font-size: 14px !important;
}
.fz16::after{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
.fz14{
    display: inline-block;
    padding: 10px;
    color: #8f8f94;
    font-family: 微软雅黑;


}
.cGray{
    display: block;
    padding: 10px;
    padding-top: 0px;
    font-family: PingFangSC-Regular;
    /* text-align: right; */
    padding-right: 10px;
    text-align: justify;
    position: relative;
    margin: 0px 0 0px 0;
    color: #999999;
}
/* .cGray::after{
    content: "发布时间";
    position: absolute;
    left: 0;
    margin-left: 10px;
    color: #272536;
} */
.cGray::before{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}

#Ul li{
    padding: 0 ;
}
.mui-table-view{
    background: none;
}