<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, del, dfn, em, img, small, strong, 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, main, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0; }

table, form {
  margin: 0 auto; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  line-height: 1.6;
  font-size: 14px;
  font-family: "Microsoft YaHei", SimSun, Verdana, Arial, sans-serif;
  color: #373a3c;
  background-color: #fff;
  word-wrap: break-word;
  word-break: break-all;
  _behavior: url("/css/csshover3.htc"); }

ul {
  list-style: none;
  line-height: 2; }

ol {
  line-height: 2; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5em;
  margin-left: 0; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

a {
  color: #333;
  text-decoration: none;
  background-color: transparent; }
  a:focus, a:hover, a:active {
    color: #ff6600;
    text-decoration: underline;
    outline: 0; }

input {
  vertical-align: middle; }

hr {
  margin: 1em auto;
  border: 0;
  border-top: 1px solid #ddd; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1, .h2, .h3 {
  margin-bottom: 0.5em; }

.h4, .h5, .h6 {
  margin-bottom: 0.5em; }

.h1 {
  font-size: 1.5em; }

.h2 {
  font-size: 1.25em; }

.h3 {
  font-size: 1em; }

.h4 {
  font-size: 1em; }

.h5 {
  font-size: 0.85em; }

.h6 {
  font-size: 0.75em; }

img {
  border: 0;
  vertical-align: middle; }

.button, .btnlink, .filebutton {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.4;
  padding: 0.3em 0.8em;
  margin: 0 0.2em;
  color: #fff;
  background: #95a5a6;
  border: 2px solid transparent;
  border-radius: 3px; }
  .button:hover, .btnlink:hover, .filebutton:hover {
    color: #fff;
    background: #798d8f; }
  .button.primary, .btnlink.primary, .filebutton.primary {
    background: #348fe2; }
    .button.primary:hover, .btnlink.primary:hover, .filebutton.primary:hover {
      color: #fff;
      background: #1b70be; }
  .button.outline.primary, .btnlink.outline.primary, .filebutton.outline.primary {
    color: #348fe2;
    border-color: #348fe2; }
    .button.outline.primary:hover, .btnlink.outline.primary:hover, .filebutton.outline.primary:hover {
      color: #fff;
      background: #348fe2; }
  .button.secondary, .btnlink.secondary, .filebutton.secondary {
    background: #3bb4f2; }
    .button.secondary:hover, .btnlink.secondary:hover, .filebutton.secondary:hover {
      color: #fff;
      background: #0f9ae1; }
  .button.outline.secondary, .btnlink.outline.secondary, .filebutton.outline.secondary {
    color: #3bb4f2;
    border-color: #3bb4f2; }
    .button.outline.secondary:hover, .btnlink.outline.secondary:hover, .filebutton.outline.secondary:hover {
      color: #fff;
      background: #3bb4f2; }
  .button.success, .btnlink.success, .filebutton.success {
    background: #5cb85c; }
    .button.success:hover, .btnlink.success:hover, .filebutton.success:hover {
      color: #fff;
      background: #419641; }
  .button.outline.success, .btnlink.outline.success, .filebutton.outline.success {
    color: #5cb85c;
    border-color: #5cb85c; }
    .button.outline.success:hover, .btnlink.outline.success:hover, .filebutton.outline.success:hover {
      color: #fff;
      background: #5cb85c; }
  .button.info, .button.b_note, .btnlink.info, .btnlink.b_note, .filebutton.info, .filebutton.b_note {
    background: #5bc0de; }
    .button.info:hover, .button.b_note:hover, .btnlink.info:hover, .btnlink.b_note:hover, .filebutton.info:hover, .filebutton.b_note:hover {
      color: #fff;
      background: #2aabd2; }
  .button.outline.info, .button.outline.b_note, .btnlink.outline.info, .btnlink.outline.b_note, .filebutton.outline.info, .filebutton.outline.b_note {
    color: #5bc0de;
    border-color: #5bc0de; }
    .button.outline.info:hover, .button.outline.b_note:hover, .btnlink.outline.info:hover, .btnlink.outline.b_note:hover, .filebutton.outline.info:hover, .filebutton.outline.b_note:hover {
      color: #fff;
      background: #5bc0de; }
  .button.warning, .button.b_hot, .btnlink.warning, .btnlink.b_hot, .filebutton.warning, .filebutton.b_hot {
    background: #f59c1a; }
    .button.warning:hover, .button.b_hot:hover, .btnlink.warning:hover, .btnlink.b_hot:hover, .filebutton.warning:hover, .filebutton.b_hot:hover {
      color: #fff;
      background: #c97b09; }
  .button.outline.warning, .button.outline.b_hot, .btnlink.outline.warning, .btnlink.outline.b_hot, .filebutton.outline.warning, .filebutton.outline.b_hot {
    color: #f59c1a;
    border-color: #f59c1a; }
    .button.outline.warning:hover, .button.outline.b_hot:hover, .btnlink.outline.warning:hover, .btnlink.outline.b_hot:hover, .filebutton.outline.warning:hover, .filebutton.outline.b_hot:hover {
      color: #fff;
      background: #f59c1a; }
  .button.danger, .button.b_error, .btnlink.danger, .btnlink.b_error, .filebutton.danger, .filebutton.b_error {
    background: #ff5b57; }
    .button.danger:hover, .button.b_error:hover, .btnlink.danger:hover, .btnlink.b_error:hover, .filebutton.danger:hover, .filebutton.b_error:hover {
      color: #fff;
      background: #ff1f1a; }
  .button.outline.danger, .button.outline.b_error, .btnlink.outline.danger, .btnlink.outline.b_error, .filebutton.outline.danger, .filebutton.outline.b_error {
    color: #ff5b57;
    border-color: #ff5b57; }
    .button.outline.danger:hover, .button.outline.b_error:hover, .btnlink.outline.danger:hover, .btnlink.outline.b_error:hover, .filebutton.outline.danger:hover, .filebutton.outline.b_error:hover {
      color: #fff;
      background: #ff5b57; }
  .button.inverted, .btnlink.inverted, .filebutton.inverted {
    background: #2d353c; }
    .button.inverted:hover, .btnlink.inverted:hover, .filebutton.inverted:hover {
      color: #fff;
      background: #131619; }
  .button.outline.inverted, .btnlink.outline.inverted, .filebutton.outline.inverted {
    color: #2d353c;
    border-color: #2d353c; }
    .button.outline.inverted:hover, .btnlink.outline.inverted:hover, .filebutton.outline.inverted:hover {
      color: #fff;
      background: #2d353c; }
  .button.b_ico, .button.ico, .btnlink.b_ico, .btnlink.ico, .filebutton.b_ico, .filebutton.ico {
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
    padding: 0;
    border-radius: 50%; }
  .button.outline, .btnlink.outline, .filebutton.outline {
    background: transparent;
    color: #95a5a6;
    border-color: #95a5a6; }
    .button.outline:hover, .btnlink.outline:hover, .filebutton.outline:hover {
      color: #fff;
      background: #95a5a6; }
  .button.small, .button.b_s, .btnlink.small, .btnlink.b_s, .filebutton.small, .filebutton.b_s {
    font-size: 0.85em;
    padding: 0.2em 0.4em; }
  .button.large, .button.b_l, .btnlink.large, .btnlink.b_l, .filebutton.large, .filebutton.b_l {
    font-size: 1.25em;
    padding: 0.4em 0.7em; }

a.button, a.btnlink {
  text-decoration: none; }

.btngroup {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btngroup .button, .btngroup btnlink {
    position: relative;
    float: left;
    margin: 0;
    border-radius: 0; }
    .btngroup .button:not(:first-child), .btngroup btnlink:not(:first-child) {
      margin-left: -2px;
      margin-top: 0; }
    .btngroup .button:first-child:not(:last-child), .btngroup btnlink:first-child:not(:last-child) {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .btngroup .button:last-child:not(:first-child), .btngroup btnlink:last-child:not(:first-child) {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .btngroup.vertical .button, .btngroup.vertical btnlink {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
    .btngroup.vertical .button:not(:first-child), .btngroup.vertical btnlink:not(:first-child) {
      margin-left: 0;
      margin-top: -2px; }
    .btngroup.vertical .button:first-child:not(:last-child), .btngroup.vertical btnlink:first-child:not(:last-child) {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .btngroup.vertical .button:last-child:not(:first-child), .btngroup.vertical btnlink:last-child:not(:first-child) {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: transparent; }
  table caption, table .title {
    line-height: 2.5;
    font-weight: bold;
    font-size: 1.25em;
    background-color: inherit;
    color: inherit; }
  table tr {
    border-top: 1px solid #ddd; }
  table th, table td, table .head {
    padding: 0.5em;
    line-height: 1.6;
    vertical-align: top; }
  table th, table .head {
    font-weight: bold;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  table.rh tr:hover {
    background-color: #f5f5f5; }
  table.fix {
    table-layout: fixed; }
    table.fix td {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis; }
  table.stripe {
    border: 0; }
    table.stripe caption {
      border: 0;
      border-bottom: 2px solid #ddd; }
    table.stripe th {
      border: 0;
      border-bottom: 2px solid #ddd; }
    table.stripe tr {
      border: 0;
      border-bottom: 1px solid #ddd; }
  table.hide {
    border: 0; }
    table.hide caption, table.hide tr, table.hide th, table.hide td {
      border: 0; }

.odd {
  background: transparent; }

.even {
  background: #f5f5f5; }

.topic {
  background: #f5f5f5;
  text-align: left;
  font-weight: bold;
  line-height: 2; }

.foot {
  background: #f5f5f5;
  text-align: center;
  line-height: 2; }

.tdl {
  text-align: right;
  font-weight: bold; }

table.bordered {
  border: 1px solid #ddd; }
  table.bordered &gt; caption,
  table.bordered &gt; thead &gt; tr &gt; th,
  table.bordered &gt; thead &gt; tr &gt; td,
  table.bordered &gt; tbody &gt; tr &gt; th,
  table.bordered &gt; tbody &gt; tr &gt; td,
  table.bordered &gt; tfoot &gt; tr &gt; th,
  table.bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #ddd; }

table.striped &gt; tbody &gt; tr:nth-of-type(2n+2) {
  background-color: #f5f5f5; }

form fieldset, .form fieldset {
  margin: 0;
  padding: 0.3em 0;
  border: 0; }
form legend, .form legend {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.2em;
  text-align: center;
  color: #f59c1a;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 2; }
form .flabel, .form .flabel {
  text-align: right;
  vertical-align: middle; }
form .frow, .form .frow {
  margin: 0.6em 0; }
  form .frow .last, .form .frow .last {
    float: right;
    margin-right: 0; }

.form {
  border: 1px solid #ddd;
  margin-bottom: 1em;
  padding: 0.6em;
  overflow: hidden;
  background: #fff;
  border-radius: 6px; }

textarea.textarea, input.text, input.file {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px #e2e2e2; }
  textarea.textarea:focus, input.text:focus, input.file:focus {
    outline: 0;
    border: 1px solid #55595c;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px #d7d7d7, 0 0 8px #999; }
  textarea.textarea::-moz-placeholder, textarea.textarea:-ms-input-placeholder, textarea.textarea::-webkit-input-placeholder, input.text::-moz-placeholder, input.text:-ms-input-placeholder, input.text::-webkit-input-placeholder, input.file::-moz-placeholder, input.file:-ms-input-placeholder, input.file::-webkit-input-placeholder {
    color: #999; }
  textarea.textarea.t_s, textarea.textarea.small, input.text.t_s, input.text.small, input.file.t_s, input.file.small {
    padding: 0.2em 0.3em; }
  textarea.textarea.t_l, textarea.textarea.large, input.text.t_l, input.text.large, input.file.t_l, input.file.large {
    padding: 0.6em 0.8em; }

input.text {
  padding: 0.4em 0.5em; }
input.checkbox, input.radio {
  cursor: pointer; }

select, select.select {
  padding: 0.3em; }

.inputgroup .text, .inputgroup .textarea, .inputgroup .select, .inputgroup .file {
  width: auto; }

label.checkbox, label.radio {
  line-height: 2; }

.checkgroup {
  margin: 10px 0; }

.checkgroup .radio {
  position: relative;
  display: block;
  margin: 8px; }

.checkgroup input {
  position: absolute;
  top: 8px;
  left: 3px; }

.checkgroup .radio span {
  display: block;
  text-indent: 2em;
  padding: 5px 0;
  border: 1px solid #ddd;
  border-radius: 4px; }

.checkgroup input:checked + span {
  color: #fff;
  background: #5bc0de; }

.ultop li, .ullist li, .ulnav li, .ulnum li, .ultwo li, .ulhover li {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ultop em, .ullist em, .ulnav em, .ulnum em, .ulhover em {
  float: right;
  font-style: normal;
  font-size: 0.85em;
  color: #55595c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ultop li {
  border-bottom: 1px dotted #eceeef; }

.ulnav {
  font-size: 1.25em; }
  .ulnav li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .ulnav li i {
      font-style: normal;
      color: #f59c1a;
      margin-right: 0.3em; }

.ultab {
  height: 30px;
  margin: 0;
  padding: 0; }
  .ultab li {
    float: left;
    list-style: none;
    margin-right: 0.2em; }
    .ultab li a {
      display: block;
      float: left;
      height: 29px;
      line-height: 29px;
      padding: 0 0.6em;
      font-weight: normal;
      background: #f5f5f5;
      color: #373a3c;
      text-decoration: none;
      border: 1px solid #ddd;
      border-bottom: none; }
      .ultab li a.selected {
        font-weight: bold;
        background: #fff;
        color: #f59c1a;
        text-decoration: none;
        border-top: 2px solid #f59c1a;
        position: relative;
        margin-bottom: -1px; }

.ulnum li b, .ulnum li i {
  background: #ff9900;
  color: #fff;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-style: normal;
  font-weight: normal;
  font-size: 85.7%;
  text-align: center;
  margin-right: 0.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.ulhover li b, .ulhover li i {
  background: #f59c1a;
  color: #fff;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-style: normal;
  font-weight: normal;
  font-size: 0.85em;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 4px; }

.ulnum li i {
  background: #f5f5f5;
  color: #333; }

.ulhover li i {
  background: #f5f5f5;
  color: #333; }
.ulhover li.selected span {
  font-style: normal; }
.ulhover li div {
  position: relative;
  display: none; }
  .ulhover li div b, .ulhover li div i {
    position: absolute;
    left: 0;
    top: 0; }
.ulhover li.selected span {
  display: none; }
.ulhover li.selected div {
  display: block; }
.ulhover li img {
  width: 27%;
  float: left; }
.ulhover li p {
  width: 68%;
  margin-left: 5%;
  line-height: 1.8;
  float: left;
  overflow: hidden; }

.ultwo li {
  width: 49.9%;
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden; }

.ulcenter li {
  text-align: center;
  font-size: 1.25em; }

.ultag li {
  float: left;
  display: inline-block;
  margin: 0.5em 1em 0.5em 0;
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 0 0.3em;
  line-height: 1.5;
  white-space: nowrap; }
.ultag .taguse {
  border: 1px solid #5bc0de;
  background: #f5f5f5; }

.libleft {
  float: left;
  width: 70%;
  overflow: hidden; }

.libright {
  float: right;
  width: 30%;
  overflow: hidden;
  color: #348fe2;
  text-align: right; }

.full {
  width: 100%;
  _height: 0; }

.main {
  max-width: 1000px;
  clear: both;
  margin: 0 auto;
  _height: 0; }

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
  float: left;
  margin-right: 1%;
  *margin-right: 0.5%; }

.col1 {
  width: 7.41667%; }

.col2 {
  width: 15.83333%; }

.col3 {
  width: 24.25%; }

.col4 {
  width: 32.66667%; }

.col5 {
  width: 41.08333%; }

.col6 {
  width: 49.5%; }

.col7 {
  width: 57.91667%; }

.col8 {
  width: 66.33333%; }

.col9 {
  width: 74.75%; }

.col10 {
  width: 83.16667%; }

.col11 {
  width: 91.58333%; }

.col12 {
  width: 100%;
  float: none;
  margin: 0; }

@media (min-width: 641px) and (max-width: 1023px) {
  .col1 {
    width: 10.22222%; }

  .col2 {
    width: 21.44444%; }

  .col3 {
    width: 32.66667%; }

  .col4 {
    width: 43.88889%; }

  .col5 {
    width: 55.11111%; }

  .col6 {
    width: 66.33333%; }

  .col7 {
    width: 77.55556%; }

  .col8 {
    width: 88.77778%; }

  .col9, .col10, .col11, .col12 {
    width: 100%;
    float: none;
    margin: 0; } }
@media screen and (max-width: 640px) {
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
    width: 100%;
    float: none;
    margin: 0; } }
.last {
  float: right;
  margin-right: 0; }

.top {
  line-height: 2.4;
  vertical-align: middle;
  background: #f6f6f6;
  color: #333;
  border-bottom: 1px solid #ddd; }
  .top a:hover {
    text-decoration: none; }

.topnav sup {
  background: #f59c1a;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 1.2em;
  line-height: 1.2em;
  vertical-align: top;
  margin: 0.5em 0 0 0;
  padding: 0 0.2em;
  border-radius: 3px; }
.topnav li {
  float: left;
  padding: 0 0.5em; }
  .topnav li.dropdown {
    padding: 0; }

.header {
  color: #fff;
  background: #333;
  padding: 1.5em 0; }
  .header a {
    color: #fff;
    font-size: 1.25em;
    margin-left: 0.5em; }

.logo {
  float: left; }
  .logo img {
    height: 60px; }

.banner {
  float: right; }

.pagetitle {
  background: #333;
  color: #fff;
  margin: 0 0 1em 0;
  line-height: 2.5;
  font-size: 1.5em;
  text-align: center; }

.pagetitle a {
  color: #fff; }

.pagetitle i {
  padding: 0 0.6em; }

.mainnav {
  float: left;
  margin: 16px 0 0 20px;
  line-height: 2;
  background: transparent;
  color: #fff; }
  .mainnav a {
    display: block;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    padding: 0 0.75em;
    text-decoration: none;
    color: #fff; }
  .mainnav li {
    float: left; }

.subnav {
  line-height: 2.4;
  text-align: center;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #ddd; }
  .subnav a {
    text-align: center;
    color: #333;
    padding: 0 0.4em;
    text-decoration: none; }

.mainbody {
  background: #fff;
  padding: 12px 8px;
  margin: 10px auto 20px auto;
  border: 1px solid #ddd;
  box-shadow: 0 6px 12px #d3d3d3; }

.mainpart {
  margin: 10px auto 10px auto; }

.footer {
  border-top: 1px solid #ddd;
  color: #666;
  background: #fff;
  text-align: center;
  padding: 2em 0;
  line-height: 2;
  clear: both; }
  .footer a {
    color: #666; }

ul.tabf {
  margin-top: 0.8em;
  padding: 0; }
  ul.tabf li {
    float: left;
    padding: 0;
    margin: 0 0.3em 0 0; }
    ul.tabf li a {
      display: block;
      float: left;
      height: 1.7em;
      line-height: 1.7em;
      padding: 0 0.3em;
      margin: 0;
      font-weight: normal;
      background: #f5f5f5;
      text-decoration: none;
      color: #373a3c;
      border: 1px solid #ddd;
      border-bottom: none; }
      ul.tabf li a.selected {
        font-weight: bold;
        background: #fff;
        color: #f59c1a;
        border-top: 2px solid #f59c1a; }
ul.tabb {
  width: 100%;
  margin: 0;
  padding: 0; }
  ul.tabb li {
    float: left;
    padding: 0;
    margin: 0; }
ul.tab2 li {
  width: 50%; }
ul.tab3 li {
  width: 33.33%; }
ul.tab4 li {
  width: 25%; }
ul.tab5 li {
  width: 20%; }
ul.tabb li a {
  display: block;
  height: 2.5em;
  line-height: 2.5;
  font-weight: normal;
  background: #f5f5f5;
  color: #373a3c;
  text-decoration: none;
  text-align: center; }
  ul.tabb li a.selected {
    font-weight: bold;
    background: #fff;
    color: #f59c1a; }

.block, .blockc, .blockb {
  background: #fff;
  color: #373a3c; }

.block, .blockc {
  margin: 0 0 1em 0; }

.blocktitle {
  height: 2.5em;
  line-height: 2.5em;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 0 0.5em 1px 0.5em;
  border-bottom: 1px solid #ddd;
  color: #333;
  background: #fff; }
  .blocktitle li {
    text-indent: 0; }

.blockcontent {
  margin: 0.5em; }

.blocknote {
  border-top: 1px solid #ddd;
  text-align: center;
  background: #eceeef;
  color: #373a3c;
  margin: 0.3em; }

.row .last .block, .row .last .blockc, .row .last .blockb, .row .bbd .block, .row .bbd .blockc, .row .bbd .blockb {
  border: 1px solid #ddd;
  border-radius: 4px; }
.row .last .blocktitle, .row .bbd .blocktitle {
  background: #f5f5f5;
  border-bottom: 0; }

.fix, .lm {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden; }

.cf, .row, .frow, .form {
  *zoom: 1; }
  .cf:after, .row:after, .frow:after, .form:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.cb {
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden; }

.db {
  display: block; }

.dn {
  display: none; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.df {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex; }
  .df li {
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    flex: 1; }

.bsc {
  box-sizing: content-box; }

.bsb {
  box-sizing: border-box; }

.bsi {
  box-sizing: inherit; }

.psa {
  position: absolute; }

.psr {
  position: relative; }

.psf {
  position: fixed; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

.mg {
  margin: 1em; }

.mgs {
  margin: 0.5em; }

.mt {
  margin-top: 1em; }

.mts {
  margin-top: 0.5em; }

.mb {
  margin-bottom: 1em; }

.mbs {
  margin-bottom: 0.5em; }

.ml {
  margin-left: 1em; }

.mls {
  margin-left: 0.5em; }

.mr {
  margin-right: 1em; }

.mrs {
  margin-right: 0.5em; }

.pd {
  padding: 1em; }

.pds {
  padding: 0.5em; }

.pt {
  padding-top: 1em; }

.pts {
  padding-top: 0.5em; }

.pb {
  padding-bottop: 1em; }

.pbs {
  padding-bottop: 0.5em; }

.pl {
  padding-left: 1em; }

.pls {
  padding-left: 0.5em; }

.pr {
  padding-right: 1em; }

.prs {
  padding-right: 0.5em; }

.lhs {
  line-height: 1.2; }

.lhm {
  line-height: 1.6; }

.lhl {
  line-height: 2; }

.lhh {
  line-height: 2.5; }

.bd {
  border: 1px solid #ddd; }

.bt {
  border-top: 1px solid #ddd; }

.bb {
  border-bottom: 1px solid #ddd; }

.bl {
  border-left: 1px solid #ddd; }

.br {
  border-right: 1px solid #ddd; }

.bdr {
  border-radius: 4px; }

.bdc {
  border-radius: 50%; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.fss {
  font-size: 0.85em; }

.fsl {
  font-size: 1.25em; }

.fwb {
  font-weight: bold; }

.fwn {
  font-weight: normal; }

.nw {
  white-space: nowrap;
  overflow: hidden; }

.wn {
  white-space: normal;
  overflow: auto; }

.wa {
  width: auto; }

.wf, .button.b_b, .btnlink.b_b, .filebutton.b_b, .w1, .w2, .w3, .w4, .w5, .w3_2, .w4_3, .w5_2, .w5_3, .w5_4, .w10_3, .w10_7 {
  box-sizing: border-box; }

.wf, .button.b_b, .btnlink.b_b, .filebutton.b_b {
  display: block;
  width: 100%;
  margin: 0; }

.w1 {
  width: 100%; }

.w2 {
  width: 50%; }

.w3 {
  width: 33.33%; }

.w4 {
  width: 25%; }

.w5 {
  width: 20%; }

.w3_2 {
  width: 66.66%; }

.w4_3 {
  width: 75%; }

.w5_2 {
  width: 40%; }

.w5_3 {
  width: 60%; }

.w5_4 {
  width: 80%; }

.w10_3 {
  width: 30%; }

.w10_7 {
  width: 70%; }

.cl_primary, a.cl_primary {
  color: #348fe2; }

.cl_secondary, a.cl_secondary {
  color: #3bb4f2; }

.cl_success, a.cl_success {
  color: #5cb85c; }

.cl_info, a.cl_info {
  color: #5bc0de; }

.cl_warning, a.cl_warning {
  color: #f59c1a; }

.cl_danger, a.cl_danger {
  color: #ff5b57; }

.cl_inverted, a.cl_inverted {
  color: #2d353c; }

.cl_hot, a.cl_hot, .hot, a.hot {
  color: #f59c1a; }

.cl_note, a.cl_note, .note, a.note {
  color: #5bc0de; }

.cl_gray, a.cl_gray, .gray, a.gray {
  color: #818a91; }

.cl_error, a.cl_error, .error, a.error {
  color: #ff5b57; }

.bg_primary {
  background: #348fe2; }

.bg_secondary {
  background: #3bb4f2; }

.bg_success {
  background: #5cb85c; }

.bg_info {
  background: #5bc0de; }

.bg_warning {
  background: #f59c1a; }

.bg_danger {
  background: #ff5b57; }

.bg_inverted {
  background: #2d353c; }

.bd_primary {
  border: 1px solid #348fe2; }

.bd_secondary {
  border: 1px solid #3bb4f2; }

.bd_success {
  border: 1px solid #5cb85c; }

.bd_info {
  border: 1px solid #5bc0de; }

.bd_warning {
  border: 1px solid #f59c1a; }

.bd_danger {
  border: 1px solid #ff5b57; }

.bd_inverted {
  border: 1px solid #2d353c; }

.bg_1 {
  background: #339933; }

.bg_2 {
  background: #1BA1E2; }

.bg_3 {
  background: #F09609; }

.bg_4 {
  background: #8CBF26; }

.bg_5 {
  background: #00ABA9; }

.bg_6 {
  background: #FF0097; }

.bg_7 {
  background: #E671B8; }

.bg_8 {
  background: #996600; }

.bg_9 {
  background: #A200FF; }

.bg_10 {
  background: #E51400; }

a.more, .more a {
  display: block;
  color: #55595c;
  text-align: right;
  margin-right: 0.3em;
  line-height: 2; }

a.moretop, .moretop a {
  display: block;
  height: 2.25em;
  line-height: 2.25;
  color: #55595c;
  text-align: right;
  margin: -3em 0.3em 0.5em 0; }

@font-face {
  font-family: "iconfont";
  src: url("fonts/iconfont.eot?t=160812");
  /* IE9+ */
  src: url("fonts/iconfont.eot?t=160812#iefix") format("embedded-opentype"), url("fonts/iconfont.woff?t=160812") format("woff"), url("fonts/iconfont.ttf?t=160812") format("truetype"), url("fonts/iconfont.svg?t=160812#iconfont") format("svg");
  /* eot:IE6-IE8; woff:chrome, firefoxi; ttf:chrome, firefox, opera, Safari, Android, iOS 4.2+; svg:OS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  width: 1.4em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.c_main {
  border: 1px solid #ddd;
  border-top: 3px solid #55595c;
  margin-bottom: 0.6em;
  overflow: hidden;
  background: #fff; }

.c_nav {
  margin-bottom: 0.3em;
  line-height: 2.25em;
  font-weight: bold;
  font-size: 1.25em;
  border: 1px solid #ddd;
  padding-left: 0.6em;
  background: #fff; }

.c_title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 128.6%;
  line-height: 2.5; }

.c_head {
  line-height: 2;
  padding: 0.3em;
  border-bottom: 1px solid #ddd; }

.c_content {
  line-height: 1.6;
  padding: 1.25em; }
  .c_content p {
    margin-bottom: 0.8em; }
  .c_content h2, .c_content h3, .c_content h4 {
    margin: 0.5em 0; }
  .c_content img {
    max-width: 100%; }

.c_foot {
  font-size: 1.25em;
  line-height: 1.6;
  list-style: none; }

.c_tag {
  padding: 0.5em 0; }

.c_label {
  color: #818a91; }

.c_value {
  color: #666;
  margin-right: 1.25em; }

.c_row {
  border-bottom: 1px dotted #e8e8e8;
  padding: 0.3em; }

.c_subject {
  font-weight: bold;
  line-height: 2.2;
  background: #eceeef;
  padding-left: 0.5em; }

.c_description {
  color: #666; }

.c_cover {
  max-width: 100%; }

.cover img, img.cover {
  max-width: 100%; }

.cover_h img, img.cover_h {
  width: 210px;
  height: 280px; }

.cover_l img, img.cover_l {
  width: 180px;
  height: 240px; }

.cover_m img, img.cover_m {
  width: 120px;
  height: 150px; }

.cover_s img, img.cover_s {
  width: 90px;
  height: 120px; }

.cover_i img, img.cover_i {
  width: 60px;
  height: 80px; }

.row_cover, .row_coverl {
  float: left;
  width: 32%;
  max-width: 120px;
  text-align: center;
  overflow: hidden; }

.row_text, .row_textl {
  float: left;
  width: 65%;
  overflow: hidden; }

.jieqiQuote, .jieqiCode, .jieqiNote {
  border: 1px solid #ddd;
  border-left: 5px solid #ddd;
  padding: 0.3em;
  color: #333;
  background: #f5f5f5; }

.box, .divbox, .textbox {
  border: 1px solid #ddd;
  padding: 0.5em;
  margin-bottom: 0.6em;
  background: #fff; }

.divbg {
  padding: 0.5em;
  margin: 0.5em 0;
  background: #f5f5f5; }

.ajaxtip {
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  color: #ff0000;
  padding: 0.2em 0.3em;
  z-index: 700; }

.msgbox {
  margin: 5em auto;
  width: 40%;
  min-width: 300px;
  border: 1px solid #ddd; }

#dialog, .dialog {
  position: absolute;
  visibility: hidden;
  border: 1px solid #999;
  background: #fff;
  max-width: 90%;
  border-radius: 9px;
  box-shadow: 0 5px 15px #757575; }

.dialog_t {
  color: #999;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2.5em;
  padding-left: 1em;
  border-bottom: 1px solid #999; }
  .dialog_t a {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.3em;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #999;
    background-color: #f5f5f5;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin: 0.5em; }
    .dialog_t a:hover {
      color: #fff;
      background-color: #f59c1a; }

.dialog_c {
  padding: 0.8em 0.6em 0.4em 0.6em; }
  .dialog_c .form {
    border: 0; }
    .dialog_c .form legend {
      display: none; }

#mask, .mask {
  position: absolute;
  top: 0;
  left: 0;
  background: #818a91;
  filter: alpha(opacity=30);
  opacity: 0.3; }

.pages {
  padding: 0.5em 0;
  overflow: auto; }
  .pages a.pagemore {
    display: block;
    float: none;
    border: 1px solid #ddd;
    background: #eceeef;
    font-size: 1.25em;
    text-align: center;
    line-height: 2; }

.pagelink {
  border: 1px solid #ddd;
  float: right;
  background: #fff;
  line-height: 2em;
  padding: 0; }
  .pagelink a, .pagelink strong, .pagelink em, .pagelink kbd {
    float: left;
    padding: 0 0.4em; }
  .pagelink a.first, .pagelink a.last, .pagelink a.prev, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup {
    float: left;
    padding: 0 0.4em; }
  .pagelink a:hover {
    background-color: #fff; }
  .pagelink strong {
    font-weight: bold;
    color: #fff;
    background: #f59c1a; }
  .pagelink kbd {
    border-left: 1px solid #ddd; }
  .pagelink em {
    border-right: 1px solid #ddd;
    font-style: normal; }
    .pagelink em a {
      display: inline-block;
      float: none;
      background: #f5f5f5;
      border: 1px solid #ddd;
      line-height: 18px;
      padding: 0 2px;
      margin: 0 3px; }
  .pagelink input {
    border: 1px solid #ddd;
    padding: 0.12em;
    text-align: center; }

img.avatar {
  border: 0; }
img.avatars {
  width: 48px;
  height: 48px;
  padding: 3px;
  margin: 0.25em;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer; }
img.avatari {
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-bottom: -0.2em;
  border-radius: 3px; }
img.smile {
  width: 20px;
  height: 20px;
  margin: 0 1px; }

.tablist ul {
  margin: 0;
  padding: 0; }
.tablist li {
  float: left;
  list-style: none;
  margin-right: 0.2em; }
  .tablist li a {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 0.6em;
    font-weight: normal;
    background: #f5f5f5;
    text-decoration: none;
    color: #373a3c;
    border: 1px solid #ddd;
    border-bottom: none; }
    .tablist li a.selected {
      font-weight: bold;
      background: #fff;
      color: #f59c1a;
      text-decoration: none;
      border-top: 2px solid #f59c1a;
      position: relative;
      margin-bottom: -1px; }

.tabcontent {
  clear: both;
  border: 1px solid #ddd;
  padding: 0.6em; }

.dropico {
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-top-color: #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.d_up .dropico {
  border-top: none;
  border-bottom: 4px solid;
  border-bottom-color: #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  display: inline-block;
  position: relative;
  padding: 0; }
  .dropdown a:hover {
    text-decoration: none; }
  .dropdown a.droplink {
    display: block;
    position: relative;
    z-index: 600;
    margin: -1px 0 0 0;
    padding: 1px 5px 0 5px; }
  .dropdown:hover a.droplink {
    padding: 0 4px 0 4px;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff; }

.d_up:hover a.droplink {
  padding: 0 4px 0 4px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff; }

.dropdown:hover div, .dropdown:hover ul {
  display: block; }

.dropbox, .droplist {
  display: none;
  position: absolute;
  left: 0;
  z-index: 600;
  margin-top: -1px;
  font-size: 14px;
  font-weight: normal;
  min-width: 100px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 6px 12px #d3d3d3; }

.dropbox {
  margin-top: 0; }

.d_up .droplist {
  top: auto;
  bottom: 100%;
  margin-bottom: -1px; }

.droplist li {
  float: none;
  padding: 0; }
  .droplist li a {
    display: block;
    text-align: left;
    text-indent: 1em;
    text-decoration: none;
    line-height: 2;
    color: #333; }
    .droplist li a:hover {
      background: #f5f5f5;
      text-decoration: none; }
.droplist .divider {
  height: 1px;
  font-size: 0;
  margin: 5px 0;
  overflow: hidden;
  background-color: #f5f5f5; }

.dropmenu a {
  display: block;
  background: transparent;
  color: #fff; }
.dropmenu li {
  float: left; }
  .dropmenu li:hover &gt; a {
    background: #eceeef;
    color: #333;
    border: 0;
    border-radius: 3px; }
  .dropmenu li ul {
    display: none;
    position: absolute;
    margin-top: 0px;
    z-index: 500;
    background: #fff;
    min-width: 120px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 6px 12px #d3d3d3; }
    .dropmenu li ul li {
      float: none;
      padding: 0;
      background: transparent;
      line-height: 2; }
    .dropmenu li ul a {
      display: block;
      text-align: left;
      font-weight: normal;
      color: #333;
      text-decoration: none; }
      .dropmenu li ul a:hover {
        background: #f5f5f5;
        color: #333;
        border-radius: 0; }
  .dropmenu li:hover ul {
    display: block; }

.slidetitle {
  width: 58px;
  margin: 8px 8px 0 0;
  float: right;
  display: inline; }
  .slidetitle li {
    margin-bottom: 11px; }
    .slidetitle li.last {
      margin: 0; }
    .slidetitle li a img {
      vertical-align: bottom;
      width: 56px;
      height: 70px;
      border: 1px solid #ccc;
      opacity: 0.7;
      font-size: 0; }
    .slidetitle li a.selected img {
      border: 1px solid #f60;
      opacity: 1; }

.slidecontent {
  width: 242px;
  height: 404px;
  overflow: hidden;
  margin: 8px 0 8px 8px;
  float: left;
  display: inline;
  background: #f6f6f6; }
  .slidecontent img {
    width: 240px;
    height: 300px;
    border: 1px solid #ccc; }
  .slidecontent span {
    font-size: 114.3%;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0.3em; }
  .slidecontent p {
    padding: 0 0.3em; }

.blockc .bh {
  width: 46%;
  float: left;
  padding: 2%; }
.blockc .bt {
  padding: 5px;
  margin-bottom: 10px;
  background: #f0f0f0; }
.blockc .bc img {
  width: 80px;
  height: 100px;
  margin: 0 10px 10px 0;
  float: left;
  padding: 2px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }
.blockc .bc p {
  font-size: 85.7%; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>