@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Open Sans Regular'), url("../fonts/400.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: normal;
  src: local('Open Sans Italic'), url("../fonts/400i.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Open Sans Bold'), url("../fonts/700.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: bold;
  src: local('Open Sans Bold Italic'), url("../fonts/700i.woff") format('woff');
}
* {
  box-sizing: border-box;
}
html {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #f6f8fa !important;
  overflow-x: hidden;
  word-wrap: break-word;
}
ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
a:active,
a:hover {
  outline-width: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}
.float-left {
  float: left !important;
}
/*section*/
section.section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  margin-top: 69px;
}
/*列表*/
section.left {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  border-radius: 6px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-group {
  width: 980px;
  margin: 0 auto;
}
.list-group ul,
.list-group ol,
.list-group li {
  list-style: none;
}
.list-item {
  padding: 10px 20px;
  margin: 0 auto;
  border-bottom: 1px solid #e1e4e8;
}
.list-item:nth-of-type(2n+2) {
/*background: #f9fafe;*/
  background-color: #f6f8fa;
}
.list-item a {
  display: block;
  margin: 0;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  background-color: transparent;
/*line-height: 1.42857;*/
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #333;
  font-weight: 400 !important;
/*color: #24292e !important;*/
  margin-bottom: 25px;
}
.list-item a:hover {
  color: #0366d6 !important;
}
/*列表简介*/
.report_intro {
  margin-bottom: 25px;
  line-height: 24px;
/*height: 48px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #999;
/*color: #586069 !important;*/
  color: #24292e;
}
/*列表发布时间*/
.report_time {
  margin-bottom: 0;
  font-size: 14px;
  color: #c8c8c8;
/*color: #586069 !important;*/
}
header.header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
header.header nav.navbar {
  width: 1000px;
  height: 30px;
  background: #f5f5f5;
  margin: auto;
  position: relative;
}
header.header nav.navbar ul {
  list-style: none;
  padding-left: 30px;
}
header.header nav.navbar li {
  float: left;
  display: list-item;
  text-align: -webkit-match-parent;
}
.header-nav-link {
  display: block;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #333;
  text-decoration: none;
}
.header-nav-link:hover,
.header-nav-link:focus {
  color: #4078c0;
}
footer.footer {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.5;
  color: #767676;
  text-align: center;
  border-top: 1px solid #000;
}
.post-container {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  border-radius: 6px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  word-wrap: break-word;
  font-family: "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}
.post-container h1,
.post-container h2,
.post-container h3,
.post-container h4,
.post-container h5,
.post-container h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.post-container h1 tt,
.post-container h1 code,
.post-container h2 tt,
.post-container h2 code,
.post-container h3 tt,
.post-container h3 code,
.post-container h4 tt,
.post-container h4 code,
.post-container h5 tt,
.post-container h5 code,
.post-container h6 tt,
.post-container h6 code {
  font-size: inherit;
}
.post-container h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eee;
}
.post-header {
  padding: 0px 40px;
}
.post-content {
  padding: 0px 40px 40px;
  font-size: 16px;
  overflow-x: auto;
}
.post-content > *:first-child {
  margin-top: 0 !important;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.post-content h1 tt,
.post-content h1 code,
.post-content h2 tt,
.post-content h2 code,
.post-content h3 tt,
.post-content h3 code,
.post-content h4 tt,
.post-content h4 code,
.post-content h5 tt,
.post-content h5 code,
.post-content h6 tt,
.post-content h6 code {
  font-size: inherit;
}
.post-content h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eee;
}
.post-content h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eee;
}
.post-content h3 {
  font-size: 1.25em;
}
.post-content h4 {
  font-size: 1em;
}
.post-content h5 {
  font-size: 0.875em;
}
.post-content h6 {
  font-size: 0.85em;
  color: #777;
}
.post-content ul,
.post-content ol {
  padding-left: 2em;
}
.post-content ul.no-list,
.post-content ol.no-list {
  padding: 0;
  list-style-type: none;
}
.post-content ul ul,
.post-content ul ol,
.post-content ol ol,
.post-content ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.post-content li > p {
  margin-top: 16px;
}
.post-content li + li {
  margin-top: 0.25em;
}
.post-content dl {
  padding: 0;
}
.post-content dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}
.post-content dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.post-content table {
  display: block;
  width: 100%;
  overflow: auto;
  padding: 0;
  word-break: initial;
}
.post-content table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.post-content table th,
.post-content table td {
  margin: 0;
  text-align: left;
  padding: 6px 13px;
}
.post-content table th {
  border: 1px solid #ddd;
  font-weight: bold;
  font-weight: bold;
}
.post-content table td {
  border: 1px solid #ccc;
}
.post-content table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.post-content table tr th:first-child,
.post-content table tr td:first-child {
  margin-top: 0;
}
.post-content table tr th:last-child,
.post-content table tr td:last-child {
  margin-bottom: 0;
}
.post-content img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: #fff;
}
.post-content img[align=right] {
  padding-left: 20px;
}
.post-content img[align=left] {
  padding-right: 20px;
}
blockquote {
  margin: 0;
}
.post-content blockquote {
  padding: 0 1em;
  color: #777;
  border-left: 0.25em solid #ddd;
}
.post-content blockquote > :first-child {
  margin-top: 0;
}
.post-content blockquote > :last-child {
  margin-bottom: 0;
}
.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content table,
.post-content pre {
  margin-top: 0;
  margin-bottom: 16px;
}
.post-content a {
  color: #4183c4;
}
.post-content hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e7e7e7;
  border: 0;
}
blockquote blockquote {
  padding-right: 0;
}
.post-content code,
.post-content tt {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0,0,0,0.04);
  border-radius: 3px;
}
.post-content code::before,
.post-content code::after,
.post-content tt::before,
.post-content tt::after {
  letter-spacing: -0.2em;
  content: "\00a0";
}
.post-content code br,
.post-content tt br {
  display: none;
}
.post-content del code {
  text-decoration: inherit;
}
.post-content pre {
  word-wrap: normal;
}
.post-content pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.post-content pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.post-content pre code,
.post-content pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
.post-content pre code::before,
.post-content pre code::after,
.post-content pre tt::before,
.post-content pre tt::after {
  content: normal;
}
.pagination {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination a,
.pagination span {
  display: inline;
  line-height: 20px;
}
.pagination a,
.pagination span {
  margin: 0 4px;
  float: left;
  padding: 0 14px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  margin-right: 5px;
  color: #aaa;
}
.pagination span.current {
  color: #999;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
.pagination span.current {
  cursor: default;
}
.pagination a:hover,
.pagination a:focus {
  color: #444;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
.list-cat {
  width: 960px;
  margin: 0 auto;
}
.list-cat ul,
.list-cat ol,
.list-cat li {
  list-style: none;
}
.category-list-item {
  display: inline-block;
  margin: 3px 0;
  font-size: 18px;
}
.category-list-item-a a {
  color: #000;
}
.category-list-item-b a {
  color: #808080;
}
.category-list-item-c a {
  color: #a9a9a9;
}
.category-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.category-list-item a:hover {
  color: #fff;
  background: #000;
}
.archive-list {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid #e1e4e8;
}
.archive-list ul,
.archive-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-list .archive-list-box {
  padding: 10px;
  border-bottom: 1px solid #e1e4e8;
}
.archive-list .archive-list-box .archive-list-year {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
/*background: #DCDCDC;*/
  margin-bottom: 10px;
}
.archive-list-item {
  display: inline-block;
  margin: 3px 0;
  font-size: 18px;
}
.archive-list-item-a a {
  color: #000;
}
.archive-list-item-b a {
  color: #808080;
}
.archive-list-item-c a {
  color: #a9a9a9;
}
.archive-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.archive-list-item a:hover {
  color: #fff;
  background: #000;
}
.list-cat {
  width: 960px;
  margin: 0 auto;
}
.list-cat ul,
.list-cat ol,
.list-cat li {
  list-style: none;
}
.tag-list-item {
  display: inline-block;
  margin: 3px 0;
  font-size: 18px;
}
.tag-list-item-a a {
  color: #000;
}
.tag-list-item-b a {
  color: #808080;
}
.tag-list-item-c a {
  color: #a9a9a9;
}
.tag-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.tag-list-item a:hover {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 1000px) {
  section.left {
    width: 100%;
    max-width: 980px;
  }
  .list-group {
    width: 95%;
  }
  .list-cat {
    width: 95%;
  }
}
@media screen and (max-width: 800px) {
  section.left {
    width: 100%;
  }
  .list-group {
    width: 95%;
  }
  .list-cat {
    width: 95%;
  }
}
