.content-body {
    background-color: #F8FAFD;
    padding-top:  50px;
    padding-bottom: 60px;
}

.detail-tips-box {
    margin-top: 50px;
}

.detail-tips-box span {
font-size: 14px;
/*font-family: MicrosoftYaHei;*/
color: #7A7A7A;
line-height: 24px;
}

.detail-content-box {
    border-top: 2px solid #005096;
    background-color: #fff;
    padding: 50px 90px 70px 90px;
}

.detail-content-box p{
    margin: 1em 0;
}
table{
    margin: auto;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: auto;
}

/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-article.is-small-size .e-article__content {
  font-size: 14px ;
}

.e-article .e-article__content {
  font-size: 18px ;
}

.e-article.is-large-size .e-article__content {
  font-size: 22px ;
}

.e-article .e-article__wrapper {
  padding: 60px 0;
}

.e-article .e-article__content * {
	font-size: inherit !important;
}

.e-article .e-article__title {
  padding: 15px 0;
  border-bottom: 2px solid #005096;
}
.e-article .e-article__title::before,
.e-article .e-article__title::after {
  display: table;
  content: "";
}

.e-article .e-article__title::after {
  clear: both;
}
.e-article .e-article__title .e-atricle-label {
  margin-top: 5px;
}

.e-article .e-article__content {
  padding: 30px 90px;
  background: #f8fafd;
  overflow: hidden;
}

.e-article .e-article__content table {
  margin-bottom: 20px;
  /*width: 100%;*/
}
.e-article .e-article__content table thead td,
.e-article .e-article__content table thead th {
  padding: 20px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: #005096;
  border: 1px solid #b7ecff;
}
.e-article .e-article__content table tbody td {
  padding: 20px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dee2eb;
}
.e-article .e-article__content table tbody td:nth-child(2n+1) {
  background: #f8fafd;
}

.e-article .e-article__summary {
  margin: 30px 0;
  padding: 30px 20px;
  background: #005096;
}
.e-article .e-article__summary h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.e-article .e-article__summary ul li {
  position: relative;
  padding: 8px 10px;
  color: #a4b5cf;
  font-size: 16px;
  line-height: 1.5;
}
.e-article .e-article__summary ul li::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  background: #23b6e1;
  transform: translateY(-50%);
  content: "";
}

.e-atricle-label {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  color: #999999;
  font-size: 13px;
  border: 1px solid #7fa7ca;
  border-left: none;
  line-height: 1;
}
.e-atricle-label::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 3px;
  height: calc(100% + 2px);
  background: #ffc718;
  content: "";
}
.e-atricle-label + .e-atricle-label {
  margin-left: 8px;
}

.e-recommend .e-recommend__title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.e-recommend .e-recommend__title::before,
.e-recommend .e-recommend__title::after {
  display: table;
  content: "";
}

.e-recommend .e-recommend__title::after {
  clear: both;
}

.e-recommend .e-recommend__title-suffix {
  float: right;
  margin-bottom: 10px;
  font-weight: normal;
}
.e-recommend .e-recommend__title-suffix > a {
  color: #005096;
  font-size: 14px;
}
.e-recommend .e-recommend__title-suffix > a, .e-recommend .e-recommend__title-suffix > a:hover {
  text-decoration: none;
}

.e-recommend .e-recommend__list {
  margin-left: -10px;
  margin-right: -10px;
}
.e-recommend .e-recommend__list > li {
  padding: 10px 10px;
}

.e-fontsize-select {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #005096;
  font-size: 14px;
  cursor: pointer;
}
.e-fontsize-select > i {
  transform: translateY(calc(50% - 7px));
}
.e-fontsize-select:hover {
  background: #f8fafd;
}
.e-fontsize-select > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transform: scaleY(0.8);
  transform-origin: 0% 0%;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px, rgba(0, 0, 0, 0.04) 0px 10px 10px;
  transition: all 0.2s ease;
  pointer-events: none;
  user-select: none;
}
.e-fontsize-select > ul li {
  text-align: center;
}
.e-fontsize-select > ul li:hover {
  color: #ffffff;
  background: #24bbe1;
}
.e-fontsize-select > ul li.is-active {
  color: #ffffff;
  background: #24bbe1;
}

