/*
Theme Name: ixuege空白WP
Theme URI: [主题地址](https://www.ixuege.com/)
Author: ixuege Studio
*/
.container{
    width: 1280px;
    margin: 0 auto;
    padding: 20px;
    background-color: #eee;
    line-height: 260%;
    position: relative;
}
.backhome{
    position: sticky;
    right: 50%;
    top: 40px;
    width: 100px;
    height: 40px;
    background-color: #ccc;
    text-align: center;
    line-height: 40px;
}
h1{
text-align:center;
}
a{
    text-decoration: none;
}
a:visited{
    color: blue;
}
ul li{
    list-style: none;
    margin: 20px 0;
}
