.mi-service .mi-container{
    display: flex;
    justify-content: space-between;
}
.mi-service .menu-left{
    width: 242px;
    height: 562px;
    border: 2px solid #f8f8f8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 42px;
    float: left;
    display: inline;
    background-color: #fff;
    margin: 20px 0 50px;
    border-radius: 5px;
}
.mi-service .menu-left .item{
    margin-bottom: 60px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.mi-service .menu-left .active,.mi-service .menu-left .item:hover{
    color: #07a1ff;
}
.mi-service .menu-left .item i{
    font-size: 28px;
    margin-right: 12px;
    background-color: #f7f7f7;
    padding: 11px;
    border-radius: 50%;
}
.mi-service .content-right{
    background-color: #ffffff;
    min-height: 350px;
    width: 945px;
    margin: 20px 0 50px;
    border-radius: 5px;
    padding: 0 25px;
    overflow: hidden;
}
.mi-service .content-right h1{
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #eeeeee;
    line-height: 70px;
    margin-top: 10px;
}
.mi-service .content-right .mi-desc{
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    background-color: #f7f7f7;
}
.mi-service .content-right .content{
    margin-top: 15px;
    font-size: 16px;
}
.mi-service .content-right .content p{
    margin-bottom: 10px;
}
.mi-service .content-right .content img{
    max-width: 90%;
}
.sub-cats{
    width: 100%;
    margin: 30px 0 0;
}
.sub-cats .el-button{
    margin-right: 15px;
}