﻿@charset "UTF-8";
body {
  font-size: 14px;
  line-height: 28px;
  font-family: 微软雅黑, 黑体, Arial, Helvetica, sans-serif; }

a {
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  border-radius: 3px;
  background: #066fb0;
  padding: 5px 5px; }
  a:hover {
    background: #045384; }

.l-center {
  text-align: center; }

.fixed {
  position: fixed;
  z-index: 1;
  left: 20px;
  top: 20px;
  width: 120px;
  background-color: #eef8fa99;
  border: solid 2px #ff6a00;
  border: solid 2px #ff6a0099;
  border-radius: 5px;
  padding: 2px; }
  .fixed > .handler {
    text-align: center;
    background-color: #066fb0;
    color: #fff;
    cursor: move;
    border-radius: 3px;
    margin: 3px; }
  .fixed:hover > .content > p > a {
    opacity: .7; }
  .fixed > .content > p > a {
    opacity: .2; }
    .fixed > .content > p > a.cur {
      background: #ff6a00;
      z-index: 1;
      position: relative;
      box-shadow: 0px 0px 0px 1px #fff, 0px 0px 6px 1px #ff6a00;
      width: 140%;
      opacity: .9; }
    .fixed > .content > p > a:hover {
      width: 140%; }

.content > p {
  padding: 0;
  margin: 3px;
  line-height: 18px; }
  .content > p > a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.content.bk > p {
  background-color: #f7f7f7; }
  .content.bk > p > a {
    color: #066fb0;
    background-color: transparent; }
  .content.bk > p:nth-child(2n) {
    background-color: #f0f0f0; }
  .content.bk > p:hover {
    background-color: #ddd; }

.chapter {
  font-size: 20px;
  padding: 10px;
  margin: 10px auto;
  max-width: 800px;
  border: solid 2px #ff6a00;
  border-radius: 10px; }
  .chapter .content {
    font-size: 17px; }
    .chapter .content > p {
      margin: 3px 50px;
      line-height: 18px; }
  .chapter strong {
    font-weight: normal;
    display: inline;
    padding: 3px 6px;
    border-radius: 3px;
    background: #808080;
    color: #fff; }
  .chapter > div > a {
    position: absolute;
    font-size: 13px;
    line-height: 16px; }
  .chapter > div p {
    text-indent: 2em;
    line-height: 36px;
    margin: 10px 0;
    text-align: justify; }
    .chapter > div p.chaptername {
      font-size: 24px;
      color: #0a5785;
      text-align: center;
      text-indent: 0;
      margin: 20px 0;
      letter-spacing: 0px; }
    .chapter > div p.img {
      text-align: center;
      text-indent: 0; }
      .chapter > div p.img img {
        max-width: 600px;
        box-shadow: 0 0 0px 1px #fff, 0 0 10px 0px #f60; }
