.box{
    background: #f8faf9;
}
.banner{
    width: 100%;
    height: 5.3rem;
    margin-top: 0.8rem;
}
.top{
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.top .top-le{
    width: auto;
    height: 0.5rem;
    overflow: hidden;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.5rem;
    border-bottom: 0.02rem solid #6da288;
    box-sizing: border-box;
    font-weight: bold;
}
.top .top-ri{
    width: auto;
    height: 0.5rem;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.5rem;
    display: block;
}

.list{
    width: 7.1rem;
    height: auto;
    overflow: hidden;
    margin: 0.2rem auto 0;
    background: #ffffff;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.list .title{
    width: 100%;
    height: auto;
    border-bottom: 0.01rem solid #eeeeee;
    border-top: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    margin-top: 0.2rem;
}
.title .title-li{
    width: auto;
    height: 0.4rem;
    margin-top: 0.2rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    margin-right: 0.2rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.4rem;
    cursor: pointer;
    float: left;
}
.title-li.active{
    background: #6da288;
    color: #ffffff;
}
.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-box .list-item{
    width: 3.2rem;
    height: 4rem;
    border-radius: 0.1rem;
    overflow: hidden;
    float: left;
    margin-right: 0.3rem;
    margin-top: 0.2rem;
    border: 0.01rem solid #eeeeee;
    box-sizing: border-box;
}

.list-item:nth-of-type(even){
    margin-right: 0;
}
.list-item .list-img{
    width: 100%;
    height: 3.2rem;
}
.list-item .list-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.list-last .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.28rem;
    margin-top: 0.1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-last .list-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.24rem;
    margin-top: 0.05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-item:hover .list-name{
    color: #6da288;
}