@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif;
  background-color: #fff;
  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: #ca0000;
  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;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.header {
  height: 40px;
  margin-bottom: 15px;
  background-color: #000;
}
.header .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.header .h-logo {
  padding-right: 12px;
}
.header .h-logo .logo-link {
  color: #fff;
  font-weight: 800;
  line-height: 40px;
}
.header .h-logo .logo-link .logo-img {
  height: 100%;
}
.header .h-nav-list {
  padding: 0;
  margin: 0;
}
.header .h-nav-list .nav-item {
  display: inline-block;
  position: relative;
}
.header .h-nav-list .nav-item .nav-item-link {
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  color: #fff;
  font-weight: 800;
  line-height: 40px;
}
.header .h-nav-list .nav-item .nav-item-link.active, .header .h-nav-list .nav-item .nav-item-link:hover {
  background-color: #ca0000;
  color: #fff;
}
.header .h-search {
  margin-left: auto;
  flex: 0 0 40px;
  text-align: center;
  margin-left: 20px;
}
.header .h-search img {
  height: 16px;
}
.header .h-search .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.header .h-search .search-form input {
  padding: 0 5px;
  width: 170px;
  height: 32px;
  outline: 0;
  border: 1px solid #ebebeb;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background: #fff;
  background-image: none;
  color: #555;
  font-size: 14px;
  line-height: 32px;
  box-shadow: none !important;
}
.header .h-search .search-form input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #dfe3e9;
  outline: 0;
}
.header .h-search .btn-search {
  position: relative;
  z-index: 1;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ebebeb;
  border-radius: 0 3px 3px 0;
  outline: 0;
  background: #fff;
  color: #06f;
  line-height: 34px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .header .h-logo {
    padding-left: 12px;
  }
  .header .h-nav-list {
    overflow: hidden;
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .header .h-search {
    display: none;
  }
}
/*搜索页面*/
.search-frame.search-form {
  display: flex;
}
.search-frame.search-form .search-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #dfe3e9;
  box-shadow: none !important;
  border-radius: 3px 0 0 3px;
}
.search-frame.search-form .search-input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #dfe3e9;
  outline: 0;
}
.search-frame.search-form .search-btn {
  color: #fff;
  background-color: #ca0000;
  border: 0;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.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: #ca0000;
}
.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;
  }
}
.item-img__list .item-img__link {
  display: block;
  overflow: hidden;
}
.item-img__list .item-img__img {
  height: 215px;
  width: 100%;
}
.item-img__list .item-img__title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  text-decoration: none;
}
.item-img__list .description {
  font-size: 14px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*内容*/
.detail-box {
  margin-bottom: 15px;
}
.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;
  overflow-wrap: break-word;
}

.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 {
  position: relative;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.text-list .list-item .item-link {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.text-list .list-item .item-link:hover {
  text-decoration: underline;
}
.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 {
  margin-bottom: 15px;
}
.panel-box .panel-box-heading {
  height: 44px;
  border-top: 2px solid rgb(202, 0, 0);
  border-bottom: 1px solid rgb(238, 238, 238);
}
.panel-box .panel-box-heading .title {
  display: inline-block;
  font-size: 22px;
  line-height: 42px;
  color: rgb(202, 0, 0);
}
.panel-box .panel-box-heading .title a {
  color: #ca0000;
}
.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-top: 10px;
  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: 5px;
  margin-bottom: 5px;
}
.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: #ca0000 !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: #ca0000 !important;
  border-color: #ca0000 !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 */
