.page-title {
  line-height: 118px;
  font-size: 26px;
  color: white;
  font-weight: bold;
}

.borderC2 {
  border: 1px solid #406ACC;
}

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

.panel-title,
.control-label,
.modal-title {
  font-weight: bold;
}

.btn-default {
  background: #7f7f7f;
  color: white;
}

.btn-default:hover {
  background: #aaaaaa;
  color: white;
}

.btn-primary:hover {
  background: #406ACC;
  color: white;
}

.select2-container {
  font-size: 14px;
}

.popover {
  width: 145px;
  color: #777;
}

@media (max-width: 767px) {
  .contentBox .modulesBox {
    width: 100%;
    height: auto;
  }

  .contentBox .modulesBox .left {
    padding-top: 20px;
  }

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

  .fa-pencil {
    display: none;
  }

  .fa-trash-o {
    display: none;
  }

  .fa-trash-o {
    display: none;
  }

  .contentBox .modulesBox .left .specialsBox .title {
    font-size: 20px;
  }

  .contentBox .modulesBox .left .specialsBox .imgBox img {
    width: 300px;
    height: 160px;
  }

  .contentBox .modulesBox .left .lists .list .listContent .textBox {
    margin-top: 15px;
  }

  #textBox1 {
    display: none;
  }

  .contentBox .modulesBox .left .addArtical {
    display: none !important;
  }

  .html-body .jgBg {
    margin-top: 100px;
    height: 90px !important;
  }

  .html-body .jgBg .title {
    line-height: 90px !important;
  }

  .btnAll {
    display: none;
  }

  .btnAll .borderC2 {
    margin: 0 5px 20px 0;
  }

  .contentBox .modulesBox .left .lists .list .listContent .imgBox {
    margin: 0 auto;
  }
}

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

  .contentBox .modulesBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }

  #textBox2 {
    display: none;
  }

  .contentBox .modulesBox .left .iconBox .fa-pencil {
    font-size: 15px;
    color: #F59A23;
    cursor: pointer;
  }

  .contentBox .modulesBox .left .iconBox .fa-trash-o {
    margin-left: 3px;
    font-size: 15px;
    color: #C21010;
    cursor: pointer;
  }

  .contentBox .modulesBox .left .specialsBox .title {
    font-size: 24px;
  }

  .contentBox .modulesBox .left .specialsBox .imgBox img {
    width: 531px;
    height: 284px;
  }

  .contentBox .modulesBox .left .lists .list .listContent {
    display: flex;
    justify-content: space-between;
  }

  .contentBox .modulesBox .left .lists .list .listContent .updateBox .fa-trash-o {
    margin-left: 3px;
    font-size: 15px;
    color: #C21010;
    cursor: pointer;
  }

  .contentBox .modulesBox .left .iconBox .fa-plus {
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
  }

  .btnAll .borderC2 {
    margin: 0 35px 20px 0;
  }

  .contentBox {
    position: relative;
    min-height: 500px;
    margin: 48px auto;
  }
}

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

  .contentBox .modulesBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
}

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

  .contentBox .modulesBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
}

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

  .contentBox .modulesBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
}

#Special {
  width: 100%;
  height: 100%;
  color: black;
  display: flex;
  flex-direction: column;
}

/* pc端 */
.contentBox {
  position: relative;
  min-height: 500px;
}

.contentBox .modulesBox .left {
  width: 100%;
  margin: 0 0 0 0;
  height: auto;
}

.contentBox .modulesBox .left .noFind {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.contentBox .modulesBox .left .iconBox {
  display: flex;
  justify-content: end;
}

.contentBox .modulesBox .left .specialsBox {
  width: 100%;
}

.contentBox .modulesBox .left .specialsBox .title {
  width: 100%;
  color: black;
  font-weight: bold;
  line-height: 29px;
}

.contentBox .modulesBox .left .specialsBox .timeAndName {
  width: 100%;
  margin: 20px 0;
  color: #797979;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.contentBox .modulesBox .left .specialsBox .timeAndName .bar {
  margin: 0 20px;
}

.contentBox .modulesBox .left .specialsBox .imgBox {
  text-align: center;
  margin-bottom: 26px;
}

.contentBox .modulesBox .left .specialsBox .details {
  line-height: 28px;
  letter-spacing: 0.7px;
  font-size: 14px;
  color: black;
  margin: 0 0 53px;
}

.contentBox .modulesBox .left .addArtical {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 0 0;
  border-top: 1px solid #D7D7D7;
}

.contentBox .modulesBox .left .addArtical .createArtical {
  width: 105px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: white;
  border-radius: 10px;
  margin-left: 26px;
  cursor: pointer;
  background: #406ACC;
}

.contentBox .modulesBox .left .lists {
  width: 100%;
  margin-top: 50px;
}

.contentBox .modulesBox .left .lists .list {
  border-top: 1px solid #D7D7D7;
}

.contentBox .modulesBox .left .lists .list .listContent {
  margin: 25px 0 25px 0;
  position: relative;
}

.contentBox .modulesBox .left .lists .list .listContent .updateBox {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
}

.contentBox .modulesBox .left .lists .list .listContent .imgBox {
  width: 282px;
  height: 170px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.contentBox .modulesBox .left .lists .list .listContent .imgBox img {
  width: 100%;
  height: auto;
}

.contentBox .modulesBox .left .lists .list .listContent .textBox {
  width: auto;
}

.contentBox .modulesBox .left .lists .list .listContent .textBox .dateStr {
  margin-top: 15px;
  font-size: 14px;
  color: #7F7F7F;
}

.contentBox .modulesBox .left .lists .list .listContent .textBox .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: black;
}

.contentBox .modulesBox .left .lists .list .listContent .textBox .authors {
  width: 100%;
  margin: 11px 0 11px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.contentBox .modulesBox .left .lists .list .listContent .textBox .authors span {
  font-size: 14px;
  color: #797979;
}

.contentBox .modulesBox .left .lists .list .listContent .textBox .urlBox {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.contentBox .modulesBox .left .lists .list .listContent .textBox .urlBox #link {
  color: #406ACC;
  cursor: pointer;
}

.contentBox .modulesBox .left .lists .list .listContent .textBox .urlBox .fa-external-link {
  cursor: pointer;
  color: #797979;
  font-size: 14px;
  margin-left: 3px;
}

.contentBox .modulesBox .left .moreBox {
  width: 100;
  text-align: center;
}

.contentBox .modulesBox .left .moreBox .more {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #406ACC;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 87.5px;
  margin: 53px 0 25px 0;
}

.contentBox .modulesBox .left .moreBox .more:hover {
  color: #ffffff;
  background: #406ACC;
}

.uploadBtn {
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  margin: 15px 0 0 0;
  cursor: pointer;
}

.html-body .jgBg {
  width: 100%;
  height: 115px;
  /* background: url(../img/bg.png) no-repeat; */
  background: url("https://scichina.oss-cn-beijing.aliyuncs.com/template/platform/img/bg-img1.png") no-repeat;
  background-size: cover;
  background-position: left top;
}

.html-body .jgBg .title {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 115px;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}

.btnAll .borderC2 {
  display: inline-block;
  width: 145px;
  padding: 3.5px 0;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  background-size: 100% 100%;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
}

.remarkClass {
  border: 1px solid;
  width: 60px;
  outline: none;
  color: #AAAAAA;
  font-size: 14px;
  margin-top: 25px;
  padding: 1px 2px;
}