body{
    width:100%;
    height:100%;
    background:#ffffff;
}
.wrap{
    width:100%;
}
.split{
    width:100%;
    height:0.6rem;
    background:#F5F6FA;
}
.list-box{
    width:100%;
    padding:0 0.8rem;
    box-sizing: border-box;
}
.list{
    width:100%;
    height:2.2rem;
    line-height: 2.2rem;
    border-bottom:1px solid #F5F6FA;
}
.list a{
    display:flex;
    justify-content: space-between;
}
.listname{
    width:8rem;
    font-size:0.75rem;
    color:#333333;
    font-weight:bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.listimg img{
    width:0.7rem;
    height:0.7rem;
    display:block;
    margin-top:0.7rem;
}
.listbtn-box{
    width:100%;
    height:2.25rem;
    margin-top:10.6rem;
    padding:0 2.6rem;
    box-sizing: border-box;
}
.listbtn{
    width:100%;
    height:2.25rem;
    line-height: 2.25rem;
    text-align: center;
    border-radius:1.1rem;
    background:linear-gradient(90deg,rgba(55,119,175,1) 0%,rgba(51,86,142,1) 100%);
    font-size:0.8rem;
    color:#FFFFFF;
    font-weight:400;
}