.banner{
    width: 100%;
    height: 4.8rem;
    margin-top: 1.06rem;
}
.title{
    width: 100%;
    height: 0.8rem;
    background: #113496;
    font-size: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
}
.title .title-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0.8rem;
    left: 0;
    background: #ffffff;
    z-index: 90;
    display: none;
}
.title-box.active{
    display: block;
}
.title-box .title-item{
    width: 100%;
    height: 0.8rem;
    border-bottom: 0.01rem solid #eeeeee;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.title-item a{
    color: #333333;
}
.title-item.active a{
    color: #113496;
}
.title span{
    float: right;
}
.list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-box .list-item{
    width: 100%;
    height: 1.2rem;
    border-bottom: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    padding: 0 0.1rem;
}
.list-item .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;
    margin-top: 0.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-item .list-time{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.3rem;
    margin-top: 0.18rem;
}
.page{
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    margin: 0.6rem auto 0.6rem;
}
.page .upon{
    width: 1.6rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #cccccc;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
}

.page .num{
    width: 0.9rem;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    line-height: 0.6rem;
}

.page .under{
    width: 1.6rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #cccccc;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
}
