.moreoperation-management{
  .moreoperation-title{
    font-size: 1.428571rem;
    padding: 2.357143rem 0 1rem 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    i{
      position: relative;
      left: -7.857143rem;
      padding: .357143rem .714286rem;
    }
  }
  .moreoperation-content{
    .moreoperation-ul{
      li{
        height: 3.571429rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1.071429rem;
        border-bottom: 1px solid #e5e5e5;
        i{
          display: inline-block;
          width: .571429rem;
          height: .857143rem;
          background: url('../images/activitydesc/path.png')  no-repeat;
          background-size: 100% 100%;
        }      
      }
    }
  }
}