.content {
    min-height: 1108px;
    height: auto;
    overflow: auto;
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.left {
    width: 296px;
    margin-right: 26px;
    position: sticky;
    top: 0px;
}

.right.refer {
    min-height: 1066px;
    overflow: auto;
}

.journal {
    height: auto;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 28px 32px;
}

.journal_title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 28px;
}

.year {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.journal_title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #057CBC;
    margin-right: 4px;
}

.journal_years {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.year {
    width: 56px;
    height: 24px;
    border-radius: 2px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    display: block;
}

.year_selected {
    width: 56px;
    height: 24px;
    border-radius: 2px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-bottom: 14px;
    cursor: pointer;
    background: #02639D;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.year:hover {
    color: #02639D;
}


.journal_issues {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.issue {
    width: 56px;
    height: 24px;
    border-radius: 2px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    display: block;
}

.issue_selected {
    width: 56px;
    height: 24px;
    border-radius: 2px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-bottom: 14px;
    cursor: pointer;
    background: #02639D;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.issue:hover {
    color: #02639D;
}

.journal_default {
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(2, 99, 157, 0.2);
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 0px 32px;
    line-height: 56px;
    display: none;
    margin-bottom: 20px;
    cursor: pointer;
}

.cream {
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(2, 99, 157, 0.2);
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 0px 32px;
    line-height: 56px;
}

.cream_title {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

.cream_title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #057CBC;
    margin-right: 4px;
}

.right-wrap {
    padding: 25px 0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
}

.right {
    width: 918px;
    height: 736px;
    padding: 3px 32px;
    box-sizing: border-box;
}

.list_title {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
}

.list_title_count {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.list_title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #057CBC;
    margin-right: 4px;
}

.type_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
    /* padding-left: 20px; */
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 0;
}

.type_title::before {
    content: '·';
}

.article {
    border-bottom: 1px solid #D4D4D4;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.article.pl {
    padding-left: 20px;
}

.artilce_title {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    display: block;
    box-sizing: border-box;
    padding-right: 160px;
    margin: 0;
    margin-bottom: 2px;
    /* text-indent: -17px; */
}
.article.pl .artilce_title {
    text-indent: -22px;
}
.artilce_title:hover {
    color: #03639D;
    text-decoration: underline;
    cursor: pointer;
}

.article_footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article_author {
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    word-break: break-all;
    display: block;
    box-sizing: border-box;
}

.page_down {
    display: flex;
    align-items: center;
    position: absolute;
    top: 1px;
    right: 0;
}

.pages {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-right: 14px;
}

.download {
    width: 74px;
    height: 26px;
    background: #057CBC;
    border-radius: 2px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.footer_left {
    display: flex;
    flex-direction: column;
    width: 80%;
    /* padding-left: 20px; */
    box-sizing: border-box;
}

hr {
    margin: 14px 0px;
}