.slogan{
    margin: 0px;
    margin-top: 30px;
    font-size: 100px;
    font-family:'楷体','KaiTi','KaiTi_GB2312','AR PL UKai CN','AR PL UKai','STKaiti','华文楷体',sans-serif;
    text-align: center;
}
.slogan-small{
    margin: 20px;
    font-size: 50px;
    font-family:'楷体','KaiTi','KaiTi_GB2312','AR PL UKai CN','AR PL UKai','STKaiti','华文楷体',sans-serif;
    text-align: center;
}
.introduction{
    margin-top: 80px;
}
.horizontal{
    display: flex;
    margin-top: 20px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.horizontal-outline-div-left{
    width: 33.33%;
    margin-right: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.horizontal-outline-div-right{
    width: 66.66%;
    margin-left: 20px;
    text-align: center;
    overflow: hidden;
}
.user{
    display: flex;
    margin-top: 20px;
}
hr{
    border: none;
    height: 2px;
    background: #000000;
}
.user-a{
    color: inherit;
    text-decoration: none;
}
.user-img{
    width: 30%;
    aspect-ratio: 1 / 1;
}
.user-description{
    margin: auto;

}
.user-description h3{
    margin: 0px;
}
.more{
    display: flex;
    width: fit-content;
    color: inherit;
    text-decoration: none;
    margin-left: auto;
    font-size: 20px;
}
.horizontal-outline-div-right iframe{
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.article-div{
    text-align: center;
    overflow: hidden;
    height: 400px;
}
.article-div iframe{
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}