body{
    width: 100%;
}
.lineActive{
    background: #237bd6 !important;
    color: #fff !important;
}
.serviceImg{
    max-width: 100%;
}
.serviceImg img{
    max-width: 100%;
}
.imgTitle{
    text-align: center;
}
.serviceText{
    /*width: 13rem;*/
    width:90%;
    box-sizing: border-box;
    margin: 0.8rem auto;
}
.serviceText div{
    width: 100%;
    padding: 30px 50px;
    color: #707070;
    box-sizing: border-box;
    background: #f5f5f5;
    margin-bottom: 0.22rem;
    font-size: 1.1rem;
    cursor: pointer;
}
.pagingActive{
    background: #666666; 
    color: #fff;
    text-align: center; 
    border-radius:50%; 
    padding: 2px 10px;
}
/* 分页 */
.fenye {
    text-align: center;
}
.fenye ul{
    display: flex;
    justify-content: center;
    margin-bottom:20px;
    margin-top:20px;
}
.fenye ul li{
    padding: 0px 8px ; 
    text-align: center;
    margin-right: 0.2rem;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}
.fenyeActive{
    border-radius: 50px;
    font-size: 16px;
    background: #666666;
    color: #fff !important;
}
/* 分页结束 */
@media screen and (max-width:1300px){
    .serviceImg{
        max-width: 13rem;
    }
    .serviceImg img{
        max-width: 13rem;
    }
    .serviceText{
        width: 9.5rem;
    }
    body{
        width: 12rem;
    }
    .imgTitle{
        text-align: center;
    }
}