.content {
    margin-top: 161px;
    padding: 20px 0;
    flex: 1;
}

.breadcrumb {
    background: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding: 8px 15px;
    margin-bottom: 20px;
    line-height: normal;
}

.breadcrumb a:after{
    color: #777;
    content: "/\00a0";
    padding: 0 7px;
}

.breadcrumb a:last-of-type:after{
    display:none;
}

.breadcrumb a {
    font-size: 14px;
    color: #777;
    position:relative;
}

.breadcrumb i {
    color: #dd723e;
    margin-right: 10px;
}

.breadcrumb .possplit{
    display:none;
}

.detail-head {
    text-align: center;
    font-size: 24px;
    color: #0a1121;
    font-weight: 700;
}

.detail-date {
    text-align: center;
    padding: 5px;
    border: 1px dotted #d3caaa;
    font-size: 14px;
    margin: 10px 0px;
    color: #363636;
}