body {
  padding: 15px;
  color: #000;
  font-size: 18px;
  font-family: 'PingFang SC', Helvetica, Arial, '微软雅黑', '黑体';
  background-color: #fff;
}

.magbox .bookcase span {
  font-size: .6em;
  font-weight:600 ;
}
.magbox .bookcase img {
  max-width: 224px;
}.magbox .bookcase .row {
  padding-bottom: 15px;
}
.magbox dt.tit {
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  padding: 10px 0;
  display: block;
  clear: both;
  margin-bottom: 10px;
  margin-top: .5em;
  color: #444;
}

.magbox dd {
  min-height: 1.5em;
  line-height: 1.1em;
  cursor: default;
  padding: 10px 0 10px 15px;
  display: block;
  clear: both;
  margin-bottom: .5em;
}

.magbox .name {
  display: block;
  float: left;
}

.magbox .author {
  display: block;
  font-size: .9em;
  float: right;
  color: #9a9a9a;
}

.magbox .panel-heading h2 {
  margin-top: 30px;
  font-size: 1.25em;
  line-height: 1.3em;
  text-align: center;
  color: #222;
  font-weight: 700;
}

.magbox .panel-heading h3 {
  font-size: 1.05em;
  line-height: 1.1em;
  text-align: center;
  color: #222;
  font-weight: 500;
}

.magbox .panel-heading p {
  font-size: 0.9em;
  line-height: 1em;
  text-align: center;
  color: #9a9a9a;
}

.magbox .panel-heading .DocTime {
  display: none;
}

.magbox .panel-heading .Department {}

.magbox .panel-heading .Author {}

.magbox p {
  line-height: 1.8em;
  text-indent: 2em;
  min-height: 1.8em;
}
.magbox td p {
  text-indent: 0;
}
.magbox p.text-center {
  text-indent: 0;
}
.magbox li {
  line-height: 1.8em;
}
.magbox li p {
    margin: 0;
    text-indent: 1em;
}
.magbox .panel-heading p {
  text-indent: 0;
  text-align: center;
}

.magbox img {
  display: inherit;
  width: auto;
  max-width: 95%;
  height: auto;
  margin: auto;
  border: 1px solid rgb(204, 204, 204);
}

.block-icon {
  position: fixed;
  z-index: 1000;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 5px;
  background-image: url(../img/GoBack.png);
  background-size: 40px 40px;
  text-indent: -9999px;
  cursor: pointer;
}

.block-icon a {
  display: block;
  width: 100%;
  height: 100%;
}