@charset "utf-8";
.goback{
    display:flex;
    display:-webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:flex-start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    -ms-justify-content:flex-start;
    -o-justify-content:flex-start;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    width: 100%;
    height: .88rem;
    background: #fff;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
}
.goback .layui-icon{
    height: .88rem;
    color: #000;
    font-size: .4rem;
    padding: .2rem .2rem;
}
.goback span{
    display: block;
    white-space: nowrap;
    color: #000;
    font-size: .32rem;
    margin-left: .1rem;
}
.title{
    color: #000;
    font-size: .32rem;
    margin: 0 .32rem .2rem .32rem;
    line-height: 1.5;
}
.date{
    color: #969799;
    font-size: .24rem;
    margin: 0 0 .32rem .32rem;
}
.content{
    color: #323233;
    font-size: .28rem;
    line-height: 1.6;
    margin: 0 .32rem .32rem .32rem;
}
.content p{
    margin-bottom: .2rem;
}
.content img{
    max-width: 100%;
    width: auto;
    height: auto;
}