.guran-list{
    padding: 0 0 0 30px;
    box-sizing: border-box;
    counter-reset: show-list;
}
.guran-list p, .guran-content p {
    position: relative;
    line-height: 30px;
    color: #333;
    counter-increment: item;
}
.guran-list p::before, .guran-content p::before {
    content: counter(item)"、";
    display: block;
    position: absolute;
    left: -20px;
    top:0;
}
.actives {
    color: #9A0101;
}
.guran-flow {
    margin-top: 20px;
    margin-bottom: 100px;
    border-top: 1px solid #9A0101;
}
.guran-flow ul {
    width: 300px;
    text-align: center;
    border-right: 1px solid #999;
}
.guran-flow ul li {
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}
.guran-flow ul li:last-of-type {
    margin-bottom: 200px;
}
.guran-content {
    counter-reset: show-list;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}