@charset "utf-8";
/* 内容页css */
.con-box {
  padding: 10px 20px;
  background: #fff;
}
.con-box .title {
  width: 92%;
  margin: 10px auto;
  text-align: center;
}
.con-box .title > div {
  margin: 15px auto;
}
.con-box .title .top-tit {
  font-size: 24px;
  line-height: 35px;
}
.con-box .title .tit {
  font-size: 32px;
  line-height: 50px;
  color: #1760ac;
}
.con-box .title .sub-tit {
  font-size: 24px;
  line-height: 35px;
}
.con-box .tags {
  overflow: hidden;
  margin: 10px auto;
  text-align: center;
  border-top: 1px solid #1760ac;
  border-bottom: 1px solid #1760ac;
  width: 94%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.con-box .tags > span {
  margin: 5px 8px;
}
.con-box .ty-tags {
  width: 85%;
  margin: 0 auto;
  font-size: 16px;
}
.con-box .ty-tags table {
  width: 100%;
  border-right: 1px #dcc591 solid;
  border-bottom: 1px #dcc591 solid;
}
.con-box .ty-tags table tr td {
  border-left: 1px #dcc591 solid;
  border-top: 1px #dcc591 solid;
  line-height: 24px;
  padding: 8px 10px;
}
.con-box .ty-tags table tr td.tit {
  width: 100px;
  background: #fff8e8;
  text-align: center;
}
.con-box .ty-tags table tr td.con {
  width: 260px;
  background: #ffffff;
  text-align: center;
}
.con-box .wj-tags {
  width: 85%;
  margin: 0 auto;
  font-size: 16px;
}
.con-box .wj-tags table {
  width: 100%;
  border-right: 1px #dcc591 solid;
  border-bottom: 1px #dcc591 solid;
}
.con-box .wj-tags table tr td {
  border-left: 1px #dcc591 solid;
  border-top: 1px #dcc591 solid;
  line-height: 24px;
  padding: 8px 10px;
}
.con-box .wj-tags table tr td.tit {
  width: 100px;
  background: #fff8e8;
  text-align: center;
}
.con-box .wj-tags table tr td.con {
  width: 260px;
  background: #ffffff;
  text-align: center;
}
.con-box .article {
  width: 92%;
  margin: 10px auto;
  line-height: 30px;
  font-size: 16px;
}
.con-box .article p > img,
.con-box .article > img {
  display: block;
  margin: 8px auto;
}
.con-box .article table {
  margin: 8px auto !important;
  border-color: #000;
}
.con-box .article table tr {
  border-color: #000;
}
.con-box .article table tr td {
  border-color: #000;
}
.con-box .article .jw-text {
  background: none !important;
}
.con-box .article-tools {
  width: 92%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.con-box .article-tools h1 {
  text-align: center;
  line-height: 1.8em;
  font-size: 12px;
  color: #b5b5b5;
}
.con-box .article-tools .tools-code {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.con-box .article-tools .tools-code .qr-code {
  width: 132px;
  height: 132px;
  margin: 0 auto;
  overflow: hidden;
}
.con-box .article-tools .tools-print .share-baidu {
  float: left;
}
.con-box .article-tools .tools-print .print {
  float: right;
}