﻿@charset "UTF-8";
@media print {
  .print-d-none {
    display: none;
  }
}
body {
  font-size: 15px;
  line-height: 28px;
  font-family: 微软雅黑, 黑体, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px 5px;
  background-color: #069;
  background: #069 linear-gradient(180deg, #4d94b8, #069) repeat-x;
}
a:hover {
  background-color: #004466;
  background: #004466 linear-gradient(180deg, #4d7c94, #004466) repeat-x;
}

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

.fixed {
  position: fixed;
  z-index: 1;
  left: 20px;
  top: 20px;
  width: 150px;
  background-color: rgba(0, 102, 153, 0.05);
  border: solid 2px rgba(0, 102, 153, 0.3);
  border-radius: 5px;
  padding: 2px;
}
.fixed > .handler {
  line-height: 18px;
  padding: 5px;
  text-align: center;
  background-color: #069;
  color: #fff;
  cursor: move;
  border-radius: 3px;
  margin: 3px;
}
.fixed:hover > .content > p > a {
  opacity: 0.7;
}
.fixed > .content > p > a {
  opacity: 0.2;
}
.fixed > .content > p > a:hover {
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 6px 1px #069;
  z-index: 1;
  position: relative;
  width: 150%;
}
.fixed > .content > p > a.cur {
  background-color: #f60;
  background: #f60 linear-gradient(180deg, #ff944d, #f60) repeat-x;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 6px 1px #f60;
  z-index: 1;
  position: relative;
  width: 150%;
  opacity: 0.9;
}

.content {
  margin-left: 0 !important;
}
.content > p {
  padding: 0;
  margin: 3px;
}
.content > p > a {
  line-height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content.bk > p {
  background-color: #f7f7f7;
}
.content.bk > p > a {
  color: #069;
  background: none;
}
.content.bk > p:nth-child(2n) {
  background-color: #f0f0f0;
}
.content.bk > p:hover {
  background-color: #ddd;
}

.item {
  padding: 10px;
  margin: 10px auto;
  max-width: 800px;
  border: solid 2px #ff6a00;
  border-radius: 10px;
}
.item > a {
  position: absolute;
  font-size: 13px;
  line-height: 16px;
}
.item > div {
  margin-left: 20px;
}
.item > div.img {
  margin-left: 0;
  text-align: center;
}
.item > div.img img {
  display: block;
  margin: 5px auto;
  max-width: 600px;
  max-height: 350px;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
}
.item > div.img img:hover {
  box-shadow: 0 0 5px #000;
}
.item strong, .item b, .item i, .item em {
  font-weight: normal;
  display: inline;
  padding: 3px 6px;
  border-radius: 3px;
  color: #fff;
  background-color: #6b757a;
  background: #6b757a linear-gradient(180deg, #979ea2, #6b757a) repeat-x;
}
.item b {
  background-color: #ff944d;
  background: #ff944d linear-gradient(180deg, #ffb482, #ff944d) repeat-x;
}
.item .description strong, .item .description b, .item .description i, .item .description em {
  font-weight: bold;
  display: inline;
  padding: 0;
  border-radius: 3px;
  color: #000;
  background: none;
}
.item .description b {
  background: none;
}
.item h1, .item h2, .item h3 {
  margin: 10px 0px;
  padding: 0px;
}
.item h1 {
  text-align: center;
  font-size: 20px;
  padding: 5px 0;
}
.item h2 {
  font-size: 16px;
  color: #c25c27;
}
.item h3 {
  font-size: 15px;
  margin-left: 10px;
}
