.banner{
    width: 100%;
    height: 5rem;
    margin-top: 1rem;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-top: 0.6rem;
}
.con-ul .con-li{
    width: 3.3rem;
    height: 2.84rem;
    float: left;
    margin-right: 0.3rem;
}
.con-li:nth-of-type(even){
    margin-right: 0;
}

.con-li .con-img{
    width: 100%;
    height: 2.3rem;
}
.con-li .con-text{
    width: 100%;
    height: 0.44rem;
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
    line-height: 0.44rem;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.con-li:nth-of-type(n+3){
    margin-top: 0.3rem;
}
