.mui-bar {
    box-shadow: none;
    background: white;
    height: 50px;
}

.mui-bar .mui-icon {
    margin-top: 4px;
    font-size: 28px;
    color: #999999;
}

.mui-bar-nav.mui-bar .mui-icon {
    padding-left: 5px;
}

.mui-bar .mui-title {
    margin-top: 6px;
    color: #2f2f2f;
    font-weight: normal;
}

.more {
    margin-top: 16px;
    margin-right: 5px;
}

.mui-bar:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #dadada;
}

body {
    background: white;
}

.mui-content {
    padding: 0px;
    margin-top: 10px;
    background: white;
}

.user_txt {
    padding-left: 0.2rem;
    height: 25px;
    margin: 0px;
    margin-bottom: 20px;
}

.news_title {
    font-size: 0.3rem;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 0.2rem;
    padding-right: 0.1rem;
    margin-top: .1rem;
    margin-bottom: .2rem;
}

.user_img {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-right: 5px;
}

.user_name, .news_time {
    position: relative;
    top: 0px;
    font-size: 12px;
}

.news_time {
    margin-left: 10px;
}

.text_dome {
    padding: 10px;
}

.text_dome b {
    color: #000000;
    font-size: 16px;
}