.crumbs{
    box-sizing: border-box;
    padding: 1.86667rem 0.4rem 0.5333rem;
    background-color: #f3f4f6;
}
.crumbs>p{
    box-sizing: border-box;
    padding-left: 0.1333rem;
    border-left: 0.05333rem solid #1d866f;
    font-size: 0.29333rem;
    line-height: 1;
    color: #999;
}
.crumbs>p span{
    color: #111;
}
.crumbs>p a{
    color: #999;
}



.news-detail{
    box-sizing: border-box;
    padding: 1.6rem 0.4rem;
}
.news-title{
    font-size: 0.56rem;
    font-weight: bold;
    color: #111;
    line-height: 0.88rem;
    margin: -0.16rem 0;
}
.news-date{
    margin-top: 0.8rem;
    font-size: 0.29333rem;
    line-height: 1;
    color: #999;
}
.news-date span{
    display: inline-block;
    margin-right: 0.72rem;
}
.news-date span:last-child{
    margin-right: 0;
}
.news-txt{
    padding-top: 0.4rem;
}
.news-txt p{
    font-size: 0.346667rem;
    line-height: 0.72rem;
    color: #333;
    margin: 1.01333rem 0 -0.18666rem;
}
.news-txt p img{
    display: block;
    max-width: 100%;
    padding: 0.18666rem 0;
}