body {
    background: linear-gradient(to right, #c0e5ff, #f1f1f1); /* 渐变效果 */;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}
.menu{
    display: flex;
    flex-direction: row;
    justify-content: start;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    padding: 0px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.title{
    padding: 5px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
}
.menuLabel{
    padding: 13px;
    font-size: 15px;
}
.main{
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    height: auto;
    margin-bottom: auto;
    padding-top: 10px;
}
.newscolumn{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 25%;
    background-color: #ffffff;
    height: auto;
    margin: 20px;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.articlelist{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 75%;
    background-color: #ffffff;
    height: auto;
    margin: 20px;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.news{
    padding-left: 15px;
}
.article{
    /*display: flex;
    flex-direction: column;
    */
    justify-content: start;
    width: 95%;
    background-color: #ffffff;
    height: auto;
    padding: 10px;
    border-radius: 30px;
}
.article button {
    margin: 0;
    line-height: 1.6;
    word-wrap: break-word;
    width: 100%;
    background-color: white;
    border-width: 0;
    font-size: 20px;
}
.article button:hover{
    margin: 0;
    line-height: 1.6;
    word-wrap: break-word;
    width: 100%;
    color: cornflowerblue;
}
.custom-hr {
    border: 0;              /* 移除默认边框 */
    height: 1px;            /* 分割线高度 */
    background: linear-gradient(to right, transparent, #333, transparent); /* 渐变效果 */
    margin: 5px 0;         /* 上下边距 */
}
.beian{
    justify-self: center;
    margin-top: auto;
    padding-right: 20px;
}
.beianrow{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50px;
}
.divider{
    border: 0;              /* 移除默认边框 */
    height: 35px;            /* 分割线高度 */
    background: linear-gradient(to right, #c0e5ff, white); /* 渐变效果 */
    margin: 5px;
    border-radius: 25px;
    justify-content: space-around;

}
.article p {
    margin: 0;
    line-height: 1.6;
    word-wrap: break-word;
    width: 100%;
}
.articlemain{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 95%;
    background-color: #f0f0f0;
    height: auto;
    margin: 20px;
    border-radius: 30px;
    white-space: pre-line;
}
.created_at{
    padding-left: 20px;
}
.arttitle{
    padding: 7px;
    padding-left: 20px;
    font-size: 30px;
    font-weight: bold;
}
.loginbutton{
    margin-left: auto;
    padding: 13px;
    font-size: 15px;
}
.loginbutton2{
    margin-left: 10px;
    padding: 13px;
    font-size: 15px;
}
.userlist{
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 95%;
    background-color: #ffffff;
    height: auto;
    padding: 10px;
    border-radius: 30px;
}
.articlechange{
    width: 95%;
    background-color: #f0f0f0;
    height: 400px;
    margin: 20px;
}