.h1 {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Noto Sans CJK';
    color: #404040;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    word-wrap: break-word;
    word-break: normal;
}

.des {

    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Noto Sans CJK';
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: revert-layer;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
    display: flex;
    justify-content: space-around;

}

.des1 {
    font-family: 'Microsoft YaHei';
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
}




.content {
      text-indent: 2em;
    font-size: 14px;
line-height: 24px;
}

.content p img{
  width: 83%;
}

.page {
    
    margin-top:30px;
}

.page p {
    margin: 10px 0 30px 0;
    color: #666; 
    font-size: 12px;
}

.page p span {
    margin-left: 10px;
}

.page p a {
    color: black;
    margin-left: 10px;
      color: #666; 
    font-size: 12px;
}

.page p a:hover {
    color: #f05a23;
}

.rich-text>p[style]:nth-child(1) {
    font-size:16px !important;
    text-indent: 0 !important;
}
.rich-text>p[style]:nth-child(2) {
    text-indent: 0 !important;
}
