a {
  color: white;
  text-decoration: none;
}

body {
  position: relative;
}

@media (max-width: 768px) {
  .html-body .container .pad0 {
    padding: 0;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .html-body .container {
    margin: 0 auto 40px;
    min-height: 500px;
  }

  .actionsbar {
    display: none;
  }

  .middle-icon .fa-plus {
    display: none;
  }

  #sciAboutUs .module .edit .fa-pencil {
    display: none;
  }

  #sciAboutUs .module .edit .fa-trash-o {
    display: none;
  }

  #sciAboutUs .module .content {
    word-wrap: break-word;
  }

  #sciAboutUs .module .content table {
    width: 100% !important;
    table-layout: fixed;
  }

  #sciAboutUs .module .content table td {
    width: 0 !important;
    text-overflow: ellipsis;
    white-space: break-spaces;
    overflow: hidden;
    height: 0;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .html-body .container {
    margin: 0 auto 48px;
    min-height: 500px;
  }

  .middle-icon .fa-plus {
    font-size: 16px;
    display: inline;
  }

  #sciAboutUs .module .edit .fa-pencil {
    font-size: 16px;
    color: #F59A23;
    cursor: pointer;
    display: inline;
  }

  #sciAboutUs .module .edit .fa-trash-o {
    font-size: 16px;
    color: #D9001B;
    cursor: pointer;
    display: inline;
  }

  #sciAboutUs .module .content table td {
    white-space: inherit;
  }

  .actionsbar {
    position: static;
    display: inline;
  }

  #sciAboutUs .module {
    margin-left: 300px;
  }

  #commonTextModal .modal-dialog {
    width: 800px !important;
  }
}

@media (min-width: 992px) {
  .pad0 {
    width: 970px;
  }

  .middle-icon .fa-plus {
    font-size: 16px;
    display: inline;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .middle-icon .fa-plus {
    font-size: 16px;
    display: inline;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }

  .middle-icon .fa-plus {
    font-size: 16px;
    display: inline;
  }

  .fa-plus {
    display: inline;
  }
}

@media (max-width: 1634px) {
  #sciAboutUs .actionsbar {
    padding: 6px 0;
  }
}

#sciAboutUs .middle-icon {
  cursor: pointer;
  width: 100%;
}

#sciAboutUs .module {
  position: relative;
  margin-bottom: 48px;
}

#sciAboutUs .module .content-item-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
}

#sciAboutUs .module .content {
  padding-top: 20px;
}

#sciAboutUs .module .content img {
  height: auto;
  max-width: 100%;
}

.module a {
  color: #337ab7;
}

/* 左侧悬浮 */
.actionsbar__has__sections {
  height: 0;
}

.suspendBox {
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  float: left;
  width: 250px;
  max-height: calc(100vh - 130px);
  margin-right: 48px;
  top: 20px;
  z-index: 1;
}

.suspendBox .suspend {
  display: block;
  box-shadow: none;
  position: static;
  width: 100%;
  margin-left: 0 !important;
  margin-top: 30px;
}

.actionsbar {
  z-index: 11;
  background: transparent;
  border-bottom: 0;
}

.suspendBox .barBox {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  min-height: 60px;
  background: rgb(250, 250, 250);
  border-bottom: 1px solid #fff;
}

.suspendBox .bar {
  transition: all .2s cubic-bezier(.6, .01, .16, 1.01);
  font-size: 18px;
  width: 100%;
  display: block;
}

.suspendBox .suspend .barBox:hover {
  color: #3E6EFF !important;
  cursor: pointer;
  background: #F2F8FF;
}

.suspendBox .suspend .barBox .line {
  width: 4px;
  height: 22px;
  visibility: hidden;
  background: #396AFC;
  margin-right: 10px;
}

.suspendBox .active {
  background: #F2F8FF;
}

.suspendBox .active .bar {
  color: #3E6EFF;
}

.suspendBox .suspend .active .line {
  visibility: visible;
}

label.error {
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#journlHeaderBox .header {
  display: none;
}

#sciAboutUs .titleBox {
  width: 100%;
  height: 50px;
  background: #F2F8FF;
  border-left: 12px solid #396AFC;
  padding-left: 22.63px;
  color: #3E6EFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  margin: 30px 0 15px;
}