.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.3rem;
    color: #333333;
    line-height: 0.5rem;
    border-bottom: 0.02rem solid #6da288;
    box-sizing: border-box;
}
.top .top-ri{
    width: auto;
    height: 0.5rem;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.5rem;
    display: block;
}

.title{
    width: 100%;
    height: 0.6rem;
    overflow: hidden;
    background: #ffffff;
}
.title .title-ul{
    width: 2.5rem;
    height: 0.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.title .title-li{
    width: auto;
    height: 0.6rem;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.6rem;
    cursor: pointer;
    float: left;
}
.title-li.active{
    border-bottom: 0.02rem solid #6da288;
    color: #6da288;
    box-sizing: border-box;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: #ffffff;
}
.con-box .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-ul .con-li{
    display: block;
    width: 100%;
    height: 1.9rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #eeeeee;
    box-sizing: border-box;
}
.con-li .con-img{
    width: 3rem;
    height: 1.5rem;
    margin-top: 0.2rem;
}
.con-li .con-ri{
    width: 3.6rem;
    height: 1.5rem;
    position: relative;
    margin-top: 0.2rem;
    overflow: hidden;
}
.con-ri .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.34rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con-li:hover .con-name{
    color: #6da288;
}
.con-ri .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    color: #666;
    line-height: 0.3rem;
    margin-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.con-ri .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.28rem;
}
