*{
    padding: 0;
    margin: 0;
}
html,
body {
    width: 100%;
    height: 100%;
}

.container {
    margin: 0px 16px;
    padding-top: 60px;
    padding-bottom: 10px;
}

nav {
    /*display: none;*/
    width: 100%;
    /*position: fixed;*/
    /*line-height: 55px;*/
    /*height: 55px;*/
    /*overflow: hidden;*/
    text-align: center;
    border-bottom: 0.1rem solid #eeeeee;
    background-color: #ffffff;
}

.title {
    font-size: 16px;
    color: #000000;
    display: inline-block;
    width: 80%;
}

.reback {
    width: 23px;
    position: absolute;
    left: 12px;
    top: 16px;
}
h5,h6{
    line-height: 25px;
}
h6{
    color: #383838;
}
p{
    font-size: 14px;
    color: #353535;
    word-break: break-all;
    line-height: 25px;
    margin-bottom: 5px;
}

ol{
    margin: 8px 0px;
}
ol li{
    font-size: 13px;
    margin: 0px 15px;
    line-height: 22px;
}
.noList li{
    list-style: none;
    margin: 0px; 
}