.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-head{
    width: 100%;
    height: 0.6rem;
    border-bottom: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 0.34rem;
}
.list-head .list1{
    width: 2.2rem;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
}
.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
}
.list-box .list-item{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-item .list-top{
    width: 100%;
    height: 1.1rem;
    background: #f2f7ff;
    display: flex;
    justify-content: space-between;
}
.list-item:nth-of-type(even) .list-top{
    background: #ffffff;
}

.list-top .list-le{
    width: auto;
    height: 1.1rem;
    overflow: hidden;
    display: flex;
}
.list-le .list-line{
    width: 0.16rem;
    height: 0.16rem;
    background: #c0d8ff;
    border-radius: 50%;
    margin-top: 0.47rem;
    margin-left: 0.27rem;
}
.list-le .list-name{
    width: auto;
    height: 1.1rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.1rem;
    margin-left: 0.3rem;
}
.list-top .list-ri{
    width: auto;
    height: 1.1rem;
    overflow: hidden;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.1rem;
    padding-right: 0.7rem;
    box-sizing: border-box;
}
.list-item.active .list-top{
    background: #113496;
}
.list-item.active .list-name{
     color: #ffffff;
 }
.list-item.active .list-ri{
    color: #ffffff;
}
.list-item.active .list-on{
    display: block;
}
.list-item .list-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
    display: none;
}
.list-on .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    font-weight: bold;
    color: #113496!important;
    line-height: 0.4rem;
    margin-top: 0.28rem;
}
.list-on .list-con{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.12rem;
}
.list-con .list-li{
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.2rem;
}

.list-on .list-title{
    width: 100%;
    height: 0.3rem;
    border-left: 0.04rem solid #113496;
    box-sizing: border-box;
    padding-left: 0.1rem;
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.3rem;
    margin-top: 0.4rem;
}
.list-title span{
    color: #113496;
}
.list-on .list-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.14rem;
}
.list-on .list-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.4rem;
    margin-top: 0.14rem;
}
.list-on .list-btn{
    width: 3.4rem;
    height: 0.6rem;
    background: #113496;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}



.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;
}
