@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.graduationDel {
  display: flex;
  margin: 0.10417rem;
  height: calc(100vh - 1.04167rem);
  background: #fff;
}
.graduationDel .menu {
    border-right: 1px solid #cccccc;
    padding: 0 0.10417rem;
    width: 1.45833rem;
}
.graduationDel .menu h4 {
      font-size: 0.09375rem;
      line-height: 0.3125rem;
      font-weight: 400;
      margin: 0;
      border-bottom: 1px solid #cccccc;
}
.graduationDel .menu .item-title {
      display: flex;
}
.graduationDel .menu .item-title_text {
        display: flex;
        flex: 1;
        cursor: pointer;
}
.graduationDel .menu .item-title_text .active {
          color: #f26362;
}
.graduationDel .menu .item-p {
      display: flex;
      padding-bottom: 0.10417rem;
      color: #ECA722;
}
.graduationDel .menu .item-p span {
        width: 0.41667rem;
}
.graduationDel .menu .item-p div {
        flex: 1;
        word-break: break-all;
}
.graduationDel .box {
    flex: 1;
    position: relative;
}
.graduationDel .box .el-icon-arrow-left {
      position: absolute;
      left: 0.10417rem;
      top: 0.10417rem;
      cursor: pointer;
      font-size: 0.125rem;
}
.graduationDel .box h4 {
      font-size: 0.09375rem;
      line-height: 0.3125rem;
      font-weight: 400;
      text-align: center;
      margin: 0;
}
.graduationDel .box-span {
      line-height: 0.3125rem;
      color: #909399;
      font-size: 14px;
      padding: 0 0.10417rem;
}
.graduationDel .box-loading {
      height: calc(100vh - 0.78125rem - 0.72917rem);
}
.graduationDel .box-content {
      height: calc(100vh - 0.78125rem - 0.72917rem);
      padding: 0 0.10417rem;
}
.graduationDel .box-content #wordView {
        height: 100%;
        overflow-y: auto;
}
.graduationDel .box-content #wordView iframe {
          border: 0;
}
.graduationDel .box-btns {
      padding: 0.10417rem;
}


/*# sourceMappingURL=41-1760075386701.css.map*/