/*该样式适用于所有文章部分*/
.paper_flex_right {
    flex: 1;
    padding: 35px 0px 0px 20px;
    margin-left: 20px;
}

.paper_flex_right_border{
    border-left: #E6E9EE 2px solid;
}

.paper_content h1 {
    display: block;
    font-size: 2em;
    font-weight: 700
}

.paper_content h2 {
    display: block;
    font-size: 1.5em;
    font-weight: 700
}

.paper_content h3 {
    display: block;
    font-size: 1.17em;
    font-weight: 700
}

.paper_content h4 {
    display: block;
    font-weight: 700
}

.paper_content h5 {
    display: block;
    font-size: .83em;
    font-weight: 700
}

.paper_content h6 {
    display: block;
    font-size: .67em;
    font-weight: 700
}

.paper_content em {
    font-style: italic
}

.paper_content strong {
    font-weight: 700
}

.paper_content p {
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: justify
}

.paper_content {
    color: #666
}

.paper_content a {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.paper_content h1 {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.paper_content h3 {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    margin: 36px 0px 24px 0px;
}

.paper_h3_center h3{
    font-size: 20px;
}

.paper_content h4 {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
}

.paper_content h5 {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    text-align: left;
}

.paper_info {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 246.154% */
    text-align: center;
    margin: 24px 0px;
}

.paper_content p {
    /*color: #333;*/
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    /*text-indent: 2em;*/
    word-break:break-all;
}

/*帮助指南页面的特殊*/
.paper_h3_center p{
    text-indent: 0em;
}

.paper_content p a{
    color: #F00;
}


.paper_content img {
    display: flex;
    align-items: center;
    text-align: center;
    /*height: auto;*/
    margin: 24px auto;
    border-radius: 6px;
}

.paper_img_big {
    width: 700px;
    height: auto;
}

.paper_img_small {
    width: 576px;
    height: auto;
}