.e-fontsize-select.is-open {
  background: #f8fafd;
}
.e-fontsize-select.is-open > ul {
  transform: scaleY(1);
  transform-origin: 0% 0%;
  opacity: 1;
  pointer-events: all;
}

/* ï¿½ï¿½ï¿½Ä±ï¿½ï¿½ï¿½Ê½ */
.e-article__content p {
  margin: 1em 0;
  word-break: break-word;
}

.e-article__content img {
  max-width: 100%;
  height: auto;
  border: none;
}
.e-article__content img[ztype='video'] {
  display: block;
  border: 1px dashed #ccc !important;
  background: url(../com.zving/images/video.png) no-repeat center center !important;
  margin: 0 auto;
}
.e-article__content img[ztype='audio'] {
  display: block;
  border: 1px dashed #ccc;
  background: url(../com.zving/images/music.png) no-repeat center center;
  margin: 0 auto;
  width: 98%;
  height: 48px;
}



.e-article__content .list-paddingleft-1 {
  padding-left: 0px;
}
.e-article__content .list-paddingleft-2 {
  padding-left: 30px;
}
.e-article__content .list-paddingleft-3 {
  padding-left: 60px;
}

.e-article__content table.borderVisible td,
.e-article__content table.borderVisible th,
.e-article__content table.borderVisible caption {
  border: 1px solid #ddd !important;
}
.e-article__content table.borderHidden td,
.e-article__content table.borderHidden th,
.e-article__content table.borderHidden caption {
  border: 1px dashed #ddd !important;
}
.e-article__content td {
  break-word: break-all;
}

