@charset "UTF-8";
body {
  background: #f1f1f1; }

ul, ol {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a:focus, a:hover {
  text-decoration: none; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

header {
  background: #ffffff; }

.header-top {
  height: 36px;
  line-height: 36px;
  background: #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 1px 2px #d8d8d8; }

.header-main {
  padding: 38px 0; }

.header-main .logo {
  display: block;
  height: 44px; }

.header-main .logo img {
  height: 44px; }

.header-main .site-description {
  padding-left: 30px;
  font-size: 16px; }

.header-nav {
  background: #333333; }

.header-nav a {
  padding: 16px 20px;
  color: #f1f1f1;
  display: inline-block; }

.header-nav a:hover {
  color: #cdcdcd;
  background: #1a1a1a; }

.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  padding: 12px 15px;
  background: #f1f1f1; }

.main-content {
  background: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 1px 2px #d8d8d8; }

.article {
  padding: 0;
  border-right: 1px solid #f1f1f1; }

.article-header {
  padding: 20px 30px; }

.article-header h1 {
  text-align: center; }

.article-meta {
  color: #999999;
  text-align: center;
  margin-top: 20px; }

.article-meta span + span {
  padding-left: 15px; }

.article-figure {
  margin-bottom: 30px;
  padding: 0 15px; }

.article-figure h3 {
  margin-top: 0; }

.article-figure figcaption img {
  max-width: 100%; }

.article-nav {
  margin: 30px;
  position: relative;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.article-nav .inner {
  padding-left: 100px; }

.article-nav .inner:before {
  position: absolute;
  content: "目录";
  font-size: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 20px;
  width: 80px;
  text-align: center;
  background: #f4f4f4 linear-gradient(to right, #ffffff, #f1f1f1);
  border-right: 1px solid #e4e4e4; }

.article-nav ul {
  padding-top: 10px;
  padding-bottom: 10px; }

.article-nav li {
  float: left;
  width: 50%;
  padding: 5px;
  font-size: 16px; }

.article-nav li span {
  padding-right: 10px; }

.content-header {
  padding-left: 30px;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  color: #7486c6; }

.content-header:before {
  position: absolute;
  left: 0;
  width: 15px;
  height: 24px;
  content: " ";
  display: inline-block;
  vertical-align: top;
  background: #7486c6; }

.content-header:after {
  content: " ";
  right: 30px;
  left: 30px;
  border-bottom: 1px solid #f1f1f1;
  top: 35px;
  position: absolute; }

.article-content {
  margin-bottom: 30px;
  padding: 0 30px; }

.article-content img {
  max-width: 100%; }

.article-item {
  position: relative; }

.article-item .post-index {
  position: absolute;
  top: -30px; }

.more-article li {
  float: left;
  width: 50%;
  padding: 5px;
  font-size: 16px; }

.more-photo-article {
  margin-left: -10px;
  margin-right: -10px; }

.more-photo-article li {
  width: 33.333333%;
  padding: 10px;
  float: left;
  text-align: center; }

.more-photo-article li img {
  width: 100%;
  padding-bottom: 5px; }

.article-list .media-object {
  width: 210px; }

.article-list h3 {
  margin-top: 0; }

.article-list .article-meta {
  text-align: left;
  margin-top: 0; }

.article-list .media {
  border-bottom: 1px solid #f1f1f1;
  margin-top: 0;
  padding: 20px 30px; }

.article-list .media:hover {
  background: #f6f6f6; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  width: 100%;
  height: 320px; }

.article-slider {
  position: relative; }

.article-slider .slide {
  margin-right: 180px; }

.article-recommend {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px; }

.article-recommend li {
  height: 100px;
  position: relative; }

.article-recommend li + li {
  height: 100px;
  margin-top: 10px; }

.article-recommend li img {
  width: 100%;
  height: 100%; }

.article-recommend li .title {
  position: absolute;
  bottom: 0;
  height: 26px;
  line-height: 26px;
  color: #fff;
  width: 100%;
  background: rgba(51, 51, 51, 0.5);
  padding: 0 10px; }

.aside {
  border-left: 1px solid #f1f1f1;
  margin-left: -1px;
  padding: 0; }

.aside .widget {
  background: #ffffff;
  padding: 21px 30px; }

.aside .widget + .widget {
  padding-top: 0; }

.widget .title {
  margin-top: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #f1f1f1;
  position: relative; }

.widget .title:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #7486c6;
  position: absolute;
  left: 0;
  bottom: -1px; }

.widget li {
  padding: 7px 0;
  margin-top: 0;
  position: relative; }

.widget li.active a {
  color: #98a5d5; }

.widget li + .media {
  padding-top: 12px; }

.widget li + li {
  border-top: 1px dashed #f1f1f1; }

.widget .index {
  position: absolute;
  left: -20px; }

.widget .media-object {
  width: 60px; }

.posfixed {
  position: fixed;
  top: 0; }

.posabsoule {
  position: absolute;
  bottom: 40px; }

.footer {
  background: #333333;
  margin-top: 100px;
  color: #999999; }

.footer .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px; }

.footer .qr-code {
  color: #f1f1f1;
  text-align: center;
  margin-right: -15px; }

.footer .qr-code .qr {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px; }

.footer .qr-code img {
  width: 100%; }

.footer .contact h3 {
  color: #f1f1f1;
  font-size: 22px;
  margin-bottom: 30px; }

.footer .links h3 {
  color: #f1f1f1;
  font-size: 16px;
  margin-bottom: 1em; }

.footer .links a {
  color: #999999; }

.footer .links a:hover {
  color: #f1f1f1; }

.footer li {
  margin-bottom: 0.5em; }

.footer li:last-child {
  margin-bottom: 0; }

.footer .copyright {
  text-align: center;
  padding: 16px 0;
  background: #1a1a1a; }

/*# sourceMappingURL=site.css.map */