.content {
    margin-top: 129px;
    padding: 20px 0;
    flex: 1;
}

.content-left {
    width: 21%;
}

.list-head {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    background: #a2060a;
    color: #fff;
    margin-bottom: 10px;
}

.list-body {
    border-bottom: 1px solid #baad80;
}

.list-body a {
    color: #910001;
    font-size: 14px;
    display: block;
    height: 44px;
    line-height: 44px;
    border: 1px solid #baad80;
    border-bottom: 0;
}

.list-ul-li>a {
    background: #D3CAAA;
    padding-left: 16px;
}

.list-ol a {
    background: #c7bd9a;
    padding-left: 30px;
}

.content-right {
    width: 77%;
}

.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;
}


.wicket-list {
    padding: 6px 0 6px 40px;
    position: relative;
}

.wicket-list::after {
    font: normal normal normal 12px/1 LineAwesome;
    content: "\f112";
    color: #a2060a;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.wicket-list a {
    font-size: 16px;
    color: #444;
    margin-right: 30px;

    max-width: calc(100% - 78px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wicket-list a:hover {
    color: #a2060a;
}

.wicket-list span {
    font-size: 12px;
    color: #333;
    display: inline-block;
    min-width: 78px;
}

.wicket-end {
    margin: 10px 0;
    text-align: right;
    color: #333;
}

.wicket-end a {
    color: #333;
}

.wicket-end a:hover {
    color: #a2060a
}


.wp_listcolumn .wp_subcolumn .wp_column a .column-name,
.wp_listcolumn .wp_column a .column-name {
    padding: 0;
}

.wp_listcolumn .wp_subcolumn .wp_column a,
.wp_listcolumn .wp_column a {
    color: #910001;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #baad80;
    border-bottom: 0;
    background: none;
    font-weight: 400;

    transition: all .3s ease;
}

.wp_listcolumn .wp_column>a {
    background: #D3CAAA;
    padding-left: 16px;
}

.wp_listcolumn .wp_subcolumn .wp_column a {
    background: #c7bd9a;
    padding-left: 30px;
}

.wp_listcolumn .wp_subcolumn {
    border-top: 0;
}

.wp_listcolumn .wp_column a:hover,
.wp_listcolumn .wp_column a.selected,
.wp_listcolumn .wp_subcolumn .wp_column a:hover,
.wp_listcolumn .wp_subcolumn .wp_column a.selected{
    color: #fff;
    background: #a2060a;
}

.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;
}

@media screen and (max-width:1023px) {
    .content-body {
        flex-wrap: wrap;
    }

    .content-body>div {
        width: 100%;
    }

    .content-left {
        margin-bottom: 20px;
    }

    .content {
        margin-top: 87px;
    }
}

@media screen and (max-width: 400px) {
    .content {
        margin-top: 60px;
    }
}