@charset "utf-8";

#colR02 {
  width: 1200px;
}

/***** 内页内容 *****/
#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 34px/50px "Microsoft YaHei",
    "宋体";
  padding-top: 14px;
}
#text h2 {
  font:
    bold 14px/38px "Microsoft YaHei",
    "宋体";
  color: #a5a5a5;
}
#text h3 {
  font: 14px/34px "宋体";
  color: #767676;
  border-bottom: 1px #e0d9c1 solid;
  padding-bottom: 8px;
}

#showcontent {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left;
}
#showcontent p {
  text-indent: 32px;
  font:
    16px/35px "Microsoft YaHei",
    "宋体";
}

/***** 内页收藏，关闭等 *****/
#tools {
  width: 100%;
  margin: 8px auto;
  font-size: 12px;
  text-align: right;
  padding-bottom: 18px;
  color: #878787;
}
#tools a {
  color: #878787;
}
#tools a:hover {
  font-size: 12px;
  color: #ff0000;
}

/***** 内页上，下一�?*****/
#prenext {
  width: 1154;
  border: 1px #f3ebcf solid;
  padding: 14px 22px 22px 22px;
}
#prenext h4 {
  font:
    bold 18px/44px "Microsoft YaHei",
    "宋体";
  color: #cd110f;
}
#prenext ul li {
  width: 45%;
  float: left;
  font:
    14px/28px "Microsoft YaHei",
    "宋体";
  height: 28px;
  background: url(../images/dian02.png) left center no-repeat;
  text-indent: 17px;
  text-align: left;
  padding-right: 5%;
}
#prenext ul li a:hover {
  color: #ff0000;
}
