#content {
    border: 1px solid #eee;
    border-top: 0;
}
.container .pos ol li {
    display: inline-block;
}
.container .pos ol li:nth-child(1)::after {
    content:">";
    color:"#999";
    padding: 0 5px;
}
/*样式重写*/
.as-panel.panel-border > .as-panel-header > .as-panel-title {
    color: #37bc9b;
}
.container .as-panel .as-panel-body p{
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph; /*兼容IE*/
}

.as-panel.panel-border > .as-panel-header {
    background-color: #fff;
    border-color: #e2e2e2;
    border-top: 1px solid transparent;
}
