.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;
    margin-top: 0.2rem;
}
.list-box .list-item{
    width: 3.6rem;
    height: 4.6rem;
    background: #fbfbfb;
    float: left;
    margin-right: 0.1rem;
    margin-top: 0.2rem;
}
.list-item:nth-of-type(even){
    margin-right: 0;
}
.list-item .list-img{
    width: 100%;
    height: 2.67rem;
}
.list-item .list-con{
    width: 100%;
    height: 1.93rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.list-con .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    /*font-weight: bold;*/
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-con .list-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.22rem;
    color: #999;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.list-con .list-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.15rem;
    left: 0;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.28rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.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;
}
