.fixed-container {
    width: 100%;
    text-align: center;
}

.fixed-img {
    width: 100%;
}

.list-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.list-context {
    width: 216px;
    position: relative;
    background-color: #fafafa;
}

.content-context {
    width: 78%;
    min-height: 600px;
    padding-top: 20px;
}

.top {
    position: absolute;
    background-color: #1e88e5;
    width: 216px;
    height: 61px;
    font-size: 20px;
    line-height: 61px;
    text-indent: 1rem;
    color: #fff;
    top: -61px;
}


.bottom-item {
    background-color: #fefefe;
    width: 216px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    text-indent: 1rem;
    color: #63065f;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
}


.active,
.bottom-item:hover {
    background-color: #eeeeee;
}


.content-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #63065f;
    padding: 10px 0px;
}

.content-title {
        font-size: 19px;
    color: #000;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    border-left: 3px solid #1e88e5;

}

.content-nav-item-dq,
.content-nav-item {
    display: inline-block;
    color: #838383;

}

.content-nav-item {
    cursor: pointer;
}


.article-content-bottom {
background: #fff;
min-height: 557px;min-height: 557px;
}

.lit-item {
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.lit-item::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 22px;
    left: 1px;
    border-radius: 100%;
    background-color: #333;
}

.list-context-main {
    font-size: 14px;
    color: #333;
}

.list-date {
    color: #999;
    font-size: 14px;
}

.copy-list-container {
    position: fixed;
    z-index: 100;
    visibility: hidden;
    background-color: #fafafa;
}

.copy-top {
    position: relative;
    background-color: #1e88e5;
    width: 216px;
    height: 61px;
    font-size: 20px;
    line-height: 61px;
    text-indent: 1rem;
    color: #fff;
}
.content-bottom {
padding: 20px 10px;
}