@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif;
  background-color: #ECF0F1;
  color: #2e494e;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

a:not([href]):not([tabindex]) {
  color: none;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: none;
  text-decoration: none;
}

a {
  color: #2e494e;
  text-decoration: none;
}
a:hover {
  color: #00aaee;
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn.focus {
  box-shadow: none !important;
}

button:focus:hover, button:focus:focus, button:focus.focus {
  box-shadow: none !important;
  outline: 0 none !important;
}

.header {
  height: 60px;
}
.header .logo-text {
  float: left;
  font-size: 20px;
  line-height: 60px;
  margin-right: 16px;
  font-weight: 500;
}
.header .header-list {
  float: left;
  padding: 0;
  list-style: none;
}
.header .header-list .header-item {
  display: inline-block;
}
.header .header-list .header-item .header-link {
  display: block;
  cursor: pointer;
  line-height: 60px;
  font-weight: 500;
  font-size: 16px;
}
.header .header-search {
  position: relative;
  line-height: 60px;
  display: inline-block;
}
.header .header-search .form-control {
  vertical-align: inherit;
}
.header .header-search .search-icon {
  position: absolute;
  right: -4px;
  top: 10px;
  background-color: transparent;
}
.header .header-search-link-warp {
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
  float: right;
}
.header .header-search-link-warp .search-icon {
  padding: 10px 10px;
}
.header.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.header.header-fixed + * {
  margin-top: 75px;
}
.header.header-default {
  background-color: #fff;
  border-bottom: 1px solid #e1e4e8;
}
.header.header-default .logo-text {
  color: #00aaee;
}
.header.header-default .logo-text a {
  color: #00aaee;
}
.header.header-default .logo-text a.active, .header.header-default .logo-text a:hover {
  background-color: transparent;
  color: #00aaee;
}
.header.header-default .header-link {
  padding: 0 12px;
}
.header.header-default .header-link.active, .header.header-default .header-link:hover {
  background-color: transparent;
  color: #00aaee;
}

@media (max-width: 575.98px) {
  .header {
    height: auto;
  }
  .header.header-fixed + * {
    margin-top: 105px;
  }
  .header .container {
    padding: 0;
  }
  .header .logo-text {
    float: none;
    margin-right: 0;
    display: block;
    padding: 0;
    text-align: left;
    margin-left: 10px;
    line-height: 44px;
    border-bottom: 1px solid #EFEFEF;
  }
  .header .header-list {
    overflow: hidden;
    width: 100%;
    list-style: none;
    padding: 0;
    height: 44px;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .header .header-list .header-link {
    line-height: 44px !important;
    padding: 0 10px;
    position: relative;
  }
  .header .header-search-link-warp {
    margin: 0;
    background: #fff;
    position: absolute;
    right: 0;
    height: 44px !important;
    line-height: 44px !important;
  }
}
/*搜索页面*/
.search-form {
  position: relative;
}
.search-form .form-control {
  border: 1px solid #dfe3e9;
  box-shadow: none !important;
}
.search-form .form-control::placeholder {
  transition: opacity 0.3s;
  color: rgba(53, 64, 82, 0.5);
  font-weight: 400;
  opacity: 0.5;
}
.search-form .form-control:hover, .search-form .form-control:focus, .search-form .form-control.focus {
  border: 1px solid #00aaee;
}
.search-form .search-btn {
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-menu {
  border: 1px solid rgba(239, 239, 239, 0.56);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a.focus, .dropdown-menu a:active, .dropdown-menu a.active {
  background-color: #F8F9FA !important;
  color: #333;
}

.breadcrumb {
  font-size: 15px;
}

/*文章列表*/
.media-list {
  padding-left: 0;
  list-style: none;
}
.media-list .list-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.media-list .list-item .item-media {
  background-color: #898989;
  position: relative;
  overflow: hidden;
  float: left;
  width: 15rem;
}
.media-list .list-item .item-media .item-category-link {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  border-radius: 2px;
  background-color: rgb(38, 38, 38);
  opacity: 0.7;
}
.media-list .list-item .item-media .item-category-link:hover {
  background-color: #00aaee;
}
.media-list .list-item .item-media .item-link {
  display: block;
  height: 9rem;
  position: initial;
}
.media-list .list-item .item-media .item-link .mip-layout-container {
  position: initial;
}
.media-list .list-item .item-media .item-link img {
  width: 100%;
  margin: 0 auto;
  min-width: auto;
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.media-list .list-item .item-media:hover .item-link {
  display: block;
  transition: all 0.5s;
  transform: scale3d(1.1, 1.1, 1);
}
.media-list .list-item .item-content {
  padding-left: 16rem;
}
.media-list .list-item .item-content h4 {
  font-size: 1.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  text-decoration: none;
  width: 100%;
}
.media-list .list-item .item-content p {
  color: #898989;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

@media (max-width: 575.98px) {
  .media-list .list-item .item-media {
    display: none;
  }
  .media-list .list-item .item-content {
    padding-left: 0;
  }
}
.detail-title {
  margin-top: 10px;
  margin-bottom: 10px;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.detail-body {
  font-size: 16px;
  line-height: 30px;
  color: #24292e;
  outline: none;
  word-wrap: break-word;
}
.detail-body > :first-child {
  margin-top: 0 !important;
}
.detail-body a {
  color: #4298BA;
  text-decoration: none;
  word-break: break-all;
}
.detail-body a:visited {
  color: #4298BA;
}
.detail-body a:hover {
  color: #0F769F;
}
.detail-body a:active {
  color: #9E792E;
}
.detail-body a:hover,
.detail-body a:active {
  outline: 0;
}
.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5,
.detail-body h6 {
  font-weight: 600;
  margin: 24px 0 16px;
}
.detail-body h1 {
  font-size: 30px;
}
.detail-body h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaecef;
}
.detail-body h3 {
  font-size: 20px;
}
.detail-body h4 {
  font-size: 16px;
}
.detail-body h5 {
  font-size: 16px;
}
.detail-body h6 {
  font-size: 16px;
}
.detail-body p,
.detail-body div {
  word-wrap: break-word;
  margin: 0 0 16px 0;
  word-wrap: break-word;
}
.detail-body b,
.detail-body strong {
  font-weight: bold;
}
.detail-body i,
.detail-body em {
  font-style: italic;
}
.detail-body u {
  text-decoration: underline;
}
.detail-body strike,
.detail-body del {
  text-decoration: line-through;
}
.detail-body ul,
.detail-body ol {
  list-style: disc outside none;
  margin: 15px 0;
  padding: 0 0 0 40px;
  line-height: 1.6;
}
.detail-body ul ul,
.detail-body ul ol,
.detail-body ol ul,
.detail-body ol ol {
  padding-left: 30px;
}
.detail-body ul ul,
.detail-body ol ul {
  list-style: circle outside none;
}
.detail-body ul ul ul,
.detail-body ol ul ul {
  list-style: square outside none;
}
.detail-body ol {
  list-style: decimal;
}
.detail-body li + li {
  margin-top: 0.25em;
}
.detail-body blockquote {
  border-left: 6px solid #ddd;
  padding: 5px 0 5px 10px;
  margin: 15px 0 15px 15px;
}
.detail-body blockquote > :first-child {
  margin-top: 0;
}
.detail-body code {
  display: inline-block;
  padding: 0 4px;
  margin: 0 5px;
  background: #eeeeee;
  border-radius: 3px;
  font-size: 13px;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
}
.detail-body pre {
  padding: 10px 5px 10px 10px;
  margin: 15px 0;
  display: block;
  line-height: 18px;
  background: #F0F0F0;
  border-radius: 3px;
  font-size: 13px;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}
.detail-body pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}
.detail-body hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 0;
}
.detail-body table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
.detail-body table thead {
  background-color: #f9f9f9;
}
.detail-body table td,
.detail-body table th {
  min-width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}
.detail-body table td.active,
.detail-body table th.active {
  background-color: #ffffee;
}
.detail-body mip-img {
  max-width: 100%;
}
.detail-body img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  min-width: auto;
  margin: inherit;
  height: auto;
}

.detail-page-default .page-list {
  padding-left: 0;
  list-style: none;
}
.detail-page-default .page-list::after {
  display: block;
  clear: both;
  content: "";
}
.detail-page-default .page-list .page-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
}
.detail-page-default .item-up {
  float: left;
  text-align: left;
}
.detail-page-default .item-down {
  float: right;
  text-align: right;
}

@media (max-width: 575.98px) {
  .detail-page-default .page-list .page-item {
    width: 100%;
  }
  .detail-page-default .item-up {
    float: none;
    text-align: left;
  }
  .detail-page-default .item-down {
    float: none;
    text-align: left;
  }
}
/*文本列表*/
.text-list {
  padding-left: 0;
  list-style: none;
}
.text-list .list-item {
  line-height: 25px;
  position: relative;
}
.text-list .list-item .item-link {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.text-list .list-item .item-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #898989;
}
.text-list.text-list-time .list-item {
  padding-right: 80px;
}

/*友情链接等 面板*/
.panel-box {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #EFEFEF;
  margin-bottom: 1rem;
}
.panel-box .panel-box-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #EFEFEF;
}
.panel-box .panel-box-heading .title {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.panel-box .panel-box-heading .more {
  position: absolute;
  right: 15px;
  top: 15px;
}
.panel-box .panel-box-tap {
  margin-bottom: -1px;
  padding: 5px 0 0 0 !important;
}
.panel-box .panel-box-body {
  padding: 15px 15px;
  position: relative;
}
.panel-box .panel-box-footer {
  padding: 15px 0;
  margin-left: 15px;
  margin-right: 15px;
  border-top: 1px solid #EFEFEF;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dropdown-hover > .dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: -5px;
}
.dropdown-hover:hover > .dropdown-menu {
  display: block;
}
.dropdown-hover .dropend > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}
.dropdown-hover .dropend:hover > .dropdown-menu {
  display: block;
}
.dropdown-hover .dropend .dropdown-toggle::after {
  vertical-align: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.3em;
  margin-right: -0.3em;
}

/*标签*/
.tag.tag-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.tag.tag-list .tag-item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.tag.tag-list .tag-item a {
  color: #999;
  background-color: #eff1f5;
  padding: 0 8px;
  line-height: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
}
.tag.tag-list .tag-item a:hover {
  background-color: #00aaee;
  color: #fff;
}

.page-control {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin: 1rem 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline-block;
  margin-left: 10px;
}
.pagination > li > a, .pagination > li > span {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 3px !important;
  color: #505050 !important;
  background-color: #fff !important;
  border: 1px solid #EFEFEF !important;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #00aaee !important;
  background-color: #f2f2f2 !important;
  border-color: #EFEFEF !important;
  cursor: pointer;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #505050 !important;
  background-color: #fff !important;
  border-color: #EFEFEF !important;
  cursor: not-allowed;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #fff !important;
  background-color: #00aaee !important;
  border-color: #00aaee !important;
  cursor: default;
}

/*友情链接*/
.friend-link {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.friend-link ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.friend-link ul li {
  float: left;
  margin: 0 10px;
}

.friend-link-request .form-control::placeholder {
  color: #c5c8ce;
}

.footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.message {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  text-align: center;
}

.message-warp {
  padding: 8px;
  text-align: center;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.message-warp:first-child {
  margin-top: -8px;
}

.message-content {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}

.message .ion-ios-checkmark-circle {
  color: #19be6b;
}

.message .ion-ios-close-circle {
  color: #ed4014;
}

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