.e-article__content tr.hidden-first-row td,
.e-article__content tr.hidden-first-row th,
.e-article__content tr.hidden-first-row caption {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.e-article__content img[ztype='videobyid'] {
  display: block;
  border: 1px dashed #ccc !important;
  background: url(../com.zving/images/video.png) no-repeat center center !important;
  margin: 0 auto;
}
/*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê½*/
.e-article .e-article__content .singerTable table td{text-align: left;}
.e-article .e-article__content .singerTable table tr td:nth-of-type(1){vertical-align: middle;background: #005096;color: #ffffff;border: 1px solid #005096 !important;border-bottom: 1px solid #dee2eb !important;}
.e-article .e-article__content .singerTable table tr:nth-child(2n+1) td:nth-of-type(2){background: #f8fafd;}

.e-article__content .selectTdClass{background-color:#edf5fa !important}
.e-article__content table.noBorderTable td,.e-article__content table.noBorderTable th,
.e-article__content table.noBorderTable caption{border:1px dashed #ddd !important}
.e-article__content table{margin-bottom:10px;border-collapse:collapse;display:table;}
.e-article__content td,.e-article__content th{padding: 5px 10px;border: 1px solid #DDD;}
.e-article__content caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.e-article__content th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.e-article__content table tr.firstRow th{border-top-width:2px;}
.e-article__content .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.e-article__content .ue-table-interlace-color-double{ background-color: #f7faff; }
.e-article__content td p{margin:0;padding:0;}
.e-article__content tbody table:nth-of-type(1){width: 100%}


/* table */
.e-article__content .selectTdClass{background-color:#edf5fa !important}
.e-article__content table.noBorderTable td,.e-article__content table.noBorderTable th,
.e-article__content table.noBorderTable caption{border:1px dashed #ddd !important}
.e-article__content table{margin-bottom:10px;border-collapse:collapse;display:table;}
.e-article__content td,.e-article__content th{padding: 5px 10px;border: 1px solid #DDD;}
.e-article__content caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.e-article__content th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.e-article__content table tr.firstRow th{border-top-width:2px;}
.e-article__content .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.e-article__content .ue-table-interlace-color-double{ background-color: #f7faff; }
.e-article__content td p{margin:0;padding:0;}
.e-article__content tbody table:nth-of-type(1){width: 100%}

/* list */
.e-article__content ol,
.e-article__content ul{margin:0;pading:0;width:95%}
.e-article__content li{clear:both;}
.e-article__content li.list-cn-1-0:before{content:'.'}
.e-article__content li.list-cn-1-1:before{content:'ä¸€.'}
.e-article__content li.list-cn-1-2:before{content:'äºŒ.'}
.e-article__content li.list-cn-1-3:before{content:'ä¸‰.'}
.e-article__content li.list-cn-1-4:before{content:'å››.'}
.e-article__content li.list-cn-1-5:before{content:'äº”.'}
.e-article__content li.list-cn-1-6:before{content:'å…­.'}
.e-article__content li.list-cn-1-7:before{content:'ä¸ƒ.'}
.e-article__content li.list-cn-1-8:before{content:'å…«.'}
.e-article__content li.list-cn-1-9:before{content:'ä¹.'}
.e-article__content li.list-cn-1-10:before{content:'ä¸€å.'}
.e-article__content li.list-cn-1-11:before{content:'ä¸€åä¸€.'}
.e-article__content li.list-cn-1-12:before{content:'ä¸€åäºŒ.'}
.e-article__content li.list-cn-1-13:before{content:'ä¸€åä¸‰.'}
.e-article__content li.list-cn-1-14:before{content:'ä¸€åå››.'}
.e-article__content li.list-cn-1-15:before{content:'ä¸€åäº”.'}
.e-article__content li.list-cn-1-16:before{content:'ä¸€åå…­.'}
.e-article__content li.list-cn-1-17:before{content:'ä¸€åä¸ƒ.'}
.e-article__content li.list-cn-1-18:before{content:'ä¸€åå…«.'}
.e-article__content li.list-cn-1-19:before{content:'ä¸€åä¹.'}
.e-article__content li.list-cn-1-20:before{content:'äºŒå.'}
.e-article__content li.list-cn-1-21:before{content:'äºŒåä¸€.'}
.e-article__content li.list-cn-1-22:before{content:'äºŒåäºŒ.'}
.e-article__content li.list-cn-1-23:before{content:'äºŒåä¸‰.'}
.e-article__content li.list-cn-1-24:before{content:'äºŒåå››.'}
.e-article__content li.list-cn-1-25:before{content:'äºŒåäº”.'}
.e-article__content li.list-cn-1-26:before{content:'äºŒåå…­.'}
.e-article__content li.list-cn-1-27:before{content:'äºŒåä¸ƒ.'}
.e-article__content li.list-cn-1-28:before{content:'äºŒåå…«.'}
.e-article__content li.list-cn-1-29:before{content:'äºŒåä¹.'}
.e-article__content li.list-cn-1-30:before{content:'ä¸‰å.'}
.e-article__content li.list-cn-1-31:before{content:'ä¸‰åä¸€.'}
.e-article__content li.list-cn-1-32:before{content:'ä¸‰åäºŒ.'}
.e-article__content li.list-cn-1-33:before{content:'ä¸‰åä¸‰.'}
.e-article__content li.list-cn-1-34:before{content:'ä¸‰åå››.'}
.e-article__content li.list-cn-1-35:before{content:'ä¸‰åäº”.'}
.e-article__content li.list-cn-1-36:before{content:'ä¸‰åå…­.'}
.e-article__content li.list-cn-1-37:before{content:'ä¸‰åä¸ƒ.'}
.e-article__content li.list-cn-1-38:before{content:'ä¸‰åå…«.'}
.e-article__content li.list-cn-1-39:before{content:'ä¸‰åä¹.'}
.e-article__content li.list-cn-1-40:before{content:'å››å.'}
.e-article__content li.list-cn-1-41:before{content:'å››åä¸€.'}
.e-article__content li.list-cn-1-42:before{content:'å››åäºŒ.'}
.e-article__content li.list-cn-1-43:before{content:'å››åä¸‰.'}
.e-article__content li.list-cn-1-44:before{content:'å››åå››.'}
.e-article__content li.list-cn-1-45:before{content:'å››åäº”.'}
.e-article__content li.list-cn-1-46:before{content:'å››åå…­.'}
.e-article__content li.list-cn-1-47:before{content:'å››åä¸ƒ.'}
.e-article__content li.list-cn-1-48:before{content:'å››åå…«.'}
.e-article__content li.list-cn-1-49:before{content:'å››åä¹.'}
.e-article__content li.list-cn-1-50:before{content:'äº”å.'}
.e-article__content li.list-cn-1-51:before{content:'äº”åä¸€.'}
.e-article__content li.list-cn-1-52:before{content:'äº”åäºŒ.'}
.e-article__content li.list-cn-1-53:before{content:'äº”åä¸‰.'}
.e-article__content li.list-cn-1-54:before{content:'äº”åå››.'}
.e-article__content li.list-cn-1-55:before{content:'äº”åäº”.'}
.e-article__content li.list-cn-1-56:before{content:'äº”åå…­.'}
.e-article__content li.list-cn-1-57:before{content:'äº”åä¸ƒ.'}
.e-article__content li.list-cn-1-58:before{content:'äº”åå…«.'}
.e-article__content li.list-cn-1-59:before{content:'äº”åä¹.'}
.e-article__content li.list-cn-1-60:before{content:'å…­å.'}
.e-article__content li.list-cn-1-61:before{content:'å…­åä¸€.'}
.e-article__content li.list-cn-1-62:before{content:'å…­åäºŒ.'}
.e-article__content li.list-cn-1-63:before{content:'å…­åä¸‰.'}
.e-article__content li.list-cn-1-64:before{content:'å…­åå››.'}
.e-article__content li.list-cn-1-65:before{content:'å…­åäº”.'}
.e-article__content li.list-cn-1-66:before{content:'å…­åå…­.'}
.e-article__content li.list-cn-1-67:before{content:'å…­åä¸ƒ.'}
.e-article__content li.list-cn-1-68:before{content:'å…­åå…«.'}
.e-article__content li.list-cn-1-69:before{content:'å…­åä¹.'}
.e-article__content li.list-cn-1-70:before{content:'ä¸ƒå.'}
.e-article__content li.list-cn-1-71:before{content:'ä¸ƒåä¸€.'}
.e-article__content li.list-cn-1-72:before{content:'ä¸ƒåäºŒ.'}
.e-article__content li.list-cn-1-73:before{content:'ä¸ƒåä¸‰.'}
.e-article__content li.list-cn-1-74:before{content:'ä¸ƒåå››.'}
.e-article__content li.list-cn-1-75:before{content:'ä¸ƒåäº”.'}
.e-article__content li.list-cn-1-76:before{content:'ä¸ƒåå…­.'}
.e-article__content li.list-cn-1-77:before{content:'ä¸ƒåä¸ƒ.'}
.e-article__content li.list-cn-1-78:before{content:'ä¸ƒåå…«.'}
.e-article__content li.list-cn-1-79:before{content:'ä¸ƒåä¹.'}
.e-article__content li.list-cn-1-80:before{content:'å…«å.'}
.e-article__content li.list-cn-1-81:before{content:'å…«åä¸€.'}
.e-article__content li.list-cn-1-82:before{content:'å…«åäºŒ.'}
.e-article__content li.list-cn-1-83:before{content:'å…«åä¸‰.'}
.e-article__content li.list-cn-1-84:before{content:'å…«åå››.'}
.e-article__content li.list-cn-1-85:before{content:'å…«åäº”.'}
.e-article__content li.list-cn-1-86:before{content:'å…«åå…­.'}
.e-article__content li.list-cn-1-87:before{content:'å…«åä¸ƒ.'}
.e-article__content li.list-cn-1-88:before{content:'å…«åå…«.'}
.e-article__content li.list-cn-1-89:before{content:'å…«åä¹.'}
.e-article__content li.list-cn-1-90:before{content:'ä¹å.'}
.e-article__content li.list-cn-1-91:before{content:'ä¹åä¸€.'}
.e-article__content li.list-cn-1-92:before{content:'ä¹åäºŒ.'}
.e-article__content li.list-cn-1-93:before{content:'ä¹åä¸‰.'}
.e-article__content li.list-cn-1-94:before{content:'ä¹åå››.'}
.e-article__content li.list-cn-1-95:before{content:'ä¹åäº”.'}
.e-article__content li.list-cn-1-96:before{content:'ä¹åå…­.'}
.e-article__content li.list-cn-1-97:before{content:'ä¹åä¸ƒ.'}
.e-article__content li.list-cn-1-98:before{content:'ä¹åå…«.'}
.e-article__content ol.custom_cn{list-style:none;}
.e-article__content ol.custom_cn li{background-position:0 3px;background-repeat:no-repeat}
.e-article__content ol.custom_cn li:before{float:left;margin: 2px 6px 0 0;}
.e-article__content li.list-cn-paddingleft-1{padding-left:15px}
.e-article__content li.list-cn-paddingleft-2{padding-left:30px}
.e-article__content li.list-cn-paddingleft-3{padding-left:45px}
.e-article__content li.list-cn-2-0:before{content:'ï¼‰.'}
.e-article__content li.list-cn-2-1:before{content:'ä¸€ï¼‰.'}
.e-article__content li.list-cn-2-2:before{content:'äºŒï¼‰.'}
.e-article__content li.list-cn-2-3:before{content:'ä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-4:before{content:'å››ï¼‰.'}
.e-article__content li.list-cn-2-5:before{content:'äº”ï¼‰.'}
.e-article__content li.list-cn-2-6:before{content:'å…­ï¼‰.'}
.e-article__content li.list-cn-2-7:before{content:'ä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-8:before{content:'å…«ï¼‰.'}
.e-article__content li.list-cn-2-9:before{content:'ä¹ï¼‰.'}
.e-article__content li.list-cn-2-10:before{content:'ä¸€åï¼‰.'}
.e-article__content li.list-cn-2-11:before{content:'ä¸€åä¸€ï¼‰.'}
.e-article__content li.list-cn-2-12:before{content:'ä¸€åäºŒï¼‰.'}
.e-article__content li.list-cn-2-13:before{content:'ä¸€åä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-14:before{content:'ä¸€åå››ï¼‰.'}
.e-article__content li.list-cn-2-15:before{content:'ä¸€åäº”ï¼‰.'}
.e-article__content li.list-cn-2-16:before{content:'ä¸€åå…­ï¼‰.'}
.e-article__content li.list-cn-2-17:before{content:'ä¸€åä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-18:before{content:'ä¸€åå…«ï¼‰.'}
.e-article__content li.list-cn-2-19:before{content:'ä¸€åä¹ï¼‰.'}
.e-article__content li.list-cn-2-20:before{content:'äºŒåï¼‰.'}
.e-article__content li.list-cn-2-21:before{content:'äºŒåä¸€ï¼‰.'}
.e-article__content li.list-cn-2-22:before{content:'äºŒåäºŒï¼‰.'}
.e-article__content li.list-cn-2-23:before{content:'äºŒåä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-24:before{content:'äºŒåå››ï¼‰.'}
.e-article__content li.list-cn-2-25:before{content:'äºŒåäº”ï¼‰.'}
.e-article__content li.list-cn-2-26:before{content:'äºŒåå…­ï¼‰.'}
.e-article__content li.list-cn-2-27:before{content:'äºŒåä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-28:before{content:'äºŒåå…«ï¼‰.'}
.e-article__content li.list-cn-2-29:before{content:'äºŒåä¹ï¼‰.'}
.e-article__content li.list-cn-2-30:before{content:'ä¸‰åï¼‰.'}
.e-article__content li.list-cn-2-31:before{content:'ä¸‰åä¸€ï¼‰.'}
.e-article__content li.list-cn-2-32:before{content:'ä¸‰åäºŒï¼‰.'}
.e-article__content li.list-cn-2-33:before{content:'ä¸‰åä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-34:before{content:'ä¸‰åå››ï¼‰.'}
.e-article__content li.list-cn-2-35:before{content:'ä¸‰åäº”ï¼‰.'}
.e-article__content li.list-cn-2-36:before{content:'ä¸‰åå…­ï¼‰.'}
.e-article__content li.list-cn-2-37:before{content:'ä¸‰åä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-38:before{content:'ä¸‰åå…«ï¼‰.'}
.e-article__content li.list-cn-2-39:before{content:'ä¸‰åä¹ï¼‰.'}
.e-article__content li.list-cn-2-40:before{content:'å››åï¼‰.'}
.e-article__content li.list-cn-2-41:before{content:'å››åä¸€ï¼‰.'}
.e-article__content li.list-cn-2-42:before{content:'å››åäºŒï¼‰.'}
.e-article__content li.list-cn-2-43:before{content:'å››åä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-44:before{content:'å››åå››ï¼‰.'}
.e-article__content li.list-cn-2-45:before{content:'å››åäº”ï¼‰.'}
.e-article__content li.list-cn-2-46:before{content:'å››åå…­ï¼‰.'}
.e-article__content li.list-cn-2-47:before{content:'å››åä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-48:before{content:'å››åå…«ï¼‰.'}
.e-article__content li.list-cn-2-49:before{content:'å››åä¹ï¼‰.'}
.e-article__content li.list-cn-2-50:before{content:'äº”åï¼‰.'}
.e-article__content li.list-cn-2-51:before{content:'äº”åä¸€ï¼‰.'}
.e-article__content li.list-cn-2-52:before{content:'äº”åäºŒï¼‰.'}
.e-article__content li.list-cn-2-53:before{content:'äº”åä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-54:before{content:'äº”åå››ï¼‰.'}
.e-article__content li.list-cn-2-55:before{content:'äº”åäº”ï¼‰.'}
.e-article__content li.list-cn-2-56:before{content:'äº”åå…­ï¼‰.'}
.e-article__content li.list-cn-2-57:before{content:'äº”åä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-58:before{content:'äº”åå…«ï¼‰.'}
.e-article__content li.list-cn-2-59:before{content:'äº”åä¹ï¼‰.'}
.e-article__content li.list-cn-2-60:before{content:'å…­åï¼‰.'}
.e-article__content li.list-cn-2-61:before{content:'å…­åä¸€ï¼‰.'}
.e-article__content li.list-cn-2-62:before{content:'å…­åäºŒï¼‰.'}
.e-article__content li.list-cn-2-63:before{content:'å…­åä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-64:before{content:'å…­åå››ï¼‰.'}
.e-article__content li.list-cn-2-65:before{content:'å…­åäº”ï¼‰.'}
.e-article__content li.list-cn-2-66:before{content:'å…­åå…­ï¼‰.'}
.e-article__content li.list-cn-2-67:before{content:'å…­åä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-68:before{content:'å…­åå…«ï¼‰.'}
.e-article__content li.list-cn-2-69:before{content:'å…­åä¹ï¼‰.'}
.e-article__content li.list-cn-2-70:before{content:'ä¸ƒåï¼‰.'}
.e-article__content li.list-cn-2-71:before{content:'ä¸ƒåä¸€ï¼‰.'}
.e-article__content li.list-cn-2-72:before{content:'ä¸ƒåäºŒï¼‰.'}
.e-article__content li.list-cn-2-73:before{content:'ä¸ƒåä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-74:before{content:'ä¸ƒåå››ï¼‰.'}
.e-article__content li.list-cn-2-75:before{content:'ä¸ƒåäº”ï¼‰.'}
.e-article__content li.list-cn-2-76:before{content:'ä¸ƒåå…­ï¼‰.'}
.e-article__content li.list-cn-2-77:before{content:'ä¸ƒåä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-78:before{content:'ä¸ƒåå…«ï¼‰.'}
.e-article__content li.list-cn-2-79:before{content:'ä¸ƒåä¹ï¼‰.'}
.e-article__content li.list-cn-2-80:before{content:'å…«åï¼‰.'}
.e-article__content li.list-cn-2-81:before{content:'å…«åä¸€ï¼‰.'}
.e-article__content li.list-cn-2-82:before{content:'å…«åäºŒï¼‰.'}
.e-article__content li.list-cn-2-83:before{content:'å…«åä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-84:before{content:'å…«åå››ï¼‰.'}
.e-article__content li.list-cn-2-85:before{content:'å…«åäº”ï¼‰.'}
.e-article__content li.list-cn-2-86:before{content:'å…«åå…­ï¼‰.'}
.e-article__content li.list-cn-2-87:before{content:'å…«åä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-88:before{content:'å…«åå…«ï¼‰.'}
.e-article__content li.list-cn-2-89:before{content:'å…«åä¹ï¼‰.'}
.e-article__content li.list-cn-2-90:before{content:'ä¹åï¼‰.'}
.e-article__content li.list-cn-2-91:before{content:'ä¹åä¸€ï¼‰.'}
.e-article__content li.list-cn-2-92:before{content:'ä¹åäºŒï¼‰.'}
.e-article__content li.list-cn-2-93:before{content:'ä¹åä¸‰ï¼‰.'}
.e-article__content li.list-cn-2-94:before{content:'ä¹åå››ï¼‰.'}
.e-article__content li.list-cn-2-95:before{content:'ä¹åäº”ï¼‰.'}
.e-article__content li.list-cn-2-96:before{content:'ä¹åå…­ï¼‰.'}
.e-article__content li.list-cn-2-97:before{content:'ä¹åä¸ƒï¼‰.'}
.e-article__content li.list-cn-2-98:before{content:'ä¹åå…«ï¼‰.'}
.e-article__content ol.custom_cn1{list-style:none;}
.e-article__content ol.custom_cn1 li{background-position:0 3px;background-repeat:no-repeat}
.e-article__content ol.custom_cn1 li:before{float:left;margin: 2px 6px 0 0;}
.e-article__content li.list-cn1-paddingleft-1{padding-left:20px}
.e-article__content li.list-cn1-paddingleft-2{padding-left:30px}
.e-article__content li.list-cn1-paddingleft-3{padding-left:45px}
.e-article__content li.list-cn-3-0:before{content:'ï¼ˆï¼‰.'}
.e-article__content li.list-cn-3-1:before{content:'ï¼ˆä¸€ï¼‰.'}
.e-article__content li.list-cn-3-2:before{content:'ï¼ˆäºŒï¼‰.'}
.e-article__content li.list-cn-3-3:before{content:'ï¼ˆä¸‰ï¼‰.'}
.e-article__content li.list-cn-3-4:before{content:'ï¼ˆå››ï¼‰.'}
.e-article__content li.list-cn-3-5:before{content:'ï¼ˆäº”ï¼‰.'}
.e-article__content li.list-cn-3-6:before{content:'ï¼ˆå…­ï¼‰.'}
.e-article__content li.list-cn-3-7:before{content:'ï¼ˆä¸ƒï¼‰.'}
.e-article__content li.list-cn-3-8:before{content:'ï¼ˆå…«ï¼‰.'}
.e-article__content li.list-cn-3-9:before{content:'ï¼ˆä¹ï¼‰.'}
.e-article__content li.list-cn-3-10:before{content:'ï¼ˆä¸€åï¼‰.'}
.e-article__content li.list-cn-3-11:before{content:'ï¼ˆä¸€åä¸€ï¼‰.'}
.e-article__content li.list-cn-3-12:before{content:'ï¼ˆä¸€åäºŒï¼‰.'}
.e-article__content li.list-cn-3-13:before{content:'ï¼ˆä¸€åä¸‰ï¼‰.'}
.e-article__content li.list-cn-3-14:before{content:'ï¼ˆä¸€åå››ï¼‰.'}
.e-article__content li.list-cn-3-15:before{content:'ï¼ˆä¸€åäº”ï¼‰.'}
.e-article__content li.list-cn-3-16:before{content:'ï¼ˆä¸€åå…­ï¼‰.'}
.e-article__content li.list-cn-3-17:before{content:'ï¼ˆä¸€åä¸ƒï¼‰.'}
.e-article__content li.list-cn-3-18:before{content:'ï¼ˆä¸€åå…«ï¼‰.'}
.e-article__content li.list-cn-3-19:before{content:'ï¼ˆä¸€åä¹ï¼‰.'}
.e-article__content li.list-cn-3-20:before{content:'ï¼ˆäºŒåï¼‰.'}
.e-article__content li.list-cn-3-21:before{content:'ï¼ˆäºŒåä¸€ï¼‰.'}
.e-article__content li.list-cn-3-22:before{content:'ï¼ˆäºŒåäºŒï¼‰.'}
.e-article__content li.list-cn-3-23:before{content:'ï¼ˆäºŒåä¸‰ï¼‰.'}
.e-article__content li.list-cn-3-24:before{content:'ï¼ˆäºŒåå››ï¼‰.'}
.e-article__content li.list-cn-3-25:before{content:'ï¼ˆäºŒåäº”ï¼‰.'}
.e-article__content li.list-cn-3-26:before{content:'ï¼ˆäºŒåå…­ï¼‰.'}
.e-article__content li.list-cn-3-27:before{content:'ï¼ˆäºŒåä¸ƒï¼‰.'}
.e-article__content li.list-cn-3-28:before{content:'ï¼ˆäºŒåå…«ï¼‰.'}
.e-article__content li.list-cn-3-29:before{content:'ï¼ˆäºŒåä¹ï¼‰.'}
.e-article__content li.list-cn-3-30:before{content:'ï¼ˆä¸‰åï¼‰.'}
.e-article__content li.list-cn-3-31:before{content:'ï¼ˆä¸‰åä¸€ï¼‰.'}
.e-article__content li.list-cn-3-32:before{content:'ï¼ˆä¸‰åäºŒï¼‰.'}
.e-article__content li.list-cn-3-33:before{content:'ï¼ˆä¸‰åä¸‰ï¼‰.'}
.e-article__content li.list-cn-3-34:before{content:'ï¼ˆä¸‰åå››ï¼‰.'}
.e-article__content li.list-cn-3-35:before{content:'ï¼ˆä¸‰åäº”ï¼‰.'}
.e-article__content li.list-cn-3-36:before{content:'ï¼ˆä¸‰åå…­ï¼‰.'}
.e-article__content li.list-cn-3-37:before{content:'ï¼ˆä¸‰åä¸ƒï¼‰.'}
.e-article__content li.list-cn-3-38:before{content:'ï¼ˆä¸‰åå…«ï¼‰.'}
.e-article__content li.list-cn-3-39:before{content:'ï¼ˆä¸‰åä¹ï¼‰.'}

/* insertpostil */
.e-article__content .art-postil{border-bottom:1px dashed red;}
.e-article__content .art-postil.selected{background-color: red;border: 1px solid red;}
.e-article__content .art-postil .hidden{display:none;}

/* zcomment */
.e-article__content input[type=text]::-ms-clear{display: none;}
.e-article__content .z-edui-comment{background: url('/admin/lib/neditor/icon_comment.gif') no-repeat 0 center #ff0;border: 1px dotted #fc3;display: inline-block; padding-left: 18px; color:#cb9;font-weight:normal;text-indent:0; font-size: 13px;letter-spacing:0;}
.e-article__content .z-edui-comment span,
.e-article__content .z-edui-comment .z-edui-comment input{color:#320;text-indent:0;background-color:transparent;border:none;outline:none;width:80px;}
.e-article__content .z-edui-comment i{cursor: pointer;display:inline-block;font-size: 16px;line-height: 12px;font-weight: bold;color: #C00;padding: 2px 2px 0;text-indent:0;}

/* tablesort */
.e-article__content table.sortEnabled tr.firstRow th,
.e-article__content table.sortEnabled tr.firstRow td{padding-right:20px;background-repeat: no-repeat;background-position: center right;   background-image:url(./lib/neditor/themes/notadd/images/sortable.png);}

/* pagebreak */
.e-article__content .pagebreak{display:block;clear:both !important;cursor:default !important;width: 100% !important;margin:0;}

/* pre */
.e-article__content pre{margin:.5em 0;padding:.4em .6em;border-radius:8px;background:#f8f8f8;}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.e-icon-font-size {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("../static/article_detail/font-size.png") no-repeat;
}
.e-icon-print {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../../assets/icons/icon_print.png") no-repeat;
}
#printButton{
    border: 0;
    background-color: transparent;
}
.pull-right.noprint {
    padding: 15px 0;
   	/*  max-width: 1375px; */
    margin: auto;
    display: flex;
    /* justify-content: right; */
}
