/* 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__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;
  border: 1px solid #dcdfe6;
  cursor: pointer;
}
.e-fontsize-select > i {
  transform: translateY(calc(50% - 7px));
}
.e-fontsize-select:hover {
  background: #f8fafd;
  border-color: #296CA6;
}
.e-fontsize-select:active {
  background: #f8fafd;
  border-color: #005096;
}
.e-fontsize-select > ul {
  position: absolute;
  top: 101%;
  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;color: #333;
}
.e-fontsize-select > ul li:hover {
  background: #F8FAFD;
}
.e-fontsize-select > ul li.is-active {
  color: #005096;
}

.e-fontsize-select.is-open {
  background: #f8fafd;
  border-color: #005096;
}
.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;}
