.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{
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    margin-top: 0.2rem;
}
.list-item .list-top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-top .list-le{
    width: auto;
    height: 1.2rem;
    display: flex;
    overflow: hidden;
}
.list-le .list-icon{
    width: 1.2rem;
    height: 1.2rem;
}
.list-le .list-on{
    width: auto;
    height: 1.2rem;
    overflow: hidden;
    margin-left: 0.2rem;
    position: relative;
}
.list-on .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    color: #6da288;
    line-height: 0.34rem;
    margin-top: 0.4rem;
}
.list-on .list-num{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.3rem;
    position: absolute;
    bottom: 0.15rem;
    left: 0;
}
.list-top .list-ri{
    width: 100%;
    height: 1.2rem;
    display: flex;
    margin-top: 0.2rem;
}
.list-ri .list-li{
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.2rem;
}
.list-li:last-child{
    margin-right: 0;
}

.list-box .list-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0.15rem;
    text-align: justify;
    text-indent: 2em;
}