.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;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.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;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;

}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.con-item:nth-of-type(even){
    background: #f8faf9;
}
.con-item .con-img{
    /*width: 5.8rem;
    height: 3.1rem;*/
    margin: 0.3rem auto 0;
    box-sizing: border-box;
}
.con-item .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-item:nth-of-type(n+4) .con-text{
    margin-bottom: 0.4rem;
}
.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    line-height: 0.34rem;
    margin-top: 0.25rem;
}
.con-on .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.22rem;
    color: #666666;
    line-height: 0.26rem;
    margin-top: 0.1rem;
    text-align: center;
}
.con-on .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
    text-indent: 2em;
    margin-top: 0.1rem;
    text-align: justify;
}
.con-on .con-btn{
    width: 3rem;
    height: 0.6rem;
    background: #6da288;
    border-radius: 0.1rem;
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.6rem;
    margin: 0.15rem auto 0.42rem;
}