.content {
    margin-top: 129px;
    padding: 20px 0;
    flex: 1;
}

.breadcrumb {
    background: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding: 8px 15px;
    margin-bottom: 20px;
    line-height: normal;
}

.breadcrumb>li+li+li:before {
    color: #777;
    content: "/\00a0";
    padding: 0 7px;
}

.breadcrumb li a {
    font-size: 14px;
    color: #777;
}

.breadcrumb i {
    color: #dd723e;
    margin-right: 10px;
}

.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;
}

.detail-content {
    font-family: 仿宋;
    font-size: 21px;
    color: #363636;
}

.Column_Position span {
    display: none;
}
.Column_Position>a{
    font-size: 14px;
    color: #777;
}
.Column_Position>a:not(:first-of-type)::before {
    color: #777;
    content: "/\00a0";
    padding: 0 3px 0 8px;
}