.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.88rem;
}
.content .con-img{
    width: 100%;
    height: 4.5rem;
}
.con-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.content .con-style{
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
}
.con-style .sty-title{
    width: 100%;
    height: 0.62rem;
    border-bottom: 0.01rem solid #ff9e02;
}
.sty-title .title{
    width: 1.94rem;
    height: 0.62rem;
    border-top-right-radius: 0.8rem;
    background: #ff9e02;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.62rem;
}
.con-style .sty-ul{
    width:7.1rem;
    height: auto;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.sty-ul .sty-li{
    width: 3.4rem;
    height: 3.5rem;
    float: left;
    margin-right: 0.3rem;
}
.sty-li:nth-of-type(even){
    margin-right: 0;
}
.sty-li:nth-of-type(n+3){
    margin-top: 0.3rem;
}
.sty-li .li-img{
    width: 100%;
    height: 3rem;
}
.li-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.sty-li .li-tit{
    width: 100%;
    height: 0.33rem;
    margin-top: 0.14rem;
    font-size: 0.3rem;
    color: #333333;
    text-align: center;
    line-height: 0.33rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pagination{
    width: 6.5rem;
    height: 0.53rem;
    margin-top: 0.3rem;
    padding: 0 0.5rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.pagination .upon{
    width: 1.24rem;
    height: 0.53rem;
    border: 0.01rem solid #ff9e02;
    text-align: center;
    line-height: 0.53rem;
    font-size: 0.26rem;
    color: #ff9e02;
}
.pagination .number{
    width: auto;
    height: 0.53rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.53rem;
}
.pagination .under{
    width: 1.24rem;
    height: 0.53rem;
    border: 0.01rem solid #ff9e02;
    text-align: center;
    line-height: 0.53rem;
    font-size: 0.26rem;
    color: #ff9e02;
}
