/*! main.css | http://zaiyu.co */
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
html {
  font-size: 12px;
  font-family: Arial, "宋体", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif;
  color: #333;
  line-height: 1.6;
  /*background: #fff url("imagesbg-full-white.jpg") center top no-repeat;*/
  background: #fff; /*背景颜色*/
}
@media (min-width: 1680px) {
  html {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
textarea {
  resize: vertical;
}
ul,
ol {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #444;
}
a:active {
  color: #333;
  text-decoration: none;
}
p {
  margin: 0;
  line-height: 1.8;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.left,
.right {
  display: inline;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-indent: 0 !important;
  text-align: center;
}
.text-left {
  text-indent: 0 !important;
  text-align: left;
}
.text-right {
  text-indent: 0 !important;
  text-align: right;
}
.text-0em {
  text-indent: 0 !important;
}
.text-2em {
  text-indent: 2em;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
/*
 * 头部
 */
.header {
  min-width: 1000px;
}
.header .logo {
  float: left;
  margin: 25px 0 18px 47px;
  width: 770px;
  height: 90px;
}
.header .logo a {
  color: #fff;
  outline: none;
}
/*顶部导航*/
.header .nav {
  position: relative; 
  z-index: 110;
  height: 36px; /*导航高*/
  line-height: 36px; /*导航行高，设置和高相同可使文字垂直居中*/
  _margin-top: 20px;
  _margin-bottom: 5px;
  font-size: 0;
  text-align: center;
  background-color: #004098;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
  box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}
.header .nav li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .nav a {
  display: block;
  padding: 0 28px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .nav a:hover {
  color: #fff;
  background: #1a56a9;
}
.header .nav .active a {
  color: #fff;
  background-color: #1a56a9;
}
/*二级导航*/
.header .nav .sub-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 36px; /*距导航距离，需和导航高度相同*/
  width: 180px;
  text-align: left;
  background-color: #1a56a9;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .nav .sub-nav a {
  padding: 0 28px;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px; /*二级导航内容高*/
}
.header .nav .sub-nav a:hover {
  color: #fff;
  background: #004098;
}
/*
 * 尾部
 */
.footer {
  margin-top: 10px;
  color: #fff;
  min-width: 1000px;
  background-color: #4370b8;
}
.footer .wrapper {
  padding: 14px 0 50px;
}
.footer .wrapper p {
  margin-bottom: 3px;
  font-family: Arial;
}
.footer .wrapper i {
  font-weight: 400;
  padding: 0 10px;
}
.footer .qr {
  position: relative;
  width: 90px;
  margin-left: 107px;
  padding: 3px;
  background-color: #fff 9;
  background-color: rgba(255,255,255,0.8);
  border-radius: 3px;
}
.footer .qr img {
  width: 100%;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.footer .qr p {
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -60px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.footer .copyright {
  margin-top: 15px;
}
.footer .select-box {
  position: relative;
  text-indent: 15px;
  color: #4370b8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer .select-box .select-hd {
  position: relative;
  width: 230px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
}
.footer .select-box .select-hd:hover {
  background-color: #f3f9fc;
}
.footer .select-box .select-hd:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 19px;
  height: 19px;
  background: url("imagesicon-select.png") center no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer .select-box .select-bd {
  display: none;
  position: absolute;
  left: -1px;
  bottom: 34px;
  padding: 10px 0;
  z-index: 100;
  width: 230px;
  line-height: 30px;
  background-color: #f3f9fc;
  border-radius: 2px;
  border: 1px solid #4370b8;
}
.footer .select-box .select-bd a {
  color: #4370b8;
}
.footer .select-box .select-bd a:hover {
  color: #004098;
  text-decoration: underline;
}
.footer .select-box.active .select-hd {
  background-color: #f3f9fc;
}
.footer .select-box.active .select-hd:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer .select-box.active .select-bd {
  display: block;
}
.home-wrapper .box-slider {
  height: 322px;
  overflow: hidden;
  /*background: #004098 url("imageshome-box-news.png") right top repeat-x;*/
  background: #004098; /*首页新闻背景颜色*/
}
.home-wrapper .box-slider .imgs {
  width: 600px;
  position: relative;
  overflow: hidden;
}
.home-wrapper .box-slider .imgs .j-accordion {
  width: 620px;
  height: 322px;
  overflow: hidden;
}
.home-wrapper .box-slider .imgs .j-accordion li {
  position: relative;
  float: left;
  height: 100%;
  border: 0;
}
.home-wrapper .box-slider .imgs .j-accordion img {
  display: block;
  width: 500px;
  height: 322px;
}
.home-wrapper .box-slider .imgs .j-accordion b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 100%;
  cursor: pointer;
  border-left: 2px solid #61a0f0;
  background: url("about:blank") 9;
}
.home-wrapper .box-slider .imgs .mask {
  position: absolute;
  _display: none;
  right: 0;
  top: 0;
  width: 60px;
  height: 322px;
  background: url("imagesaccordion-mask.png") 0 0 no-repeat; /*首页新闻半月形图片，直接去 static/images/ 中替换图片即可*/
  z-index: 100;
}
.home-wrapper .box-slider .news {
  width: 380px;
  overflow: hidden;
  padding: 0 18px 0 2px;
  color: #a1c7ff;
}
.home-wrapper .box-slider .news .hd {
  position: relative;
  height: 48px;
  line-height: 48px;
}
.home-wrapper .box-slider .news .hd .more {
  position: absolute;
  right: 0;
  top: 5px;
  color: #84b6ff;
}
.home-wrapper .box-slider .news .hd .more:hover {
  text-decoration: underline;
}
.home-wrapper .box-slider .news .hd h2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 16px;
  font-weight: 700;
  color: #fae187; /*新闻标题颜色*/
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 4px solid #fae187; /*新闻标题下边框：4px 是高度， solid 实线，#法尔87 颜色*/
}
.home-wrapper .box-slider .news .bd {
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #b9d9f6;
}
.home-wrapper .box-slider .news .bd h3 {
  font-size: 14px;
  color: #fae187;
}
.home-wrapper .box-slider .news .bd a {
  display: block;
  margin: 3px 0;
  color: #fae187;
}
.home-wrapper .box-slider .news .bd a:hover {
  text-decoration: underline;
}
.home-wrapper .box-slider .news .bd p {
  color: #fae187;
}
.home-wrapper .box-slider .news .ft a {
  line-height: 26px;
  color: #f2f8fd;
}
.home-wrapper .box-slider .news .ft a:hover {
  text-decoration: underline;
}
.home-wrapper .box-slider .news .ft .date {
  float: right;
  color: #f2f8fd;
  font-family: Arial;
  font-size: 12px;
}
.home-wrapper .box-news {
  margin-top: 3px;
  margin-bottom: 8px;
  background-color: #fff;
}
.home-wrapper .box-news .news-item {
  width: 490px;
  height: 255px;
  overflow: hidden;
}
.home-wrapper .box-news .news-item .hd {
  position: relative;
  margin-bottom: 20px;
  border-top: 4px solid #165ac9;
}
.home-wrapper .box-news .news-item .hd h2 {
  position: relative;
  height: 37px;
  margin-top: -4px;
  padding-left: 32px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background: url("imagesnews-hd.png") left top no-repeat;
}
.home-wrapper .box-news .news-item .hd h2:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  background: url("imagesicon-news-2.png") 0 0 no-repeat;
}
.home-wrapper .box-news .news-item .hd .more {
  position: absolute;
  right: 0;
  top: 8px;
  color: #808080;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #808080;
}
.home-wrapper .box-news .news-item .hd .more:hover {
  border-bottom: 0;
}
.home-wrapper .box-news .news-item .bd li {
  position: relative;
  padding-left: 30px;
  *padding-left: 10px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  border-bottom: 1px solid #b9b9b9;
}
.home-wrapper .box-news .news-item .bd li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 14px;
  height: 14px;
  background: url("imagesicon-list.png") 0 -14px no-repeat;
}
.home-wrapper .box-news .news-item .bd li:last-child {
  border-bottom: 0;
}
.home-wrapper .box-news .news-item .bd li:hover {
  border-color: #5892e0;
}
.home-wrapper .box-news .news-item .bd li:hover:before {
  background-position: 0 0;
}
.home-wrapper .box-news .news-item .bd li a {
  color: #1b1b1b;
}
.home-wrapper .box-news .news-item .bd li a:hover {
  color: #5096ff;
}
.home-wrapper .box-news .news-item .bd .new {
  margin: 0 4px;
  display: inline-block;
  *display: none;
  width: 32px;
  height: 15px;
  vertical-align: middle;
  background: url("imagesicon-new.png") 0 0 no-repeat;
}
.home-wrapper .box-news .news-item.right .hd .more {
  right: 15px;
}
.home-wrapper .box-news .news-item-1 .hd h2:before {
  background: url("imagesicon-news-1.png") 0 0 no-repeat;
}
.home-wrapper .box-news .news-item-3 .hd h2:before {
  background: url("imagesicon-news-3.png") 0 0 no-repeat;
}
.home-wrapper .box-news .news-item-4 .hd h2:before {
  background: url("imagesicon-news-4.png") 0 0 no-repeat;
}
.home-wrapper .box-links a:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.page-wrapper {
  margin-top: 0;
  margin-bottom: -10px;
}
.page-wrapper .wrapper {
  background-color: #fff;
}
.page-content {
  float: right;
  width: 740px;
  min-height: 400px;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #fff;
}
/*
 * 内页边栏菜单
 */
.page-menu {
  float: left;
  margin-top: 10px;
  padding-left: 10px;
  width: 202px;
}
.page-menu .menu {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  background-color: #5895f2;
}
.page-menu .menu dt {
  height: 36px;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  background-color: #1057b8;
}
.page-menu .menu dd {
  border-bottom: 1px solid #9cc3ff;
}
.page-menu .menu dd:last-child {
  border-bottom: 0;
}
.page-menu .menu a {
  display: block;
  color: #fff;
  height: 34px;
  padding: 0 10px;
  line-height: 34px;
  font-weight: 700;
  font-size: 12px;
  outline: none;
  -webkit-transition: all 0.08s ease;
  -moz-transition: all 0.08s ease;
  -o-transition: all 0.08s ease;
  -ms-transition: all 0.08s ease;
  transition: all 0.08s ease;
}
.page-menu .menu a:hover {
  color: #fff;
  background-color: #e7647a;
}
.page-menu .menu .active a {
  font-weight: 700;
  color: #fff;
  background: #d53c53 url("imagesmenu-active.png") right 5px center no-repeat;
}
.page-menu .qr {
  margin-bottom: 10px;
  padding: 5px;
  border: 2px dotted #53b653;
  border-radius: 5px;
  background-color: #fff;
}
.page-menu .qr img {
  width: 100%;
  border-radius: 5px;
}
.page-menu .links .link {
  display: block;
  margin-bottom: 10px;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0,0,0,0.4);
  background: #ccc url("imagesbanner-1.jpg") 0 0 no-repeat;
}
.page-menu .links .link:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.page-menu .links .link.link-2 {
  background: #ccc url("imagesbanner-2.jpg") 0 0 no-repeat;
}
/*
 * 面包屑导航
 */
.page-crumb {
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.page-crumb .crumb {
  font-size: 12px;
  color: #666;
}
.page-crumb .crumb a {
  color: #666;
}
.page-crumb .crumb i {
  padding: 0 5px;
  font-style: normal;
}
/*
 * 列表
 */
.page-list li,
.ulallnews li {
  padding: 0 0 0 5px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  overflow: hidden;
  border-bottom: 1px dotted #c0c0c0;
}
.page-list .date,
.ulallnews .date {
  float: right;
  font-size: 12px;
  color: #a4a4a4;
}
.page-list a,
.ulallnews a {
-- display: block;
  *width: 500px;
  color: #444 !important;
}
.page-list li:hover,
.ulallnews li:hover {
  border-color: #42a5f5;
}
.page-list li:hover a,
.ulallnews li:hover a {
  color: #42a5f5 !important;
}
/*
 * 分页
 */
.page-paginator {
  margin-top: 20px;
  padding: 10px;
  font-size: 0;
  text-align: center;
}
.page-paginator a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 16px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  margin: 0 2px 5px 2px;
  padding: 4px 8px;
  font-size: 12px;
  color: #666;
  border-radius: 2px;
}
.page-paginator a:hover {
  color: #53b653;
}
.page-paginator a.active {
  color: #fff;
  background-color: #53b653;
}
/*
 * 相册列表
 */
.page-photo {
  font-size: 0;
}
.page-photo li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px 20px;
  padding: 5px;
  width: 200px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 1px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  vertical-align: top;
  text-align: center;
}
.page-photo li:hover {
  border-color: #42a5f5;
}
.page-photo .txt {
  padding: 10px 5px;
  height: 40px;
  overflow: hidden;
}
.page-photo .img {
  width: 200px;
  height: 120px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.page-photo img {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/*
 * 新闻内容
 */
.page-show p {
  margin-bottom: 20px;
}
.page-show img,
.page-show table {
  max-width: 100%;
}
.page-show-title {
  margin-bottom: 25px;
  padding: 0 20px 15px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.page-show-title h1 {
  margin-bottom: 10px;
  font-size: 24px;
}
.page-show-title .info {
  padding: 0 3px;
  font-size: 12px;
  color: #999;
}
.page-show-title span {
  padding: 0 8px;
  color: #ddd;
}
.page-show-title .share {
  padding: 5px 3px;
}
/*
 * 登录注册
 */
.page-login {
  margin-top: 30px;
}
.page-login-form {
  width: 550px;
  margin: 0 auto;
  margin-top: 40px;
}
.page-login-form .tit {
  margin-left: 138px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
  color: #42a5f5;
}
.page-login-form .field {
  margin-bottom: 20px;
  vertical-align: top;
  color: #757575;
}
.page-login-form .field .label {
  display: inline-block;
  padding-right: 13px;
  width: 120px;
  line-height: 38px;
  font-size: 16px;
  text-align: right;
}
.page-login-form .field .input {
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  width: 260px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #757575;
  outline: none;
  border: 0;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
}
.page-login-form .field .input:focus {
  border-color: #42a5f5;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.page-login-form .field .btn {
  display: inline-block;
  height: 45px;
  margin-left: 138px;
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 4px;
  background: #42a5f5;
}
.page-login-form .field .btn:hover {
  background: #5189e0;
}
.page-login-form .field .btn:active {
  background: #3868b3;
}
.page-login-form .field-info,
.page-login-form .field-other {
  padding-left: 138px;
  font-size: 14px;
  color: #9e9e9e;
}
.page-login-form .field-info {
  padding-top: 10px;
}
.page-login-form .field-info a {
  color: #42a5f5;
}
.page-login-form .field-info a:hover {
  color: #5189e0;
}
.page-login-form .field-other a {
  color: #ffca28;
}
.page-login-form .field-other a:hover {
  text-decoration: underline;
}
/*
 * yue.css
 *
 * yue.css is designed for readable content.
 *
 * Copyright (c) 2013 - 2017 by Hsiaoming Yang.
 *
 * .yue => .page-show
 */
.page-show {
  font: 400 14px/1.62 -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei", sans-serif;
  color: #444443;
}
.page-show ::-moz-selection {
  background-color: rgba(0,0,0,0.2);
}
.page-show ::selection {
  background-color: rgba(0,0,0,0.2);
}
.page-show h1,
.page-show h2,
.page-show h3,
.page-show h4,
.page-show h5,
.page-show h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei", sans-serif;
  color: #222223;
}
.page-show h1 {
  font-size: 1.8em;
  margin: 0.67em 0;
}
.page-show > h1 {
  margin-top: 0;
  font-size: 2em;
  text-align: center;
}
.page-show h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.page-show h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.page-show h4,
.page-show h5,
.page-show h6 {
  font-size: 1em;
  margin: 1.6em 0 1em 0;
}
.page-show h6 {
  font-weight: 500;
}
.page-show p {
  margin-top: 0;
  margin-bottom: 1.24em;
  text-indent: 2em;
}
.page-show a {
  color: #39f;
  word-wrap: break-word;
  -webkit-text-decoration-color: rgba(0,0,0,0.4);
  text-decoration-color: rgba(0,0,0,0.4);
}
.page-show a:hover {
  -webkit-text-decoration-color: rgba(0,0,0,0.6);
  text-decoration-color: rgba(0,0,0,0.6);
}
.page-show h1 a,
.page-show h2 a,
.page-show h3 a {
  text-decoration: none;
}
.page-show strong,
.page-show b {
  font-weight: 700;
  color: #222223;
}
.page-show em,
.page-show i {
  font-style: italic;
  color: #222223;
}
.page-show img {
  max-width: 100%;
  height: auto;
  margin: 0.2em 0;
}
.page-show a img {
/* Remove border on IE */
  border: none;
}
.page-show figure {
  position: relative;
  clear: both;
  outline: 0;
  margin: 10px 0 30px;
  padding: 0;
  min-height: 100px;
}
.page-show figure img {
  display: block;
  max-width: 100%;
  margin: auto auto 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-show figure figcaption {
  position: relative;
  width: 100%;
  text-align: center;
  left: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #666665;
}
.page-show figure figcaption a {
  text-decoration: none;
  color: #666665;
}
.page-show hr {
  display: block;
  width: 14%;
  margin: 40px auto 34px;
  border: 0 none;
  border-top: 3px solid #dededc;
}
.page-show blockquote {
  margin: 0 0 1.64em 0;
  border-left: 3px solid #dadada;
  padding-left: 12px;
  color: #666664;
}
.page-show blockquote a {
  color: #666664;
}
.page-show ul,
.page-show ol {
  margin: 0 0 24px 6px;
  padding-left: 16px;
}
.page-show ul {
  list-style-type: square;
}
.page-show ol {
  list-style-type: decimal;
}
.page-show li {
  margin-bottom: 0.2em;
}
.page-show li ul,
.page-show li ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
}
.page-show li ul {
  list-style-type: disc;
}
.page-show li ul ul {
  list-style-type: circle;
}
.page-show li p {
  margin: 0.4em 0 0.6em;
}
.page-show .unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-show code,
.page-show tt {
  color: #808080;
  font-size: 0.96em;
  background-color: #f9f9f7;
  padding: 1px 2px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  word-wrap: break-word;
}
.page-show pre.pre {
  margin: 1.64em 0;
  padding: 7px;
  border: none;
  border-left: 3px solid #dadada;
  padding-left: 10px;
  overflow: auto;
  line-height: 1.5;
  font-size: 0.96em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  color: #4c4c4c;
  background-color: #f9f9f7;
}
.page-show pre code,
.page-show pre tt {
  color: #4c4c4c;
  border: none;
  background: none;
  padding: 0;
}
.page-show table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  font-size: 0.96em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-show th,
.page-show td {
  text-align: left;
  padding: 4px 8px 4px 10px;
  border: 1px solid #dadada;
}
.page-show td {
  vertical-align: top;
}
.page-show tr:nth-child(even) {
  background-color: #f3f3f3;
}
.page-show iframe {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}
.page-show figure iframe {
  margin: auto;
}
.page-show table pre {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
@media (min-width: 1100px) {
  .page-show blockquote {
    margin-left: -24px;
    padding-left: 20px;
    border-width: 4px;
  }
  .page-show blockquote blockquote {
    margin-left: 0;
  }
}
