.page-body {
    margin-top: 50px;
    margin-bottom: 120px;
    margin: 0 auto;
}


.page-body .p-title h2 {
    font-size: 36px;
    color: #222;
    
}

.page-body .p-title p {
    position: absolute;
    bottom: -15px;
}

.page-body .p-title p span {
    font-size: 20px;
    color: #979797;
    padding: 0 10px;
    background-color: #fff;
}

.page-body .page-path {
    box-sizing: content-box;
    padding-bottom: 6px;
    height: 94px;
    margin-top: 66px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}

.page-body .details{
    padding-top: 60px;
    padding-bottom: 130px;
}

