@charset "utf-8";

/***** 内页内容 *****/
#text {
  width: 100%;
  font: 12px/26px '宋体';
  text-align: center;
}
#text a {
  color: #4e4d4d;
}
#text a:visited {
  color: #4e4d4d;
}
#text a:hover {
  color: #ff0000;
}
#text h1 {
  font: bold 26px/30px '宋体';
  color: #0a5193;
  padding: 18px 0px 6px 0px;
}
#text h2 {
  font: bold 14px/32px '宋体';
  color: #55afe3;
}
#text h3 {
  font: 12px/24px '宋体';
  background: #ebebeb;
  color: #767676;
}

#showcontent {
  margin-top: 12px;
  font: 14px/32px '宋体';
  text-align: left;
}
#showcontent p {
  text-indent: 28px;
}

/***** 内页收藏，关闭等 *****/
#tools {
  width: 100%;
  margin: 8px auto;
  font: 12px/30px '宋体';
  text-align: right;
}
#tools a:hover {
  color: #ff0000;
}

/***** 内页上，下一篇 *****/
#prenext {
  width: 100%;
  margin: 0px auto 22px auto;
  background-color: #f0f0f0;
  border: 1px #f0f0f0 solid;
}
#prenext ul li {
  font: 14px/20px '宋体';
  height: 20px;
  text-align: left;
  text-indent: 34px;
  margin: 18px auto;
}
#prenext ul li a:hover {
  color: #ff0000;
}

.font12,
.font12 * {
  font-size: 12px !important;
  font: 12px / 28px '宋体' !important;
}

.font14,
.font14 * {
  font-size: 14px !important;
  font: 14px / 32px '宋体' !important;
}

.font16,
.font16 * {
  font-size: 16px !important;
  font: 16px / 32px '宋体' !important;
}

.font18,
.font18 * {
  font-size: 18px !important;
  font: 18px / 32px '宋体' !important;
}
@media screen and (max-width: 768px) {
  #pagebj {
    height: auto;
  }
  #banner {
    height: 1.4rem;
  }
  #banner img {
    height: 100%;
  }

  #text h1 {
    font: bold 0.38rem/0.5rem '宋体';
  }
  #text h3 {
    font: 0.2rem / 0.4rem '宋体';
  }

  .font12,
  .font12 * {
    font: 0.24rem / 0.3rem '宋体' !important;
  }

  .font14,
  .font14 * {
    font: 0.28rem / 0.5rem '宋体' !important;
  }

  .font16,
  .font16 * {
    font: 0.32rem / 0.6rem '宋体' !important;
  }
  #tools {
    font: 0.22rem / 0.3rem '宋体';
  }
  #showcontent img {
    object-fit: contain !important;
    height: auto !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
}
