
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}
/*宽度限制板块*/
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
body {
  width: 100%;
  min-width: 1400px;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hide {
  display: none;
}
/**** DEMO单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
@font-face {
  font-family: 'fzlth';
  src: url('http://www.818qn.com/templates/main/font/fzlth.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzssksjtdemi';
  src: url('http://www.818qn.com/templates/main/font/fzssksjtdemi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fzcjljt';
  src: url('http://www.818qn.com/templates/main/font/fzcjljt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: "fzlth", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
#sougou_bottom {
  display: none !important;
}
.footer {
  position: relative;
  width: 100%;
  height: 150px;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: left;
  z-index: 4;
  color: #444;
  font-size: 14px;
  margin-top: -150px;
  border-top:1px solid #878789;
}
.footer a {
  color: #444;
}
.footer .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.footer .content .logo {
  cursor: default;
  position: relative;
  width: 113px;
  height: 64px;
  z-index: 99;
  margin-right: 20px;
}
.footer .content .logo img {
  width: 100%;
}
.footer .content p {
  line-height: 20px;
  color: #333;
}
.footer .content p a {
  text-decoration: underline;
  color: #333;
}
.footer .content p a:hover {
  color: #333;
}
body {
  background: #ffffff;
}
body,
html {
  margin: 0 auto;
  position: relative;
}
.top {
  height: 719px;
  background: url(../image/top_4415963e.jpg) no-repeat center top;
  background-size: cover;
}
.article {
  padding-top: 60px;
  color: #323232;
  padding-bottom: 200px;
  min-height: 800px;
  background: url(../image/bg_588a9cba.jpg) no-repeat center bottom;
  background-size: 100%;
}
.article__content {
  width: 1200px;
  box-sizing: border-box;
  position: relative;
}
.article__content::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1201px;
  height: 7px;
  background: url(../image/line_0e3ff000.png) no-repeat;
}
.article video {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.top-btn {
  display: block;
  width: 148px;
  height: 148px;
  background: url(../image/sprite-25dbf2_25dbf243.png) no-repeat;background-size:148px 148px;
background-position:-0px -0px;

  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 99;
  display: none;
}
.top-btn:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* 标题     */
#NIE-art .artTitle {
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  max-width: 1000px;
  margin: 0 auto;
}
/* 副标题   */
#NIE-art .artSubTitle {
  text-align: center;
}
/* 文章信息 */
#NIE-art .artInfo {
  text-align: center;
  font-size: 20px;
  margin-top: 16px;
  color: #323232;
}
/* 文章来源 */
#NIE-art .artSource {
  text-align: center;
  font-size: 12px;
}
/* 日期时间 */
#NIE-art .artDate {
  font-size: 16px;
}
/* 核心提示 */
#NIE-art .artTips {
  padding: 10px;
  font-size: 12px;
  line-height: 21px;
  border: 1px #ccc solid;
  background: #f0f0f0;
}
/* 诗词     */
#NIE-art .artPoem {
  margin: 7px 0;
  font-family: "\6977\4F53";
  font-size: 14px;
  line-height: 24px;
  color: #c77322;
}
/* table分行处理 */
#NIE-art table td {
  word-break: break-word;
  overflow: hidden;
}
/* === 发布系统 === */
/* 加粗    */
.b {
  font-weight: 800;
}
/* 着重色1  */
.red {
  color: #b83a3a;
}
/* 着重色1加粗 */
.redb {
  color: #b83a3a;
  font-weight: bold;
}
/* 着重色2  */
.blue {
  color: #00F;
}
/* 服务器名字 */
.fuchsia {
  color: #ff00ff;
}
/* 备注 */
#NIE-art .artRemark {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px #ccc dashed;
}
/* 推荐 */
/*图片表格*/
#NIE-art .table-pic {
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  border-collapse: collapse;
}
#NIE-art .table-pic td {
  border: 1px #fff solid;
  vertical-align: middle;
  text-align: center;
}
#NIE-art .table-pic img {
  display: block;
}
/*文字表格*/
#NIE-art .table-txt {
  margin: 0 auto;
  font-size: 12px;
  border-collapse: collapse;
}
#NIE-art .table-txt td {
  border: 1px #b3b3b3 solid;
  vertical-align: middle;
}
#NIE-art .table-txt thead td {
  font-weight: bold;
  font-size: 14px;
}
/* 免责声明 */
#NIE-art .artDisclaimer {
  font-size: 12px;
  line-height: 23px;
  color: #636363;
  text-align: right;
}
#NIE-art .artDisclaimer .artDisclaimer-btn {
  position: relative;
  height: 23px;
  padding-left: 24px;
  margin-left: 7px;
  text-align: left;
  text-decoration: none;
  color: #636363;
  font-size: 12px;
  border: 0;
  cursor: pointer;
  display: inline-block;
}
#NIE-art .artDisclaimer .artDisclaimer-btn:hover {
  color: #F60;
}
#NIE-art .artDisclaimer .artDisclaimer-btn,
#NIE-art .artDisclaimer i .closeBtn {
  /*图片捆绑在js*/
  background-repeat: no-repeat;
}
#NIE-art .artDisclaimer .NIE-share-txt {
  display: none;
}
#NIE-art .artDisclaimer .shareBtn {
  width: 50px;
}
#NIE-art .artDisclaimer .copyLinkBtn {
  width: 54px;
  background-position: -81px 0;
}
#NIE-art .artDisclaimer .goTopBtn {
  width: 54px;
  background-position: -166px 0;
}
#NIE-art .artDisclaimer i {
  position: absolute;
  top: 19px;
  /* for ie */
  top: 24px \9;
  left: 7px;
  width: 160px;
  padding: 9px;
  text-align: left;
  background: #fff;
  border: 1px #bcbcbc solid;
  display: none;
}
#NIE-art .artDisclaimer i a {
  width: 70px;
  margin: 2px 10px 2px 0;
  float: left;
  text-indent: 20px;
  color: #868686;
  text-decoration: none;
  display: inline;
}
#NIE-art .artDisclaimer i a:hover {
  color: #F60;
  text-decoration: underline;
}
#NIE-art .artDisclaimer i .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 11px;
  margin: 0;
  line-height: 900px;
  padding: 0;
  background-color: #b7b7b7;
  background-position: -231px -24px;
  overflow: hidden;
}
#NIE-art .artDisclaimer i .closeBtn:hover {
  background-color: #F90;
}
/* 分页 */
#NIE-art .paging {
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
}
#NIE-art .paging i,
#NIE-art .paging a:hover i {
  margin: 0 1px;
  padding: 2px 5px;
  font-style: normal;
  color: #fff;
  background: #FF9900;
  border: 1px solid #FF6600;
}
#NIE-art .paging a {
  text-decoration: none;
}
#NIE-art .paging a i {
  color: #333;
  border: 1px #9d9d9d solid;
  background: #e6e6e6;
}
/* fix table p */
#NIE-art .artText table p {
  margin-top: 0;
}
/* === 兼容 === */
/*图片边框*/
#NIE-art .table-pic img,
.table3 img {
  border: 3px #fff solid;
  max-width: 1000px;
}
/*图片.hover边框颜色**/
#NIE-art .table-pic a:hover img,
.table3 a:hover img {
  border-color: #fff;
}
/*文字表格padding*/
#NIE-art .table-txt td,
.table4 td {
  padding: 5px 3px;
}
/*文字表格边框**/
#NIE-art .table-pic td,
.table3 td,
.table4 td,
.tablepad12 td,
.tablepad td {
  border-width: 1px;
  border-style: solid;
}
.table3 {
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}
.table3 td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #efefef;
  padding: 10px 0;
}
.table3 td:nth-child(1) {
  background: #fffef6;
}
.table3 th {
  background: #a6b8ce;
  color: #fff;
  border: 1px solid #efefef;
  padding: 10px 0;
  font-size: 16px;
}
.table4 {
  margin: 0 auto;
  font-size: 12px;
  border-collapse: collapse;
}
.table4 td {
  vertical-align: middle;
}
.table4 thead td {
  font-weight: bold;
  font-size: 14px;
}
.tablepad12 {
  font-size: 12px;
}
.tablepad12 td {
  padding: 2px;
  font-size: 12px;
}
.tablepad {
  border: 0px;
  font-size: 14px;
  line-height: 170%;
  margin: 0 auto;
  padding: 0px;
  border-collapse: collapse;
}
.tablepad td {
  padding: 1px 5px;
  margin: 0;
}
a {
  color: #2568ba;
}
a:hover {
  text-decoration: underline;
}
#NIE-art {
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  /* 正文     */
  /* 表格 */
  /* 列表 */
  /* 统一间距 */
}
#NIE-art .artText {
  margin: 36px auto 0;
  font-size: 16px;
  line-height: 1.5;
  padding: 36px 100px;
  color: #323232;
  /* 正文段落  */
  /* 一级标题 */
  /* 二级内容 */
  /* 二级标题 */
}
#NIE-art .artText p,
#NIE-art .artText div {
  padding: 0;
}
#NIE-art .artText p {
  text-indent: 2em;
}
#NIE-art .artText b,
#NIE-art .artText strong {
  font-weight: bold;
  font-style: normal;
}
#NIE-art .artText .video_ctn ul li {
  padding: 0;
}
#NIE-art .artText h2 {
  margin-top: 30px !important;
  margin-bottom: 20px;
  margin-left: -32px;
  padding: 7px 32px;
  line-height: 47px;
  font-size: 30px;
  font-weight: normal;
  background: url(../image/h2_d033e11c.png) left no-repeat;
  background-size: auto 100%;
  color: #000000;
}
#NIE-art .artText .artCon2 {
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
#NIE-art .artText h3 {
  margin-top: 30px !important;
  margin-bottom: 20px;
  margin-left: -30px;
  padding-left: 32px;
  text-indent: 0;
  font-size: 26px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  background: url(../image/h3_40184b0f.png) left no-repeat;
  background-size: auto 100%;
}
#NIE-art .artText img {
  padding: 6px;
  border: 1px solid #d62121;
}
#NIE-art table {
  margin: 0 auto;
  padding: 6px;
  min-width: 400px;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d62121;
}
#NIE-art table tr:nth-child(1) th,
#NIE-art table tr:nth-child(1) td {
  border-top: 1px solid #4c4c4c;
}
#NIE-art table th,
#NIE-art table td {
  padding: 4px 20px;
  border-bottom: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
}
#NIE-art table th:nth-child(1),
#NIE-art table td:nth-child(1) {
  border-left: 1px solid #4c4c4c;
}
#NIE-art table th {
  font-weight: bold;
  background: #d4d7d7;
}
#NIE-art table th:nth-child(2n) {
  background: #edd3d3;
}
#NIE-art .table-pic {
  border: none !important;
}
#NIE-art .table-pic th,
#NIE-art .table-pic td {
  padding: 0;
  border: none !important;
}
#NIE-art ul,
#NIE-art ol {
  margin-left: 1em;
}
#NIE-art ul li,
#NIE-art ol li {
  margin-top: 6px;
}
#NIE-art ul > li {
  position: relative;
  list-style: none;
}
#NIE-art ul > li::before {
  content: '';
  position: absolute;
  left: -1em;
  top: 0.75em;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  background: #a71516;
  color: #a71516;
  transform: rotate(45deg);
}
#NIE-art ol > li {
  list-style: decimal;
}
#NIE-art ol > li::marker {
  color: #a71516;
}
#NIE-art .artText p,
#NIE-art .artText div,
#NIE-art .artText h2,
#NIE-art .artText h3 {
  margin-top: 14px;
}
#NIE-art table,
#NIE-art .table3,
#NIE-art .table4,
#NIE-art .tablepad12,
#NIE-art .tablepad,
#NIE-art .tablepadblue,
#NIE-art .table-pic,
#NIE-art .table-txt {
  margin-top: 14px;
}
#NIE-art ol,
#NIE-art ul {
  margin-top: 14px;
}

.wuxian{ text-decoration:none !important;}
.bottom { padding-top:15px !important; padding-bottom:15px !important; padding-left:30px !important; padding-right:30px !important; text-align:justify; color:#333; margin-top:5px !important; font-family:Microsoft YaHei;}
.bottom .title{ font-weight:bold; text-decoration:none;}
.bottom .desc{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; text-decoration:none;}
.bottom:hover { background:#F5F5F5;} 
.bottom1 { text-align:justify; margin-top:5px !important; }
.bottom1 .title{ font-weight:bold; text-decoration:none;}
.bottom1 .desc{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; text-decoration:none;}
