@charset "UTF-8";
/* 页面初始化 */
body {
  background: #fff;
  color: #505050;
  font-size: 14px;
  font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}

a {
  color: #505050;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

/*禁用了文本的拖拉，尤其在谷歌下*/
textarea {
  resize: none;
}

input::-webkit-input-placeholder {
  color: #a0a0a0;
}

input::-moz-placeholder {
  color: #a0a0a0;
}

input:-ms-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* 去掉记住密码淡黄色底色 */
input:-webkit-autofill {
  background-color: rgb(250, 255, 189);
  background-image: none;
  color: rgb(0, 0, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.btn-default,
.btn-default:focus {
  background-color: buttonface;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.mw-auto {
  width: auto !important;
}

.w-unset {
  width: unset !important;
}

.h-unset {
  height: unset !important;
}

.mw-unset {
  width: unset !important;
}

.w-5 {
  width: 5% !important;
}

.mw-5 {
  max-width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.mw-10 {
  max-width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.mw-15 {
  max-width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.mw-20 {
  max-width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.mw-25 {
  max-width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.mw-30 {
  max-width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.mw-35 {
  max-width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.mw-40 {
  max-width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.mw-45 {
  max-width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.mw-55 {
  max-width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.mw-60 {
  max-width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.mw-65 {
  max-width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.mw-70 {
  max-width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.mw-80 {
  max-width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.mw-85 {
  max-width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.mw-90 {
  max-width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.mw-95 {
  max-width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.rounded-d0 {
  border-radius: 0rem !important;
}

.rounded-d1 {
  border-radius: 0.1rem !important;
}

.rounded-d2 {
  border-radius: 0.2rem !important;
}

.rounded-d3 {
  border-radius: 0.3rem !important;
}

.rounded-d4 {
  border-radius: 0.4rem !important;
}

.rounded-d5 {
  border-radius: 0.5rem !important;
}

.rounded-d6 {
  border-radius: 0.6rem !important;
}

.rounded-d7 {
  border-radius: 0.7rem !important;
}

.rounded-d8 {
  border-radius: 0.8rem !important;
}

.rounded-d9 {
  border-radius: 0.9rem !important;
}

.rounded-0 {
  border-radius: 0rem !important;
}

.rounded-1 {
  border-radius: 1rem !important;
}

.rounded-2 {
  border-radius: 2rem !important;
}

.rounded-3 {
  border-radius: 3rem !important;
}

.rounded-4 {
  border-radius: 4rem !important;
}

.rounded-5 {
  border-radius: 5rem !important;
}

/*为了使文本段落左右两边对齐*/
/* p { text-align: justify; text-justify: distribute; } */
.clearfloat:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfloat {
  *zoom: 1;
}

.mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.blue {
  color: #29acf0;
}

.red {
  color: #dd151b;
}

.main {
  margin: 0 auto;
}

.margin-top {
  margin-top: 30px;
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* a:hover { color: #29acf0 !important; } */
.rslides-item img:hover, .news-list-box img:hover {
  transform: scale(1.1);
}

.italic {
  font-style: italic;
}

.pagination {
  justify-content: center;
  margin-top: 1rem;
}

body.page-index,
body.page-list {
  background-color: #F5F6FA;
}

.dim {
  display: flex;
  flex-flow: row nowrap;
}
.dim .dim-name {
  padding: 0.5rem 1.5rem;
}
@media (max-width: 767.98px) {
  .dim {
    overflow: auto;
  }
  .dim .dim-name {
    display: none;
  }
  .dim .nav.nav-catalog {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

ul.nav.nav-catalog li.nav-item .nav-link {
  color: #666;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 767.98px) {
  ul.nav.nav-catalog li.nav-item .nav-link {
    padding: 0.3rem 1rem;
  }
}
ul.nav.nav-catalog li.nav-item .active {
  background-color: #5693EA;
  color: #FEFEFE;
}

@media (max-width: 767.98px) {
  .pagebar ul.pagination li.page-item.hidden-xs {
    display: none !important;
  }
}

.b-1,
.b-top-1 {
  border-top: 1px solid #E9ECF2;
}

.b-1,
.b-bottom-1 {
  border-bottom: 1px solid #E9ECF2;
}

.b-1,
.b-start-1 {
  border-left: 1px solid #E9ECF2;
}

.b-1,
.b-end-1 {
  border-right: 1px solid #E9ECF2;
}

/******************** 头部-最顶部 begin ********************/
.topnav {
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}

.topnav .logininfo .logined {
  margin-left: auto;
  position: relative;
}

.topnav .logininfo .logined .member-span-logined1 {
  padding-left: 30px;
}

.topnav .logininfo .member-span-logined .useravatar {
  max-width: 32px;
}

.topnav .dropdown > a {
  font-size: 18px;
  padding: 0;
  margin-right: 10px;
  color: #777;
}

.topnav .dropdown-menu {
  top: 50px !important;
  transform: none !important;
}

.topnav .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
}

.topnav .card-header {
  width: 34px;
  height: 34px;
  display: inline-block;
  padding: 0;
  margin-top: 8px;
  float: right;
  margin-left: 15px;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 4px;
}

.topnav .card-header button {
  padding: 4px 5px;
}

.topnav .navbar-brand > a.vogel > img {
  margin-top: -1px;
  margin-bottom: -1px;
  max-height: 26px;
}

.dropdown-menu {
  overflow: hidden;
}

.search1.input-group {
  margin-bottom: 15px;
}

.search1.input-group input {
  height: 34px;
}

.search1.input-group .input-group-append {
  border: 1px solid #ccc;
  background: #eee;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search1.input-group button {
  border: 0;
  padding: 0 8px;
}

.search1.input-group button img {
  width: 18px;
}

.topnav .navbar-search {
  padding: 15px 15px 0px;
}

.navbar-collapse > .navbar-search {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 300px;
}

.navbar-collapse > .navbar-search .input-group {
  width: 100%;
}

@media (max-width: 575.98px) {
  .topnav .logininfo {
    text-align: left;
  }
  .topnav .logininfo li {
    display: block;
    margin-left: 15px;
    width: 100%;
  }
  .topnav .navbar-collapse {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 767.98px) {
  .topnav .logininfo .logined {
    width: 100%;
  }
  .topnav .logininfo .logined .member-span-logined1 {
    display: block;
    text-align: left;
    padding-left: 0px;
  }
}
/* 头部导航 */
.seize {
  height: 50px;
}

@media (max-width: 767.98px) {
  .seize {
    height: 58px;
  }
}
/******************** 头部-最顶部 end ********************/
/******************** 页脚 begin ********************/
.footer {
  text-align: center;
  padding: 15px 0;
}

.footer .navbox {
  background: #418bca;
}

.footer .navbox a {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  line-height: 30px;
}

.footer .navbox a:hover {
  color: #fff;
}

.footer .intro {
  margin: 15px 0;
}

.footer .intro p {
  display: inline-block;
}

.footer .intro img {
  margin-right: 10px;
}

.footer .intro a {
  color: #337ab7;
}

/******************** 页脚 end ********************/
.file-icon {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 2px center;
  background-image: url(../images/filetype/unknown.gif);
}

.file-icon-asp {
  background-image: url(../images/filetype/asp.gif);
}

.file-icon-aspx {
  background-image: url(../images/filetype/aspx.gif);
}

.file-icon-avi {
  background-image: url(../images/filetype/avi.gif);
}

.file-icon-bmp {
  background-image: url(../images/filetype/bmp.gif);
}

.file-icon-chm {
  background-image: url(../images/filetype/chm.gif);
}

.file-icon-doc {
  background-image: url(../images/filetype/doc.gif);
}

.file-icon-docx {
  background-image: url(../images/filetype/docx.gif);
}

.file-icon-exe {
  background-image: url(../images/filetype/exe.gif);
}

.file-icon-fla {
  background-image: url(../images/filetype/fla.gif);
}

.file-icon-flv {
  background-image: url(../images/filetype/flv.gif);
}

.file-icon-gif {
  background-image: url(../images/filetype/gif.gif);
}

.file-icon-htm {
  background-image: url(../images/filetype/htm.gif);
}

.file-icon-html {
  background-image: url(../images/filetype/html.gif);
}

.file-icon-jar {
  background-image: url(../images/filetype/jar.gif);
}

.file-icon-jpg {
  background-image: url(../images/filetype/jpg.gif);
}

.file-icon-jpeg {
  background-image: url(../images/filetype/jpeg.gif);
}

.file-icon-js {
  background-image: url(../images/filetype/js.gif);
}

.file-icon-jsp {
  background-image: url(../images/filetype/jsp.gif);
}

.file-icon-mdb {
  background-image: url(../images/filetype/mdb.gif);
}

.file-icon-mov {
  background-image: url(../images/filetype/mov.gif);
}

.file-icon-mp3 {
  background-image: url(../images/filetype/mp3.gif);
}

.file-icon-mp4 {
  background-image: url(../images/filetype/mp4.gif);
}

.file-icon-mv {
  background-image: url(../images/filetype/mv.gif);
}

.file-icon-pdf {
  background-image: url(../images/filetype/pdf.gif);
}

.file-icon-php {
  background-image: url(../images/filetype/php.gif);
}

.file-icon-png {
  background-image: url(../images/filetype/png.gif);
}

.file-icon-ppt {
  background-image: url(../images/filetype/ppt.gif);
}

.file-icon-pptx {
  background-image: url(../images/filetype/pptx.gif);
}

.file-icon-psd {
  background-image: url(../images/filetype/psd.gif);
}

.file-icon-rar {
  background-image: url(../images/filetype/rar.gif);
}

.file-icon-rm {
  background-image: url(../images/filetype/rm.gif);
}

.file-icon-shtml {
  background-image: url(../images/filetype/shtml.gif);
}

.file-icon-swf {
  background-image: url(../images/filetype/swf.gif);
}

.file-icon-txt {
  background-image: url(../images/filetype/txt.gif);
}

.file-icon-wmp {
  background-image: url(../images/filetype/wmp.gif);
}

.file-icon-wmv {
  background-image: url(../images/filetype/wmv.gif);
}

.file-icon-xls {
  background-image: url(../images/filetype/xls.gif);
}

.file-icon-xlsx {
  background-image: url(../images/filetype/xlsx.gif);
}

.file-icon-zip {
  background-image: url(../images/filetype/zip.gif);
}

/******************** MessageBox BEGIN ********************/
@keyframes mb-loading {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.mb-outer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.125);
}
.mb-outer .mb-dialog {
  width: calc(100% - 30px);
  max-width: 470px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;
  left: 0px;
  top: 0px;
  overflow: hidden !important;
  border-radius: 0.25rem;
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  /* status bar */
  /* loading */
}
.mb-outer .mb-dialog .mb-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  background-color: #ffffff;
  text-align: center;
  color: #777777;
}
.mb-outer .mb-dialog .mb-content .mb-header {
  width: 100%;
  display: flex;
  display: -ms-flex;
  text-align: left;
  color: #333333;
  line-height: 31px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #fefefe;
  background-image: linear-gradient(to bottom, #fefefe, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFEFEFE",endColorstr="#FFF5F5F5",GradientType=0);
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.mb-outer .mb-dialog .mb-content .mb-header.dragmove {
  cursor: move;
}
.mb-outer .mb-dialog .mb-content .mb-header .mb-close {
  margin-left: auto;
}
.mb-outer .mb-dialog .mb-content .mb-body {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  max-height: calc(100vh - 30px);
  overflow: hidden auto;
}
.mb-outer .mb-dialog .mb-content .mb-body .form-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}
.mb-outer .mb-dialog .mb-content .mb-body .mb-iframe {
  width: 100%;
  height: 100%;
  min-height: 100px;
}
.mb-outer .mb-dialog .mb-content .mb-footer {
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px 0px;
  text-align: center;
  border-top: 1px solid #eeeeee;
}
.mb-outer .mb-dialog .mb-content .mb-footer button.btn + button.btn {
  margin-left: 15px;
}
.mb-outer .mb-dialog .mb-content .mb-close .mb-btn-close {
  display: block;
  width: 31px;
  height: 31px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}
.mb-outer .mb-dialog .mb-content > .mb-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 576px) {
  .mb-outer .mb-dialog.mb-sm {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .mb-outer .mb-dialog.mb-popwindow, .mb-outer .mb-dialog.mb-md, .mb-outer .mb-dialog.mb-lg, .mb-outer .mb-dialog.mb-xl, .mb-outer .mb-dialog.mb-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .mb-outer .mb-dialog.mb-lg, .mb-outer .mb-dialog.mb-xl, .mb-outer .mb-dialog.mb-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .mb-outer .mb-dialog.mb-xl {
    max-width: 1140px;
  }
  .mb-outer .mb-dialog.mb-fluid {
    max-width: unset;
  }
}
.mb-outer .mb-dialog.mb-alert > .mb-content > .mb-body, .mb-outer .mb-dialog.mb-confirm > .mb-content > .mb-body, .mb-outer .mb-dialog.mb-prompt > .mb-content > .mb-body {
  text-align: center;
}
.mb-outer .mb-dialog.mb-prompt > .mb-content > .mb-body .prompt-info {
  text-align: justify;
}
.mb-outer .mb-dialog.mb-warning .mb-content .mb-header {
  color: #8a6d3b;
}
.mb-outer .mb-dialog.mb-warning .mb-content .mb-body {
  color: #8a6d3b;
}
.mb-outer .mb-dialog.mb-error .mb-content .mb-header {
  color: #a94442;
}
.mb-outer .mb-dialog.mb-error .mb-content .mb-body {
  color: #a94442;
}
.mb-outer .mb-dialog.mb-status {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  align-items: center;
  justify-content: center;
}
.mb-outer .mb-dialog.mb-status .mb-content .mb-body {
  z-index: 10001;
  position: relative;
  right: 0px;
  top: 0px;
  background-color: transparent;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body {
  background-color: transparent;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body div {
  position: absolute;
  background-color: #666;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body div:nth-child(1) {
  top: 25px;
  left: 0;
  animation: mb-loading 1s 0s infinite linear;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  animation: mb-loading 1s 0.12s infinite linear;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body div:nth-child(3) {
  top: 0;
  left: 25px;
  animation: mb-loading 1s 0.24s infinite linear;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  animation: mb-loading 1s 0.36s infinite linear;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body div:nth-child(5) {
  top: -25px;
  left: 0;
  animation: mb-loading 1s 0.48s infinite linear;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  animation: mb-loading 1s 0.6s infinite linear;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body div:nth-child(7) {
  top: 0;
  left: -25px;
  animation: mb-loading 1s 0.72s infinite linear;
}
.mb-outer .mb-dialog.mb-loading .mb-content .mb-body div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  animation: mb-loading 1s 0.84s infinite linear;
}
.mb-outer.mb-status .mb-dialog, .mb-outer.mb-loading .mb-dialog {
  width: unset;
  border: none;
  background-color: transparent;
  border-radius: unset;
  box-shadow: unset;
}

/******************** MessageBox END ********************/
/******************** 弹出框登录 BEGIN ********************/
.dialog-login-container .header {
  text-align: center;
  position: relative;
}

.dialog-login-container .header:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  z-index: 1;
}

.dialog-login-container .header > strong {
  font-weight: bold;
  position: relative;
  z-index: 10;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
}

.dialog-login-container .login-type a.active {
  font-size: 1rem;
  color: #007bff;
}

.dialog-login-container ul.third-parties {
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.dialog-login-container ul.third-parties > li.party-item {
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
}

.dialog-login-container ul.third-parties > li.party-item > a.party-link {
  display: block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dialog-login-container ul.third-parties > li.party-item > a.party-link.Wechat {
  background-image: url("../images/wechat.png");
}

.dialog-login-container .captcha-outer {
  display: none;
}

.dialog-login-container .captcha-outer.active {
  position: absolute;
  width: 100%;
  height: calc(100% - 55px);
  display: flex;
  background-color: #fff;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  margin-top: 55px;
}

.dialog-login-container .form-login .title {
  text-align: center;
}

.dialog-login-container .form-login .wechat-qrcode {
  width: 200px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.dialog-login-container .form-login .wechat-qrcode img {
  max-width: 100%;
}

.dialog-login-container .form-login .wechat-qrcode .error-note {
  display: none;
}

.dialog-login-container .form-login .wechat-qrcode.error {
  position: relative;
}

.dialog-login-container .form-login .wechat-qrcode.error .error-note {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  color: white;
  padding: 15px;
  text-align: center;
  align-items: center;
  font-weight: 900;
  cursor: pointer;
}

.dialog-login-container .form-login .nc-container {
  width: 100%;
}

.dialog-login-container .form-login .nc-container .nc_scale {
  height: 44px;
  border-radius: 6px;
}

.dialog-login-container .form-login .nc-container #nc_1_wrapper,
.dialog-login-container .form-login .nc-container.tb-login #nc_1_wrapper {
  width: 100% !important;
}

.dialog-login-container .form-login .nc-container .nc_scale .nc_bg,
.dialog-login-container .form-login .nc-container .nc_scale .btn_slide:not([style]),
.dialog-login-container .form-login .nc-container .nc_scale .btn_slide[style="left: 0px;"] {
  border-radius: 6px 0 0 6px;
}

.dialog-login-container .form-login .nc-container .nc_scale .btn_ok {
  border-radius: 0 6px 6px 0;
  line-height: 44px !important;
}

.dialog-login-container .form-login .nc-container .nc_scale .btn_slide, .nc-container .nc_scale .btn_ok {
  width: 52px !important;
  height: 44px !important;
  line-height: 44px !important;
}

.dialog-login-container .form-login .nc-container .nc_scale .scale_text {
  line-height: 44px !important;
}

.dialog-login-container ul.another {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.dialog-login-container ul.another > li > a:link,
.dialog-login-container ul.another > li > a:visited {
  display: block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dialog-login-container ul.another > li > a + a {
  margin-left: 10px;
}

.dialog-login-container ul.another > li > a.Wechat {
  background-image: url("https://sso.jgvogel.cn/theme/vogel/images/wechat.png");
}

/******************** 弹出框登录 end ********************/
/******************** 公共弹框 BEGIN ********************/
.alert-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  top: 0;
  left: 0;
}

.alert-box .alert-content {
  width: 330px;
  height: 175px;
  background: #fff;
  border-radius: 7px;
  top: 50%;
  bottom: 50%;
  right: 50%;
  left: 50%;
  margin-left: -165px;
  margin-top: -80px;
  position: absolute;
}

.alert-box .alert-content .alert-header {
  border-bottom: 1px solid rgba(228, 228, 228, 0.57);
  position: relative;
  padding: 5px 10px;
  height: 37px;
  width: 100%;
}

.alert-box .alert-content .alert-header button {
  opacity: 1;
  font-weight: normal;
  position: absolute;
  top: 5px;
  right: 15px;
}

.alert-box .alert-content .alert-header button span {
  color: #666;
}

.alert-box .alert-content .alert-title {
  margin: 0;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #6d6d6d;
  padding-left: 15px;
}

.alert-box .alert-content .alert-body {
  padding: 28px 0px 25px;
  text-align: center;
  color: #333;
  font-size: 16px;
}

.alert-box .alert-content .alert-body p {
  margin: 0;
}

.alert-box .alert-content .alert-body a {
  margin: 0 8px;
  color: #e57801;
}

.alert-box .alert-content .alert-footer {
  margin-top: 10px;
}

.alert-box .alert-content .alert-footer .certain {
  background: #e57801;
  cursor: pointer;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 7px;
  margin: 0 auto;
}

/******************** 公共弹框 END ********************/
/********** 广告块 begin **********/
.advblock::before, .advblock::after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
}
.advblock img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.advblock div[id^=ZCMSAP_] {
  margin: 0 -5px;
  display: flex !important;
  flex-wrap: wrap;
}
.advblock div[id^=ZCMSAP_]::before, .advblock div[id^=ZCMSAP_]::after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
}
.advblock div[id^=ZCMSAP_] > li {
  margin-bottom: 15px;
}
.advblock div[id^=ZCMSAP_] > li a {
  display: block;
}
.advblock.list-adv div[id^=ZCMSAP_] > li {
  position: relative;
  width: 100%;
  padding: 0 5px;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
.advblock.list-adv-1 div[id^=ZCMSAP_] > li {
  flex: 0 0 100%;
  max-width: 100%;
}
.advblock.list-adv-2 div[id^=ZCMSAP_] > li {
  flex: 0 0 50%;
  max-width: 50%;
}
.advblock.list-adv-3 div[id^=ZCMSAP_] > li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.advblock.list-adv-4 div[id^=ZCMSAP_] > li {
  flex: 0 0 25%;
  max-width: 25%;
}
.advblock.list-adv-5 div[id^=ZCMSAP_] > li {
  flex: 0 0 20%;
  max-width: 20%;
}
.advblock.list-adv-6 div[id^=ZCMSAP_] > li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.advblock.list-adv-7 div[id^=ZCMSAP_] > li {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.advblock.list-adv-8 div[id^=ZCMSAP_] > li {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.advblock.list-adv-9 div[id^=ZCMSAP_] > li {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}
.advblock.list-adv-10 div[id^=ZCMSAP_] > li {
  flex: 0 0 10%;
  max-width: 10%;
}
.advblock.list-adv-11 div[id^=ZCMSAP_] > li {
  flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}
.advblock.list-adv-12 div[id^=ZCMSAP_] > li {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
@media (max-width: 767.98px) {
  .advblock.list-adv-5 div[id^=ZCMSAP_] > li {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .advblock.list-adv-6 div[id^=ZCMSAP_] > li {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .advblock.list-adv-7 div[id^=ZCMSAP_] > li {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .advblock.list-adv-8 div[id^=ZCMSAP_] > li {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .advblock.list-adv-9 div[id^=ZCMSAP_] > li {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .advblock.list-adv-10 div[id^=ZCMSAP_] > li {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .advblock.list-adv-11 div[id^=ZCMSAP_] > li {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .advblock.list-adv-12 div[id^=ZCMSAP_] > li {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

/********** 广告块 end **********/
/********** 面包屑导航 begin **********/
.breadcrumb > li + li:before {
  content: " / ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb {
  padding: 8px 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: none;
  margin-bottom: 0px;
}

.breadcrumb a {
  color: #337ab7;
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #23527c;
  text-decoration: underline;
}

.breadcrumb .active {
  color: #777;
  font-size: 14px;
}

/********** 面包屑导航 end **********/
/******************** 文章列表 begin ********************/
/********** 图片列表公共部分 BEGIN **********/
.share-block {
  margin-bottom: 15px;
}
.share-block::before, .share-block::after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
}
.share-block .share-header {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #216baa;
  line-height: 20px;
}
.share-block .share-header .title {
  display: block;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: normal;
}
.share-block .share-header .more,
.share-block .share-header a.more:link,
.share-block .share-header a.more:visited {
  display: block;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  vertical-align: middle;
  margin-left: auto;
  line-height: 225%;
}
.share-block .share-header .more.icon,
.share-block .share-header a.more:link.icon,
.share-block .share-header a.more:visited.icon {
  margin-top: 8px;
  width: 16px;
  height: 16px;
  background: url("../images/more.png") no-repeat center center;
  text-indent: -99999px;
}
.share-block .share-header.skin01 {
  padding: 0;
  border-bottom: 2px solid #ccc;
}
.share-block .share-header.skin01 .title {
  border-bottom: 2px solid #216baa;
  margin-bottom: -2px;
}
.share-block .share-header.skin01.skin01-b1 {
  border-bottom-width: 1px;
}
.share-block .share-header.skin01.skin01-b1 .title {
  border-bottom-width: 1px;
  margin-bottom: -1px;
}
.share-block .share-header.skin01.skin01-b3 {
  border-bottom-width: 3px;
}
.share-block .share-header.skin01.skin01-b3 .title {
  border-bottom-width: 3px;
  margin-bottom: -3px;
}
.share-block .share-header.skin02 {
  padding: 0;
}
.share-block .share-header.skin02 .title {
  background-color: #216baa;
  color: white;
}
.share-block .share-header.skin03 {
  padding: 0;
  justify-content: center;
  border-top: 2px solid #216baa;
  border-bottom: 1px solid #eee;
  position: relative;
}
.share-block .share-header.skin03 .title {
  width: 100%;
  padding: 0;
  line-height: 250%;
  text-align: center;
}
.share-block .share-header.skin03 .title a:link,
.share-block .share-header.skin03 .title a:visited,
.share-block .share-header.skin03 .title a:hover,
.share-block .share-header.skin03 .title a:active {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
}
.share-block .share-header.skin03 a.more:link,
.share-block .share-header.skin03 a.more:visited {
  margin-top: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
}
.share-block ul.data-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
}
.share-block ul.data-list.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.share-block ul.data-list.row li.data-item.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.share-block ul.data-list.row li.data-item.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.share-block ul.data-list.row li.data-item.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.share-block ul.data-list.row li.data-item.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.share-block ul.data-list.row li.data-item.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.share-block ul.data-list.row li.data-item.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.share-block ul.data-list.row li.data-item.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.share-block ul.data-list.row li.data-item.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.share-block ul.data-list.row li.data-item.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.share-block ul.data-list.row li.data-item.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.share-block ul.data-list.row li.data-item.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.share-block ul.data-list.row li.data-item.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .share-block ul.data-list.row li.data-item.col-sm-1,
  .share-block ul.data-list.row li.data-item.col-md-1,
  .share-block ul.data-list.row li.data-item.col-lg-1,
  .share-block ul.data-list.row li.data-item.col-xl-1,
  .share-block ul.data-list.row li.data-item.col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-2,
  .share-block ul.data-list.row li.data-item.col-md-2,
  .share-block ul.data-list.row li.data-item.col-lg-2,
  .share-block ul.data-list.row li.data-item.col-xl-2,
  .share-block ul.data-list.row li.data-item.col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-3,
  .share-block ul.data-list.row li.data-item.col-md-3,
  .share-block ul.data-list.row li.data-item.col-lg-3,
  .share-block ul.data-list.row li.data-item.col-xl-3,
  .share-block ul.data-list.row li.data-item.col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-4,
  .share-block ul.data-list.row li.data-item.col-md-4,
  .share-block ul.data-list.row li.data-item.col-lg-4,
  .share-block ul.data-list.row li.data-item.col-xl-4,
  .share-block ul.data-list.row li.data-item.col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-5,
  .share-block ul.data-list.row li.data-item.col-md-5,
  .share-block ul.data-list.row li.data-item.col-lg-5,
  .share-block ul.data-list.row li.data-item.col-xl-5,
  .share-block ul.data-list.row li.data-item.col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-6,
  .share-block ul.data-list.row li.data-item.col-md-6,
  .share-block ul.data-list.row li.data-item.col-lg-6,
  .share-block ul.data-list.row li.data-item.col-xl-6,
  .share-block ul.data-list.row li.data-item.col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-7,
  .share-block ul.data-list.row li.data-item.col-md-7,
  .share-block ul.data-list.row li.data-item.col-lg-7,
  .share-block ul.data-list.row li.data-item.col-xl-7,
  .share-block ul.data-list.row li.data-item.col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-8,
  .share-block ul.data-list.row li.data-item.col-md-8,
  .share-block ul.data-list.row li.data-item.col-lg-8,
  .share-block ul.data-list.row li.data-item.col-xl-8,
  .share-block ul.data-list.row li.data-item.col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-9,
  .share-block ul.data-list.row li.data-item.col-md-9,
  .share-block ul.data-list.row li.data-item.col-lg-9,
  .share-block ul.data-list.row li.data-item.col-xl-9,
  .share-block ul.data-list.row li.data-item.col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-10,
  .share-block ul.data-list.row li.data-item.col-md-10,
  .share-block ul.data-list.row li.data-item.col-lg-10,
  .share-block ul.data-list.row li.data-item.col-xl-10,
  .share-block ul.data-list.row li.data-item.col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-11,
  .share-block ul.data-list.row li.data-item.col-md-11,
  .share-block ul.data-list.row li.data-item.col-lg-11,
  .share-block ul.data-list.row li.data-item.col-xl-11,
  .share-block ul.data-list.row li.data-item.col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-sm-12,
  .share-block ul.data-list.row li.data-item.col-md-12,
  .share-block ul.data-list.row li.data-item.col-lg-12,
  .share-block ul.data-list.row li.data-item.col-xl-12,
  .share-block ul.data-list.row li.data-item.col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .share-block ul.data-list.row li.data-item.col-md-1,
  .share-block ul.data-list.row li.data-item.col-lg-1,
  .share-block ul.data-list.row li.data-item.col-xl-1,
  .share-block ul.data-list.row li.data-item.col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-md-2,
  .share-block ul.data-list.row li.data-item.col-lg-2,
  .share-block ul.data-list.row li.data-item.col-xl-2,
  .share-block ul.data-list.row li.data-item.col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-md-3,
  .share-block ul.data-list.row li.data-item.col-lg-3,
  .share-block ul.data-list.row li.data-item.col-xl-3,
  .share-block ul.data-list.row li.data-item.col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.row li.data-item.col-md-4,
  .share-block ul.data-list.row li.data-item.col-lg-4,
  .share-block ul.data-list.row li.data-item.col-xl-4,
  .share-block ul.data-list.row li.data-item.col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-md-5,
  .share-block ul.data-list.row li.data-item.col-lg-5,
  .share-block ul.data-list.row li.data-item.col-xl-5,
  .share-block ul.data-list.row li.data-item.col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-md-6,
  .share-block ul.data-list.row li.data-item.col-lg-6,
  .share-block ul.data-list.row li.data-item.col-xl-6,
  .share-block ul.data-list.row li.data-item.col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.row li.data-item.col-md-7,
  .share-block ul.data-list.row li.data-item.col-lg-7,
  .share-block ul.data-list.row li.data-item.col-xl-7,
  .share-block ul.data-list.row li.data-item.col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-md-8,
  .share-block ul.data-list.row li.data-item.col-lg-8,
  .share-block ul.data-list.row li.data-item.col-xl-8,
  .share-block ul.data-list.row li.data-item.col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-md-9,
  .share-block ul.data-list.row li.data-item.col-lg-9,
  .share-block ul.data-list.row li.data-item.col-xl-9,
  .share-block ul.data-list.row li.data-item.col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .share-block ul.data-list.row li.data-item.col-md-10,
  .share-block ul.data-list.row li.data-item.col-lg-10,
  .share-block ul.data-list.row li.data-item.col-xl-10,
  .share-block ul.data-list.row li.data-item.col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-md-11,
  .share-block ul.data-list.row li.data-item.col-lg-11,
  .share-block ul.data-list.row li.data-item.col-xl-11,
  .share-block ul.data-list.row li.data-item.col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-md-12,
  .share-block ul.data-list.row li.data-item.col-lg-12,
  .share-block ul.data-list.row li.data-item.col-xl-12,
  .share-block ul.data-list.row li.data-item.col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .share-block ul.data-list.row li.data-item.col-lg-1,
  .share-block ul.data-list.row li.data-item.col-xl-1,
  .share-block ul.data-list.row li.data-item.col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-2,
  .share-block ul.data-list.row li.data-item.col-xl-2,
  .share-block ul.data-list.row li.data-item.col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-3,
  .share-block ul.data-list.row li.data-item.col-xl-3,
  .share-block ul.data-list.row li.data-item.col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-4,
  .share-block ul.data-list.row li.data-item.col-xl-4,
  .share-block ul.data-list.row li.data-item.col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-5,
  .share-block ul.data-list.row li.data-item.col-xl-5,
  .share-block ul.data-list.row li.data-item.col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-6,
  .share-block ul.data-list.row li.data-item.col-xl-6,
  .share-block ul.data-list.row li.data-item.col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-7,
  .share-block ul.data-list.row li.data-item.col-xl-7,
  .share-block ul.data-list.row li.data-item.col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-8,
  .share-block ul.data-list.row li.data-item.col-xl-8,
  .share-block ul.data-list.row li.data-item.col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-9,
  .share-block ul.data-list.row li.data-item.col-xl-9,
  .share-block ul.data-list.row li.data-item.col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-10,
  .share-block ul.data-list.row li.data-item.col-xl-10,
  .share-block ul.data-list.row li.data-item.col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-11,
  .share-block ul.data-list.row li.data-item.col-xl-11,
  .share-block ul.data-list.row li.data-item.col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-lg-12,
  .share-block ul.data-list.row li.data-item.col-xl-12,
  .share-block ul.data-list.row li.data-item.col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .share-block ul.data-list.row li.data-item.col-xl-1,
  .share-block ul.data-list.row li.data-item.col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-2,
  .share-block ul.data-list.row li.data-item.col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-3,
  .share-block ul.data-list.row li.data-item.col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-4,
  .share-block ul.data-list.row li.data-item.col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-5,
  .share-block ul.data-list.row li.data-item.col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-6,
  .share-block ul.data-list.row li.data-item.col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-7,
  .share-block ul.data-list.row li.data-item.col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-8,
  .share-block ul.data-list.row li.data-item.col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-9,
  .share-block ul.data-list.row li.data-item.col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-10,
  .share-block ul.data-list.row li.data-item.col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-11,
  .share-block ul.data-list.row li.data-item.col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-xl-12,
  .share-block ul.data-list.row li.data-item.col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .share-block ul.data-list.row li.data-item.col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .share-block ul.data-list.row li.data-item.col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.share-block ul.data-list.data-row {
  --dl-gutter-x:var(--bs-gutter-x,1.5rem);
  --dl-gutter-y:var(--bs-gutter-x,0);
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--dl-gutter-x));
  margin-right: calc(-0.5 * var(--dl-gutter-x));
}
.share-block ul.data-list.data-row li.data-item {
  padding-left: calc(0.5 * var(--dl-gutter-x));
  padding-right: calc(0.5 * var(--dl-gutter-x));
}
.share-block ul.data-list.data-row.data-row-cols-1 li.data-item {
  flex: 0 0 auto;
  width: 100%;
}
.share-block ul.data-list.data-row.data-row-cols-2 li.data-item {
  flex: 0 0 auto;
  width: 50%;
}
.share-block ul.data-list.data-row.data-row-cols-3 li.data-item {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.share-block ul.data-list.data-row.data-row-cols-4 li.data-item {
  flex: 0 0 auto;
  width: 25%;
}
.share-block ul.data-list.data-row.data-row-cols-5 li.data-item {
  flex: 0 0 auto;
  width: 20%;
}
.share-block ul.data-list.data-row.data-row-cols-6 li.data-item {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.share-block ul.data-list.data-row.data-row-cols-7 li.data-item {
  flex: 0 0 auto;
  width: 14.2857142857%;
}
.share-block ul.data-list.data-row.data-row-cols-8 li.data-item {
  flex: 0 0 auto;
  width: 12.5%;
}
.share-block ul.data-list.data-row.data-row-cols-9 li.data-item {
  flex: 0 0 auto;
  width: 11.1111111111%;
}
.share-block ul.data-list.data-row.data-row-cols-10 li.data-item {
  flex: 0 0 auto;
  width: 10%;
}
.share-block ul.data-list.data-row.data-row-cols-11 li.data-item {
  flex: 0 0 auto;
  width: 9.0909090909%;
}
.share-block ul.data-list.data-row.data-row-cols-12 li.data-item {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
@media (min-width: 576px) {
  .share-block ul.data-list.data-row.data-row-cols-sm-1 li.data-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-2 li.data-item {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-3 li.data-item {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-4 li.data-item {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-5 li.data-item {
    flex: 0 0 auto;
    width: 20%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-6 li.data-item {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-7 li.data-item {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-8 li.data-item {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-9 li.data-item {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-10 li.data-item {
    flex: 0 0 auto;
    width: 10%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-11 li.data-item {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .share-block ul.data-list.data-row.data-row-cols-sm-12 li.data-item {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .share-block ul.data-list.data-row.data-row-cols-md-1 li.data-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-2 li.data-item {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-3 li.data-item {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-4 li.data-item {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-5 li.data-item {
    flex: 0 0 auto;
    width: 20%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-6 li.data-item {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-7 li.data-item {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-8 li.data-item {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-9 li.data-item {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-10 li.data-item {
    flex: 0 0 auto;
    width: 10%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-11 li.data-item {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .share-block ul.data-list.data-row.data-row-cols-md-12 li.data-item {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .share-block ul.data-list.data-row.data-row-cols-lg-1 li.data-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-2 li.data-item {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-3 li.data-item {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-4 li.data-item {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-5 li.data-item {
    flex: 0 0 auto;
    width: 20%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-6 li.data-item {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-7 li.data-item {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-8 li.data-item {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-9 li.data-item {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-10 li.data-item {
    flex: 0 0 auto;
    width: 10%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-11 li.data-item {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .share-block ul.data-list.data-row.data-row-cols-lg-12 li.data-item {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .share-block ul.data-list.data-row.data-row-cols-xl-1 li.data-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-2 li.data-item {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-3 li.data-item {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-4 li.data-item {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-5 li.data-item {
    flex: 0 0 auto;
    width: 20%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-6 li.data-item {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-7 li.data-item {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-8 li.data-item {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-9 li.data-item {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-10 li.data-item {
    flex: 0 0 auto;
    width: 10%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-11 li.data-item {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xl-12 li.data-item {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 1400px) {
  .share-block ul.data-list.data-row.data-row-cols-xxl-1 li.data-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-2 li.data-item {
    flex: 0 0 auto;
    width: 50%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-3 li.data-item {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-4 li.data-item {
    flex: 0 0 auto;
    width: 25%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-5 li.data-item {
    flex: 0 0 auto;
    width: 20%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-6 li.data-item {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-7 li.data-item {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-8 li.data-item {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-9 li.data-item {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-10 li.data-item {
    flex: 0 0 auto;
    width: 10%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-11 li.data-item {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .share-block ul.data-list.data-row.data-row-cols-xxl-12 li.data-item {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .share-block ul.data-list .animate-scale img {
    transition: all 0.5s ease-in-out;
  }
  .share-block ul.data-list .animate-scale:hover img {
    transform: scale(1.1);
  }
}
.share-block ul.data-list li.data-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  padding: 15px 0;
  align-content: flex-start;
  width: 100%;
  /********** 标题遮罩 BEGIN **********/
  /********** 标题遮罩 END **********/
  /********** 视频列表 BEGIN **********/
  /********** 视频列表 END **********/
}
.share-block ul.data-list li.data-item a.image:link,
.share-block ul.data-list li.data-item a.image:visited {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.share-block ul.data-list li.data-item a.image img {
  width: 100%;
}
.share-block ul.data-list li.data-item a.image.img-border:link,
.share-block ul.data-list li.data-item a.image.img-border:visited {
  border: 1px solid #eee;
}
.share-block ul.data-list li.data-item a.img-border-radius:link,
.share-block ul.data-list li.data-item a.img-border-radius:visited {
  border: 1px solid #eee;
  padding: 3px;
  border-radius: 5px;
}
.share-block ul.data-list li.data-item .abstract,
.share-block ul.data-list li.data-item .summary,
.share-block ul.data-list li.data-item .abstract > a,
.share-block ul.data-list li.data-item .summary > a {
  color: #999;
}
.share-block ul.data-list li.data-item a.shorttopic:link,
.share-block ul.data-list li.data-item a.shorttopic:visited {
  display: block;
  position: absolute;
  top: 6px;
  left: -3px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
}
.share-block ul.data-list li.data-item h3,
.share-block ul.data-list li.data-item .title {
  margin-bottom: 0px;
  vertical-align: top;
  line-height: 1.1;
}
.share-block ul.data-list li.data-item h3 a:link,
.share-block ul.data-list li.data-item h3 a:visited,
.share-block ul.data-list li.data-item .title a:link,
.share-block ul.data-list li.data-item .title a:visited {
  color: #666;
  font-size: 18px;
  vertical-align: top;
}
.share-block ul.data-list li.data-item h3 a:hover,
.share-block ul.data-list li.data-item h3 a:active,
.share-block ul.data-list li.data-item .title a:hover,
.share-block ul.data-list li.data-item .title a:active {
  color: #216baa;
}
.share-block ul.data-list li.data-item h3 a + .time,
.share-block ul.data-list li.data-item .title a + .time {
  color: #999;
  font-size: 13px;
  white-space: nowrap;
}
.share-block ul.data-list li.data-item > h3,
.share-block ul.data-list li.data-item > .title {
  vertical-align: middle;
}
.share-block ul.data-list li.data-item > h3 a:link,
.share-block ul.data-list li.data-item > h3 a:visited,
.share-block ul.data-list li.data-item > .title a:link,
.share-block ul.data-list li.data-item > .title a:visited {
  color: #666;
  font-size: 16px;
  vertical-align: middle;
}
.share-block ul.data-list li.data-item > h3 a:hover,
.share-block ul.data-list li.data-item > h3 a:active,
.share-block ul.data-list li.data-item > .title a:hover,
.share-block ul.data-list li.data-item > .title a:active {
  color: #216baa;
}
.share-block ul.data-list li.data-item .img-block {
  position: relative;
  width: 100%;
  text-align: center;
}
.share-block ul.data-list li.data-item .txt-block {
  position: relative;
  width: 100%;
  vertical-align: top;
}
.share-block ul.data-list li.data-item .txt-block p {
  margin-bottom: 10px;
}
.share-block ul.data-list li.data-item .txt-block .attr {
  color: #bbb;
  font-size: 13px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.share-block ul.data-list li.data-item .txt-block .attr .source {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-block ul.data-list li.data-item .txt-block .attr .time {
  white-space: nowrap;
}
.share-block ul.data-list li.data-item .txt-block .attr * + .time {
  margin-left: auto;
  padding-left: 10px;
}
.share-block ul.data-list li.data-item .txt-block .attr a.userinfo {
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}
.share-block ul.data-list li.data-item .txt-block .attr a.userinfo img {
  max-width: 32px;
  max-height: 32px;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #eee;
  border-radius: 50%;
}
.share-block ul.data-list li.data-item .txt-block .tags-block {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.share-block ul.data-list li.data-item .txt-block .tags-block .tags-list {
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-block ul.data-list li.data-item .txt-block .tags-block .tags-list .glyphicon.glyphicon-tags {
  font-size: 13px;
  margin-right: 3px;
  color: #646464;
}
.share-block ul.data-list li.data-item .txt-block .tags-block .tags-list a.tag-item:link, .share-block ul.data-list li.data-item .txt-block .tags-block .tags-list a.tag-item:visited {
  color: #93b9da;
  padding: 0 5px;
  border: 1px solid;
  border-radius: 3px;
}
.share-block ul.data-list li.data-item .txt-block .tags-block .tags-list a.tag-item:hover, .share-block ul.data-list li.data-item .txt-block .tags-block .tags-list a.tag-item:active {
  color: #418bca;
}
.share-block ul.data-list li.data-item .txt-block .tags-block .tags-list a.tag-item + a.tag-item {
  margin-left: 5px;
}
.share-block ul.data-list li.data-item .txt-block .tags-block a.appname:link, .share-block ul.data-list li.data-item .txt-block .tags-block a.appname:visited {
  display: inline-block;
  white-space: nowrap;
  padding: 0px 3px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.share-block ul.data-list li.data-item .txt-block .tags-block .industry {
  margin-left: auto;
  white-space: nowrap;
}
.share-block ul.data-list li.data-item .txt-block .tags-block .industry a:link,
.share-block ul.data-list li.data-item .txt-block .tags-block .industry a:visited {
  display: inline-block;
  padding: 0px 3px;
  font-size: 13px;
  border: 1px solid #0265a6;
  border-radius: 3px;
  color: #0265a6;
}
.share-block ul.data-list li.data-item .vote-block {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  margin-bottom: 15px;
}
.share-block ul.data-list li.data-item .vote-block .votes {
  white-space: nowrap;
}
.share-block ul.data-list li.data-item .vote-block .votes:before {
  content: "已得票数：";
}
.share-block ul.data-list li.data-item .vote-block a.vote-link:link, .share-block ul.data-list li.data-item .vote-block a.vote-link:visited {
  margin-left: auto;
  white-space: nowrap;
}
.share-block ul.data-list li.data-item.side-by-side {
  flex-flow: row;
}
.share-block ul.data-list li.data-item.side-by-side > a.image,
.share-block ul.data-list li.data-item.side-by-side .img-block {
  flex: 0 0 auto;
  max-width: 120px;
}
.share-block ul.data-list li.data-item.side-by-side .txt-block {
  flex: 1 1 0;
  width: 100%;
  padding-top: 0;
  max-width: calc(100% - 120px);
}
.share-block ul.data-list li.data-item.side-by-side > a.image + .txt-block,
.share-block ul.data-list li.data-item.side-by-side > .img-block + .txt-block,
.share-block ul.data-list li.data-item.side-by-side > .txt-block + .img-block,
.share-block ul.data-list li.data-item.side-by-side > .txt-block + a.image {
  padding-left: 15px;
}
@media (min-width: 576px) {
  .share-block ul.data-list li.data-item.side-by-side > a.image,
  .share-block ul.data-list li.data-item.side-by-side .img-block {
    max-width: 160px;
  }
  .share-block ul.data-list li.data-item.side-by-side .txt-block {
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 768px) {
  .share-block ul.data-list li.data-item.side-by-side > a.image,
  .share-block ul.data-list li.data-item.side-by-side .img-block {
    max-width: 180px;
  }
  .share-block ul.data-list li.data-item.side-by-side .txt-block {
    max-width: calc(100% - 180px);
  }
}
@media (min-width: 992px) {
  .share-block ul.data-list li.data-item.side-by-side > a.image,
  .share-block ul.data-list li.data-item.side-by-side .img-block {
    max-width: 200px;
  }
  .share-block ul.data-list li.data-item.side-by-side .txt-block {
    max-width: calc(100% - 200px);
  }
}
@media (min-width: 1200px) {
  .share-block ul.data-list li.data-item.side-by-side > a.image,
  .share-block ul.data-list li.data-item.side-by-side .img-block {
    max-width: 240px;
  }
  .share-block ul.data-list li.data-item.side-by-side .txt-block {
    max-width: calc(100% - 240px);
  }
}
.share-block ul.data-list li.data-item .shadow-topic {
  margin-bottom: 15px;
}
.share-block ul.data-list li.data-item .shadow-topic a.image:link, .share-block ul.data-list li.data-item .shadow-topic a.image:visited {
  display: block;
  position: relative;
  border-color: #216baa;
  overflow: hidden;
}
.share-block ul.data-list li.data-item .shadow-topic a.image img {
  max-width: 100%;
  transition: all 0.5s ease-in-out;
}
.share-block ul.data-list li.data-item .shadow-topic a.image strong,
.share-block ul.data-list li.data-item .shadow-topic a.image .title {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-block ul.data-list li.data-item.video-player a.image {
  position: relative;
}
.share-block ul.data-list li.data-item.video-player a.image:before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../images/video-play-button.png");
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.share-block ul.data-list li.data-item.video-player a.image:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
.share-block ul.data-list li.data-item.video-player a.image img {
  background-color: #000;
}

/***** 图片列表公共部分 END *****/
/******************** 文章列表 end ********************/
/******************** 收藏 begin ********************/
/********** 收藏样式 begin **********/
.article-favorite:after,
.article-favorite > .favorite > a:before,
.article-favorite > .favorite > a:after {
  clear: both;
  overflow: hidden;
  display: table;
  content: "";
}

.article-favorite {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  padding-bottom: 15px;
}

.article-favorite > strong {
  display: block;
  font-family: "Microsoft Yahei";
  font-weight: bold;
  line-height: 50px;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
}

.article-favorite > .favorite {
  position: relative;
  width: 60px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-favorite > .favorite > a {
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-favorite > .favorite > a > i {
  width: 40px;
  height: 40px;
  display: block;
  background: transparent url("../images/favorite.png") no-repeat center center;
  background-size: 100% auto;
}

.article-favorite > .favorite.hover > a > i {
  background-image: url("../images/favorited.png");
}

.article-favorite > .favorite > a > i.animation { /* Safari 和 Chrome */ /* Firefox */ /* Opera */
  animation: articleViewFavorite 0.5s;
}

.article-favorite > .favorite > .add-num {
  display: none;
}

.article-favorite > .favorite > .add-num .add-animation {
  color: #000;
  position: absolute;
  z-index: -1;
  top: -15px;
  right: 10px;
  font-style: normal;
  width: 40px;
  height: 40px;
  background: transparent url("../images/favorite.png") no-repeat center center;
  background-size: 100%;
  filter: Alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  animation: articleViewFavoriteChange 0.5s;
}

.article-favorite > .favorite.hover > .add-num .add-animation {
  background-image: url("../images/favorited.png");
}

/********** 收藏样式 end **********/
/********** 收藏图标放大动画 begin **********/
@keyframes articleViewFavorite {
  0% {
    width: 40px;
    height: 40px;
  }
  50% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 40px;
    height: 40px;
  }
}
/* Firefox */
/* Safari 和 Chrome */
/* Opera */
/********** 收藏图标放大动画 end **********/
/********** 收藏数量加减动画 ·begin **********/
@keyframes articleViewFavoriteChange {
  0% {
    top: -15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
/* Firefox */
/* Safari 和 Chrome */
/* Opera */
/********** 收藏数量加减动画 end **********/
/******************** 文章点赞 end ********************/
/******************** 文章点赞 begin ********************/
/********** 点赞样式 begin **********/
.article-praise:after,
.article-praise > .praise > a:before,
.article-praise > .praise > a:after,
.article-praise > .praise > .article-goods:before,
.article-praise > .praise > .article-goods:after {
  clear: both;
  overflow: hidden;
  display: table;
  content: "";
}

.article-praise {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  padding-bottom: 15px;
}

.article-praise > strong {
  display: block;
  font-family: "Microsoft Yahei";
  font-weight: bold;
  line-height: 50px;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
}

.article-praise > .praise {
  position: relative;
  width: 60px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-praise > .praise > a {
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-praise > .praise > a > i {
  width: 40px;
  height: 40px;
  display: block;
  background: transparent url("../images/praise.png") no-repeat center center;
  background-size: 100% auto;
}

.article-praise > .praise.hover > a > i {
  background-image: url("../images/praised.png");
}

.article-praise > .praise > a > i.animation { /* Safari 和 Chrome */ /* Firefox */ /* Opera */
  animation: articleViewPraiseGoods 0.5s;
}

.article-praise > .praise > .article-goods {
  line-height: 25px;
  font-size: 12px;
  text-align: center;
}

.article-praise > .praise > .add-num {
  display: none;
}

.article-praise > .praise > .add-num .add-animation {
  color: #000;
  position: absolute;
  top: -15px;
  right: 10px;
  font-style: normal;
  font-size: 15px;
  filter: Alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  animation: articleViewPraiseChange 0.5s;
}

.article-praise > .praise.hover > .article-goods,
.article-praise > .praise.hover > .add-num > .add-animation {
  color: #EB4F38;
}

/********** 点赞样式 end **********/
/********** 点赞图标放大动画 begin **********/
@keyframes articleViewPraiseGoods {
  0% {
    width: 40px;
    height: 40px;
  }
  50% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 40px;
    height: 40px;
  }
}
/* Firefox */
/* Safari 和 Chrome */
/* Opera */
/********** 点赞图标放大动画 end **********/
/********** 点赞数量加减动画 ·begin **********/
@keyframes articleViewPraiseChange {
  0% {
    top: -15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
/* Firefox */
/* Safari 和 Chrome */
/* Opera */
/********** 点赞数量加减动画 end **********/
/******************** 文章点赞 end ********************/
/******************** 弹出框登录 BEGIN ********************/
.dialog-login-container .header {
  text-align: center;
  position: relative;
}

.dialog-login-container .header:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  z-index: 1;
}

.dialog-login-container .header > strong {
  font-weight: bold;
  position: relative;
  z-index: 10;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
}

.dialog-login-container .login-type a.active {
  font-size: 1rem;
  color: #007bff;
}

.dialog-login-container ul.third-parties {
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.dialog-login-container ul.third-parties > li.party-item {
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
}

.dialog-login-container ul.third-parties > li.party-item > a.party-link {
  display: block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dialog-login-container ul.third-parties > li.party-item > a.party-link.Wechat {
  background-image: url("../images/wechat.png");
}

.dialog-login-container .captcha-outer {
  display: none;
}

.dialog-login-container .captcha-outer.active {
  position: absolute;
  width: 100%;
  height: calc(100% - 55px);
  display: flex;
  background-color: #fff;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  margin-top: 55px;
}

.dialog-login-container .form-login .title {
  text-align: center;
}

.dialog-login-container .form-login .wechat-qrcode {
  width: 200px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.dialog-login-container .form-login .wechat-qrcode img {
  max-width: 100%;
}

.dialog-login-container .form-login .wechat-qrcode .error-note {
  display: none;
}

.dialog-login-container .form-login .wechat-qrcode.error {
  position: relative;
}

.dialog-login-container .form-login .wechat-qrcode.error .error-note {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  color: white;
  padding: 15px;
  text-align: center;
  align-items: center;
  font-weight: 900;
  cursor: pointer;
}

.dialog-login-container .form-login .nc-container {
  width: 100%;
}

.dialog-login-container .form-login .nc-container .nc_scale {
  height: 44px;
  border-radius: 6px;
}

.dialog-login-container .form-login .nc-container #nc_1_wrapper,
.dialog-login-container .form-login .nc-container.tb-login #nc_1_wrapper {
  width: 100% !important;
}

.dialog-login-container .form-login .nc-container .nc_scale .nc_bg,
.dialog-login-container .form-login .nc-container .nc_scale .btn_slide:not([style]),
.dialog-login-container .form-login .nc-container .nc_scale .btn_slide[style="left: 0px;"] {
  border-radius: 6px 0 0 6px;
}

.dialog-login-container .form-login .nc-container .nc_scale .btn_ok {
  border-radius: 0 6px 6px 0;
  line-height: 44px !important;
}

.dialog-login-container .form-login .nc-container .nc_scale .btn_slide, .nc-container .nc_scale .btn_ok {
  width: 52px !important;
  height: 44px !important;
  line-height: 44px !important;
}

.dialog-login-container .form-login .nc-container .nc_scale .scale_text {
  line-height: 44px !important;
}

.dialog-login-container ul.another {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.dialog-login-container ul.another > li > a:link,
.dialog-login-container ul.another > li > a:visited {
  display: block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dialog-login-container ul.another > li > a + a {
  margin-left: 10px;
}

.dialog-login-container ul.another > li > a.Wechat {
  background-image: url("https://sso.jgvogel.cn/theme/vogel/images/wechat.png");
}

/******************** 弹出框登录 end ********************/
/******************** 视频播放 BEGIN ********************/
a.video-player {
  display: block;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

a.video-player:before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../images/video-play-button.png");
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

a.video-player:after {
  clear: both;
  overflow: hidden;
  display: table;
  content: "";
}

a.video-player > img {
  display: inline-block;
  width: 100%;
  background-color: #000;
}

a.video-player:hover:before,
a.video-player:active:before {
  background-color: transparent;
}

video {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/******************** 视频播放 END ********************/
/********** 让a标签内的图片按比例显示 begin **********/
a.image {
  /********** 正方形1:1的比例显示 begin **********/
  /********** 正方形1:1的比例显示 end **********/
  /********** 3:4的比例显示 begin **********/
  /********** 3:4的比例显示 end **********/
  /********** 16:9的比例显示 begin **********/
  /********** 16:9的比例显示 end **********/
  /********** 9:16的比例显示 begin **********/
  /********** 9:16的比例显示 end **********/
}
a.image.ratio-square, a.image.ratio-4-3, a.image.ratio-3-4, a.image.ratio-16-9, a.image.ratio-9-16 {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: relative;
}
a.image.ratio-square:before, a.image.ratio-4-3:before, a.image.ratio-3-4:before, a.image.ratio-16-9:before, a.image.ratio-9-16:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
a.image.ratio-square img, a.image.ratio-4-3 img, a.image.ratio-3-4 img, a.image.ratio-16-9 img, a.image.ratio-9-16 img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}
a.image.ratio-square:before {
  padding-bottom: 100%;
}
a.image.ratio-3-4:before {
  padding-bottom: 133.333333333%;
}
a.image.ratio-16-9:before {
  padding-bottom: 56.25%;
}
a.image.ratio-9-16:before {
  padding-bottom: 177.777777777%;
}

/********** 让a标签内的图片按4:3的比例显示 end **********/
.share-block .share-header:not([class*=skin]) {
  border-left: 0.25rem solid #5693ea;
  background-color: transparent;
  border-bottom: none;
  padding: 0 0 0 1rem;
}
.share-block .share-header:not([class*=skin]) .title {
  font-weight: 500;
  font-size: 22px;
  padding: 0;
  color: #333333;
}
.share-block .share-header.skin01 {
  border-bottom: 3px solid #efefef !important;
}
.share-block .share-header.skin01 .title {
  display: block;
  border-bottom: 3px solid #5492ea;
  margin-bottom: -3px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
}
.share-block ul.data-list.row {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.share-block ul.data-list li.data-item.col,
.share-block ul.data-list li.data-item[class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.cslb,
.xblb,
.hzqy,
.zcdw,
.lxrfs {
  background-color: #fff;
  padding: 1rem;
}
.cslb h3,
.xblb h3,
.hzqy h3,
.zcdw h3,
.lxrfs h3 {
  font-size: 18px;
}
.cslb ul,
.xblb ul,
.hzqy ul,
.zcdw ul,
.lxrfs ul {
  padding-left: 0;
}
.cslb ul li,
.xblb ul li,
.hzqy ul li,
.zcdw ul li,
.lxrfs ul li {
  margin: 1rem 0;
}
.cslb ul li .title,
.xblb ul li .title,
.hzqy ul li .title,
.zcdw ul li .title,
.lxrfs ul li .title {
  text-align: center;
  font-size: 16px;
}
.cslb ul li .summary,
.xblb ul li .summary,
.hzqy ul li .summary,
.zcdw ul li .summary,
.lxrfs ul li .summary {
  text-align: center;
}
.cslb ul li img,
.xblb ul li img,
.hzqy ul li img,
.zcdw ul li img,
.lxrfs ul li img {
  width: 100%;
  border: 1px solid #eee;
}

.shoujiyouxiang {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem;
}
.shoujiyouxiang .xxfk {
  padding: 0 0.5rem;
}
.shoujiyouxiang .xxfk h3 {
  font-size: 18px;
}
.shoujiyouxiang .xxfk .ig {
  margin-bottom: 1rem;
}
.shoujiyouxiang .xxfk .ig .form-control {
  font-size: 0.875rem;
}
.shoujiyouxiang .xxfk .btn {
  width: 100%;
  letter-spacing: 0.25rem;
  font-size: 1.125rem;
  font-weight: bolder;
  background-color: #ab2c3d;
  border-color: unset;
}

.gywm-b {
  background-color: #FFF;
}
.gywm-b .gywm-b2 {
  text-align: center;
}
.gywm-b .gywm-b2 h5.title {
  margin-top: 30px;
  font-size: 24px;
  color: #333333;
}
.gywm-b .gywm-b2 strong {
  font-size: 14px;
  color: #BBBBBB;
  font-weight: 400;
  margin-top: 15px;
}
.gywm-b .gywm-b2 .b2-b ul.data-list {
  display: flex;
  display: table;
  margin: 0 auto;
  padding: 0;
}
.gywm-b .gywm-b2 .b2-b ul.data-list li.data-item {
  list-style-type: none;
  display: inline-grid;
  font-size: 20px;
  color: #596586;
  margin-bottom: 30px;
}
.gywm-b .gywm-b2 .b2-b ul.data-list li.data-item svg.icon {
  margin: 78px;
}

@media (max-width: 768px) {
  .gywm-b .gywm-b2 h5.title {
    margin-top: 30px;
    font-size: 20px;
  }
  .gywm-b .gywm-b2 strong {
    font-size: 12px;
  }
  .gywm-b .gywm-b2 .b2-b ul.data-list li.data-item {
    font-size: 15px;
  }
  .gywm-b .gywm-b2 .b2-b ul.data-list li.data-item svg.icon {
    margin-bottom: 10px !important;
    font-size: 35px !important;
    margin: 48px;
    margin-right: 0px;
  }
}
.gywm-c {
  background-color: #fcfcfc;
  /* background-attachment: fixed; */
}
.gywm-c .gywm-c2 .con {
  margin: 0 auto;
}
.gywm-c .gywm-c2 .con h5.title {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  color: #333333;
}
.gywm-c .gywm-c2 .con strong {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #BBBBBB;
  font-weight: 400;
  margin-top: 15px;
}
.gywm-c .gywm-c2 .con .timeline-con {
  position: relative;
  margin: 50px 15px;
  position: relative;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post {
  width: 50%;
  margin-left: 50%;
  margin-bottom: 20px;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-date {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  position: absolute;
  right: 50%;
  margin-top: 15px;
  margin-right: 24px;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-icon-con {
  width: 38px;
  height: 50px;
  background-color: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -18px;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-icon-con .icon-guanyuwomenshijian {
  font-size: 35px;
  color: #D44848;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-icon-con .timeline-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #D44848;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-content {
  position: relative;
  top: -6px;
  font-size: 18px;
  color: #666;
  line-height: 36px;
  margin: 0 0 0 44px;
  padding: 15px 16px 20px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #D3D7E6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #56658F;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-content p {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  color: #67707E;
  line-height: 28px;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post:nth-child(even) {
  margin-left: 0;
}
.gywm-c .gywm-c2 .con .timeline-con .timeline-post:nth-child(even) .timeline-date {
  left: 50%;
  margin-left: 24px;
}
.gywm-c .gywm-c2 .con .timeline-con::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: linear-gradient(#DDE3EF, #DDE3EF, #DDE3EF);
  background: -moz-linear-gradient(#feeeed, #f05b72, #feeeed);
  position: absolute;
  left: 50%;
  top: 0;
}
.gywm-c .gywm-c2 .con .timeline-post:nth-child(even) .timeline-content {
  margin: 0 44px 0 0;
  text-align: right;
}
.gywm-c .gywm-c2 .con .timeline-post:nth-child(odd) .timeline-content::before {
  box-sizing: content-box;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 16px solid #FEFEFF;
  border-bottom: 8px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  top: 22px;
  left: -32px;
  padding: 0;
  z-index: 100;
}
.gywm-c .gywm-c2 .con .timeline-post:nth-child(odd) .timeline-content::after {
  box-sizing: content-box;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 17px solid #D3D7E6;
  border-bottom: 9px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: 21px;
  left: -35px;
  padding: 0;
  z-index: 10;
}
.gywm-c .gywm-c2 .con .timeline-post:nth-child(even) .timeline-content::after {
  box-sizing: content-box;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #FEFEFF;
  position: absolute;
  top: 22px;
  right: -32px;
  padding: 0;
  z-index: 100;
}
.gywm-c .gywm-c2 .con .timeline-post:nth-child(even) .timeline-content::before {
  box-sizing: content-box;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 17px solid #D3D7E6;
  position: absolute;
  top: 21px;
  right: -35px;
  padding: 0;
  z-index: 10;
}
.gywm-c .timeline-icon-con {
  width: 38px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -18px;
}
.gywm-c .timeline-icon-con .timeline-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #D44848;
}
.gywm-c .timeline-content {
  position: relative;
  top: -6px;
  font-size: 18px;
  color: #666;
  line-height: 36px;
  margin: 0 0 0 44px;
  padding: 15px 16px 20px;
  background-color: #FEFEFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.gywm-c .timeline-post:nth-child(even) .timeline-content {
  margin: 0 44px 0 0;
  text-align: right;
}
.gywm-c .timeline-post:nth-child(odd) .timeline-content::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 16px solid #FEFEFF;
  border-bottom: 8px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  top: 22px;
  left: -30px;
}
.gywm-c .timeline-post:nth-child(even) .timeline-content::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #FEFEFF;
  position: absolute;
  top: 22px;
  right: -30px;
}

@media (max-width: 768px) {
  .gywm-c .gywm-c2 .con {
    margin: 0 auto;
  }
  .gywm-c .gywm-c2 .con h5.title {
    margin-top: 30px;
    font-size: 20px;
  }
  .gywm-c .gywm-c2 .con strong {
    font-size: 12px;
  }
  .gywm-c .gywm-c2 .con .timeline-con {
    margin: 50px 30px;
  }
  .gywm-c .gywm-c2 .con .timeline-con .timeline-post {
    width: 100%;
    margin-left: 0%;
  }
  .gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-icon-con {
    left: 0%;
  }
  .gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-icon-con .icon-guanyuwomenshijian {
    font-size: 17px;
  }
  .gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-content h3 {
    font-size: 13px;
    font-weight: 800;
  }
  .gywm-c .gywm-c2 .con .timeline-con .timeline-post .timeline-content p {
    font-size: 10px;
    line-height: 20px;
  }
  .gywm-c .gywm-c2 .con .timeline-con .timeline-post:nth-child(even) {
    margin-left: 0;
  }
  .gywm-c .gywm-c2 .con .timeline-con .timeline-post:nth-child(even) .timeline-date {
    left: 50%;
    margin-left: 24px;
  }
  .gywm-c .gywm-c2 .con .timeline-con::before {
    left: 0%;
  }
  .gywm-c .gywm-c2 .con .timeline-post:nth-child(even) .timeline-content {
    margin: 0 0 0 44px;
    text-align: left;
  }
  .gywm-c .gywm-c2 .con .timeline-post:nth-child(even) .timeline-content::after {
    box-sizing: content-box;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 17px solid #D3D7E6;
    border-bottom: 9px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: 21px;
    left: -35px;
    padding: 0;
    z-index: 10;
  }
  .gywm-c .gywm-c2 .con .timeline-post:nth-child(even) .timeline-content::before {
    box-sizing: content-box;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 16px solid #FEFEFF;
    border-bottom: 8px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    top: 22px;
    left: -32px;
    padding: 0;
    z-index: 100;
  }
}
.gywm-d {
  background-color: #fff;
  padding: 30px 0;
}
.gywm-d .gywm-d1 {
  text-align: center;
  padding-bottom: 39px;
}
.gywm-d .gywm-d1 h5.title {
  font-size: 24px;
  color: #333333;
}
.gywm-d .gywm-d1 strong {
  font-size: 14px;
  color: #BBBBBB;
  font-weight: 400;
  margin-top: 15px;
}
.gywm-d .gywm-d2 {
  position: relative;
}
.gywm-d .gywm-d2 .gywm-d3 {
  display: flex;
}
.gywm-d .gywm-d2 .gywm-d3 .img-block a.image img {
  width: 100%;
  height: 100%;
}
.gywm-d .gywm-d2 .gywm-d3 .txt-block {
  background-image: url(https://file.jgvogel.cn/124/upload/resources/image/241851.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 43px 45px 0 56px;
}
.gywm-d .gywm-d2 .gywm-d3 .txt-block h5.title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 34px;
  font-weight: 500;
}
.gywm-d .gywm-d2 .gywm-d3 .txt-block p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 100;
}
.gywm-d .gywm-d2 .gywm-d4 {
  position: absolute;
  top: 60%;
  right: 2%;
  width: 96%;
  height: 100%;
  padding: 10% 0% 0% 57%;
  background-image: url(../images/gywm-d.png);
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
}
.gywm-d .gywm-d2 .gywm-d4 .title {
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 600;
  color: #444444;
}
.gywm-d .gywm-d2 .gywm-d4 strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #67707E;
  line-height: 24px;
}
.gywm-d .gywm-d2 .gywm-d4 .btn-outline-primary {
  display: inline-block;
  margin-top: 33px;
  padding: 10px 33px;
  border-radius: 3px;
  border-color: #4183E0;
}
.gywm-d .gywm-d2 .gywm-d4 .btn-outline-primary a {
  font-size: 18px;
  font-weight: 500;
  color: #5693EA;
  pointer-events: none;
}
.gywm-d .gywm-d2 .gywm-d4 .btn-outline-primary:focus {
  box-shadow: none;
  outline: none;
}

@media (max-width: 768px) {
  .gywm-d {
    padding: 3.15% 0;
  }
  .gywm-d .gywm-d1 {
    text-align: center;
    padding-bottom: 39px;
  }
  .gywm-d .gywm-d1 h5.title {
    margin-top: 30px;
    font-size: 20px;
  }
  .gywm-d .gywm-d1 strong {
    font-size: 12px;
  }
  .gywm-d .gywm-d2 {
    position: relative;
  }
  .gywm-d .gywm-d2 .gywm-d3 {
    flex-wrap: wrap;
  }
  .gywm-d .gywm-d2 .gywm-d3 .img-block {
    display: none;
  }
  .gywm-d .gywm-d2 .gywm-d3 .txt-block {
    background-image: url(https://file.jgvogel.cn/124/upload/resources/image/242894.png);
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 15px;
    min-height: 170px;
    text-align: center;
  }
  .gywm-d .gywm-d2 .gywm-d3 .txt-block h5.title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .gywm-d .gywm-d2 .gywm-d3 .txt-block p {
    font-size: 12px;
    line-height: inherit;
  }
  .gywm-d .gywm-d2 .gywm-d4 {
    top: 70%;
    right: 5%;
    width: 90%;
    padding: 8.5% 1% 2% 40%;
    min-height: 201px;
    background-image: url(https://file.jgvogel.cn/124/upload/resources/image/242897.png);
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
  }
  .gywm-d .gywm-d2 .gywm-d4 .title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 800;
  }
  .gywm-d .gywm-d2 .gywm-d4 strong {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .gywm-d .gywm-d2 .gywm-d4 .btn-outline-primary {
    margin-top: 5px;
    padding: 0px 10px 2px 10px;
    border-radius: 3px;
    border-color: #4183E0;
  }
  .gywm-d .gywm-d2 .gywm-d4 .btn-outline-primary a {
    font-size: 9px;
  }
}
.gywm-e {
  margin-top: 10%;
}
.gywm-e .gywm-e1 {
  margin-top: 2.7%;
}
.gywm-e .gywm-e1 h5.title {
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
  color: #333333;
}
.gywm-e .gywm-e1 strong {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #BBBBBB;
  font-weight: 400;
  margin-top: 15px;
}
.gywm-e .gywm-e1 .e1-1 {
  margin-top: 30px;
}
.gywm-e .gywm-e1 .e1-1 ul.data-list {
  display: table;
  margin: 0 auto;
  padding: 0;
}
.gywm-e .gywm-e1 .e1-1 ul.data-list li.data-item {
  text-align: center;
  list-style-type: none;
  display: inline-grid;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  padding: 0 68px;
}
.gywm-e .gywm-e1 .e1-1 ul.data-list li.data-item p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #67707E;
}

@media (max-width: 768px) {
  .gywm-e {
    margin-top: 50%;
  }
  .gywm-e .gywm-e1 h5.title {
    margin-top: 0;
    font-size: 20px;
  }
  .gywm-e .gywm-e1 strong {
    font-size: 12px;
  }
  .gywm-e .gywm-e1 .e1-1 {
    margin-top: 10%;
  }
  .gywm-e .gywm-e1 .e1-1 ul.data-list li.data-item {
    padding: 0;
    font-size: 15px;
  }
  .gywm-e .gywm-e1 .e1-1 ul.data-list li.data-item svg.icon {
    font-size: 34px !important;
    margin-bottom: 10px !important;
  }
  .gywm-e .gywm-e1 .e1-1 ul.data-list li.data-item p {
    margin-top: 10px;
    font-size: 10px;
  }
}
.fgx {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #5083EB;
  margin: auto;
  margin-top: 19px;
}
.fgx:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  height: 1px;
  width: 230px;
  background: #ECECEC;
}
.fgx::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  height: 1px;
  width: 230px;
  background: #ECECEC;
}

@media (max-width: 768px) {
  .fgx {
    width: 4px;
    height: 4px;
  }
  .fgx:after {
    width: 85px;
  }
  .fgx::before {
    width: 85px;
  }
}
.awards-info {
  position: relative;
}
.awards-info .awards-image img {
  display: none;
}
@media (min-width: 768px) {
  .awards-info .awards-image img.desktop {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .awards-info .awards-image img.mobile {
    display: block;
  }
}
.awards-info .link-group-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 1rem;
  top: 50%;
}
.awards-info .link-group-container .link-group {
  display: flex;
  flex-direction: column;
  border-radius: 50rem;
  padding: 1rem 0.5rem;
  border: 2px solid #e5cb9b;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.awards-info .link-group-container .link-group .link-item {
  display: block;
  padding: 0.5rem;
  color: #fff;
}
.awards-info .link-group-container .link-group .link-item svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 0.5rem auto;
}
.awards-info .link-group-container .link-group .link-item span {
  display: block;
  white-space: nowrap;
  font-size: 0.625rem;
  text-align: center;
  line-height: 100%;
}
.awards-info .link-group-container .link-group .link-item + .link-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
}
@media (min-width: 768px) {
  .awards-info .link-group-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 13vw;
  }
  .awards-info .link-group-container .link-group {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0.75rem 0;
    border-radius: 0.5rem;
  }
  .awards-info .link-group-container .link-group .link-item {
    padding: 0 1.25rem;
  }
  .awards-info .link-group-container .link-group .link-item svg {
    width: 28px;
    height: 28px;
  }
  .awards-info .link-group-container .link-group .link-item + .link-item {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
}
@media (min-width: 992px) {
  .awards-info .link-group-container .link-group {
    padding: 1rem 0;
  }
  .awards-info .link-group-container .link-group .link-item {
    padding: 0 1.75rem;
    color: #fff;
  }
  .awards-info .link-group-container .link-group .link-item svg {
    width: 32px;
    height: 32px;
  }
  .awards-info .link-group-container .link-group .link-item span {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .awards-info .link-group-container .link-group {
    padding: 1.25rem 0;
  }
  .awards-info .link-group-container .link-group .link-item {
    padding: 0 2rem;
    color: #fff;
  }
  .awards-info .link-group-container .link-group .link-item svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1400px) {
  .awards-info .link-group-container .link-group {
    padding: 1.5rem 0;
  }
  .awards-info .link-group-container .link-group .link-item {
    padding: 0 2.5rem;
    color: #fff;
  }
  .awards-info .link-group-container .link-group .link-item svg {
    width: 40px;
    height: 40px;
  }
}

.share-block .share-movescroll {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.share-block .share-movescroll .movescroll-inner {
  width: 100%;
}
.share-block .share-movescroll .movescroll-inner ul.data-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 28px 0 0 0;
}
.share-block .share-movescroll .movescroll-inner ul.data-list li.data-item {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.share-block .share-movescroll .movescroll-inner ul.data-list li.data-item .img-block {
  position: relative;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
.share-block .share-movescroll .movescroll-inner ul.data-list li.data-item .img-block a.image {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.share-block .share-movescroll .movescroll-inner ul.data-list li.data-item .img-block a.image img {
  max-width: 100% !important;
}
.share-block .share-movescroll .movescroll-control-left,
.share-block .share-movescroll .movescroll-control-right {
  position: absolute;
  top: 50%;
  height: 0px;
  -webkit-box-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.share-block .share-movescroll .movescroll-control-left .icon-hezuohuobanjiantou1,
.share-block .share-movescroll .movescroll-control-left .icon-hezuohuobanjiantou2,
.share-block .share-movescroll .movescroll-control-right .icon-hezuohuobanjiantou1,
.share-block .share-movescroll .movescroll-control-right .icon-hezuohuobanjiantou2 {
  font-size: 23px;
  color: #ACB2C4;
}
.share-block .share-movescroll .movescroll-control-left {
  left: 0;
}
.share-block .share-movescroll .movescroll-control-right {
  right: 0;
}

.header {
  background-color: #fff;
}
.header .navbar-site .navbar-sitelogo {
  max-width: 120px;
  margin-right: 0;
}
.header .navbar-site .navbar-sitelogo img {
  max-width: 100%;
}
.header .navbar-site .navbar-toggler {
  padding: 0;
  border: none;
}
.header .navbar-site .navbar-toggler .icon-shoujiyemianzhankaidaohang {
  font-size: 14px;
  color: #1B2131;
}
.header .navbar-site .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.header .navbar-site .offcanvas .offcanvas-body ul.navbar-nav li.nav-item a.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #353535;
}
.header .navbar-site .offcanvas .offcanvas-body ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #5B94D0;
}
.header .navbar-site .offcanvas .offcanvas-body ul.navbar-nav li.active a.nav-link {
  color: #5B94D0 !important;
}
.header .navbar-site .offcanvas .offcanvas-body ul.navbar-nav li.nav-expands {
  padding: 3px 0px;
}
.header .navbar-site .offcanvas .offcanvas-body ul.navbar-nav li.nav-expands .d-inline {
  padding: 0.2rem 0.65rem !important;
}
.header .navbar-site .offcanvas .offcanvas-body ul.navbar-nav li.nav-expands .d-inline:hover {
  border: none !important;
  color: #F5F6FA !important;
}
@media (min-width: 768px) {
  .header .navbar-site .offcanvas .offcanvas-body {
    margin-left: auto;
    margin-right: auto;
  }
  .header .navbar-site .offcanvas .offcanvas-body ul.navbar-nav li.nav-item a.nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .header .navbar-site .offcanvas .offcanvas-title img {
    max-width: 120px;
  }
  .header .navbar-site .offcanvas .offcanvas-body {
    padding-top: 0;
  }
  .header .navbar-site .offcanvas .offcanvas-body ul.navbar-nav li.nav-item {
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #ebebeb;
  }
  .header .navbar-site .offcanvas .offcanvas-body ul.navbar-nav li.nav-item a.nav-link {
    font-size: 1.25rem;
    font-weight: 500;
    color: #111111;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.header .banner img {
  display: none;
}
@media (min-width: 768px) {
  .header .banner img.desktop {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header .banner img.mobile {
    display: block;
  }
}

.content4 {
  background-color: #fff;
  padding: 1.5rem 0;
}
.content4 .content4-1 {
  padding: 1.5rem 0;
}
.content4 .content4-1:nth-child(1) {
  border-bottom: 1px solid #E9E9E9;
}
.content4 .content4-1 .contact-con4 .contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}
.content4 .content4-1 .contact-con4 .contact-list .contact-item {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0 10px;
}
.content4 .content4-1 .contact-con4 .contact-list .contact-item a {
  font-size: 14px;
  font-weight: 400;
  color: #337ab7;
}

@media (max-width: 768px) {
  .content4 {
    background-color: #fff;
    padding: 0;
  }
  .content4 .content4-1 {
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .content4 {
    padding: 0.5rem 0;
  }
  .content4 .content4-1 {
    padding: 0.5rem 0;
  }
}
@media (min-width: 1400px) {
  .content4 {
    padding: 1rem 0;
  }
  .content4 .content4-1 {
    padding: 1rem 0;
  }
}
@media (min-width: 1920px) {
  .content4 {
    padding: 1.5rem 0;
  }
  .content4 .content4-1 {
    padding: 1.5rem 0;
  }
}
li {
  list-style: none;
}

.footer {
  background-color: #fff;
  margin-top: 3%;
  padding: 15px 0 0 0;
}
.footer::before, .footer::after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
}
.footer .navbox {
  background-color: #fff;
  padding: 15px 0 1.5rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.footer .navbox a {
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.footer .navbox a:hover {
  color: #337ab7;
}
.footer .intro {
  padding: 10px 0;
}
.footer .intro img {
  margin-right: 20px;
}
.footer .intro p {
  vertical-align: bottom;
}
.footer .intro p a {
  margin: 0 15px;
}

ul.go-box {
  z-index: 9999;
  display: flex;
  position: fixed;
  right: 10px;
  bottom: 24%;
  width: 61px;
  padding: 0;
  margin: 0;
  margin-bottom: -132px;
  flex-flow: column;
  background-color: #fff;
}
ul.go-box li {
  display: block;
  padding: 0;
  margin: -1px 0 0 0;
  border: 1px solid #eee;
}
ul.go-box li a.go-share {
  display: block;
  color: #666;
  text-align: center;
  line-height: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
ul.go-box li a.go-share .icon-tougao {
  font-weight: bold;
}
ul.go-box li a.go-share .iconfont {
  display: block;
  font-size: 1.5rem;
}
ul.go-box li a.go-share.go-top .iconfont {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
}
ul.go-box li a.go-share .title {
  display: block;
  font-size: 0.75rem;
  padding: 3px 0;
}
ul.go-box li .dialog-message {
  display: none;
}
ul.go-box li:hover .dialog-message {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 120%;
  background-color: #fff;
  padding: 0.25rem;
  width: 130px;
  flex-flow: column;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1333333333);
}
ul.go-box li:hover .dialog-message img {
  max-width: 100%;
}
ul.go-box li:hover .dialog-message p {
  margin: 0;
  font-size: 0.75rem;
}
ul.go-box li.checkscroll {
  display: none;
}
ul.go-box.scrolled {
  margin-bottom: -161px;
}
ul.go-box.scrolled li.checkscroll {
  display: block;
}

body.page-siteindex {
  background-color: #F5F6FA;
}
body.page-siteindex .xw-block {
  background-color: #fff;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
body.page-siteindex .xw-block .share-header {
  line-height: 18px;
  margin-bottom: 1rem;
}
body.page-siteindex .xw-block .share-header strong {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-left: -6px;
}
body.page-siteindex .xw-block .share-header a.more {
  line-height: normal;
}
body.page-siteindex .xw-block .con-block {
  display: flex;
}
body.page-siteindex .xw-block .con-block .syxwlb-block {
  width: 35%;
  padding-right: 2rem;
}
body.page-siteindex .xw-block .con-block .xwlist {
  width: 65%;
}
body.page-siteindex .xw-block .con-block .xwlist .data-list .data-item {
  padding-right: 10px;
  padding-bottom: 0;
  padding: 0.125rem 0;
}
body.page-siteindex .xw-block .con-block .xwlist .data-list .data-item .txt-block {
  display: flex;
  justify-content: space-between;
}
body.page-siteindex .xw-block .con-block .xwlist .data-list .data-item .txt-block .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 400;
  color: #6e6e6e;
}
body.page-siteindex .xw-block .con-block .xwlist .data-list .data-item .txt-block span.time {
  color: #c1c1c1;
  font-size: 14px;
}
body.page-siteindex .xw-block .con-block .xwlist .data-list .data-item .txt-block span.time .iconfont {
  font-size: 14px;
  padding-right: 5px;
}
body.page-siteindex .jx-block {
  background-color: #fff;
  padding: 1rem;
}
body.page-siteindex .jx-block .share-header {
  line-height: 18px;
  margin-bottom: 1rem;
}
body.page-siteindex .jx-block .share-header strong {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-left: -6px;
}
body.page-siteindex .jx-block .share-header a.more {
  line-height: normal;
}
body.page-siteindex .jx-block .data-list .data-item {
  display: flex;
  flex-direction: column;
}
body.page-siteindex .jx-block .data-list .data-item .img-block {
  margin-bottom: 1rem;
}
body.page-siteindex .jx-block .data-list .data-item .txt-block .summary {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.page-siteindex .jx-block .data-list .data-item .txt-block .morelink {
  margin-bottom: 0;
  text-align: right;
}
body.page-siteindex .jx-block .data-list .data-item .txt-block .morelink a:link,
body.page-siteindex .jx-block .data-list .data-item .txt-block .morelink a:visited {
  display: inline-block;
  border-radius: 20px;
  line-height: 28px;
  height: 28px;
  padding: 0 2rem;
  color: #fff;
  background-color: #9c6135;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}
@media (min-width: 576px) {
  body.page-siteindex .jx-block .data-list .data-item {
    flex-direction: row;
  }
  body.page-siteindex .jx-block .data-list .data-item .img-block {
    width: 120px;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  body.page-siteindex .jx-block .data-list .data-item .txt-block {
    flex: 1;
    width: 0;
  }
  body.page-siteindex .jx-block .data-list .data-item .txt-block .summary {
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (min-width: 768px) {
  body.page-siteindex .jx-block .data-list .data-item .img-block {
    width: 200px;
  }
  body.page-siteindex .jx-block .data-list .data-item .txt-block .summary {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@media (min-width: 992px) {
  body.page-siteindex .jx-block .data-list .data-item .img-block {
    width: 280px;
  }
  body.page-siteindex .jx-block .data-list .data-item .txt-block .summary {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (min-width: 1200px) {
  body.page-siteindex .jx-block .data-list .data-item .img-block {
    width: 240px;
  }
}
@media (min-width: 1400px) {
  body.page-siteindex .jx-block .data-list .data-item .img-block {
    width: 280px;
  }
}
body.page-siteindex .tzgg-block {
  background-color: #fff;
  padding: 1rem;
}
body.page-siteindex .tzgg-block .share-header {
  line-height: 18px;
  margin-bottom: 1rem;
}
body.page-siteindex .tzgg-block .share-header .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-left: -6px;
}
body.page-siteindex .tzgg-block .share-header a.more {
  line-height: normal;
}
body.page-siteindex .tzgg-block .data-list .data-item {
  padding: 0 1rem;
}
body.page-siteindex .tzgg-block .data-list .data-item .txt-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 180%;
}
body.page-siteindex .tzgg-block .data-list .data-item .txt-block .title {
  flex: 1;
  width: 0;
}
body.page-siteindex .tzgg-block .data-list .data-item .txt-block .title a:link,
body.page-siteindex .tzgg-block .data-list .data-item .txt-block .title a:visited {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  color: #6e6e6e;
}
body.page-siteindex .tzgg-block .data-list .data-item .txt-block span.time {
  display: block;
  margin-left: 1rem;
  color: #ccc;
  font-size: 0.875em;
}

.page-detail {
  background-color: #f5f6fa;
}
.page-detail .detail-con .art-title {
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1rem;
}
.page-detail .detail-con .art-info {
  display: none;
  text-align: center;
  margin: 16px 0 37px 0;
}
.page-detail .detail-con .art-info .date .author {
  font-size: 12px;
  font-weight: 400;
  color: #b2b9c5;
}
.page-detail .detail-con .art-info .date .author .icon-zuozhe {
  margin-right: 7px;
  font-size: 13px;
  color: #b2b9c5;
}
.page-detail .detail-con .art-info .date .released_at {
  margin-left: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #b2b9c5;
}
.page-detail .detail-con .art-info .date .released_at .icon-shijian {
  margin-right: 7px;
  font-size: 13px;
  color: #b2b9c5;
}
.page-detail .detail-con .art-sum {
  display: none;
  border-bottom: 1px solid #ededed;
  padding-bottom: 27px;
  margin-bottom: 21px;
  margin-left: 20px;
  margin-right: 20px;
}
.page-detail .detail-con .con .txt {
  padding-left: 20px;
  padding-right: 20px;
}
.page-detail .detail-con .con .txt a {
  color: #0d6efd !important;
  text-decoration: none !important;
}
.page-detail .detail-con .con .txt a:hover {
  -webkit-text-decoration: revert !important;
          text-decoration: revert !important;
}
.page-detail .detail-con .con .txt a[filerela]::after {
  content: url("../images/download.svg");
  margin-left: 1rem;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.page-detail .detail-con .con p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 0;
  line-height: 2.5rem;
}
.page-detail .detail-con .con img {
  max-width: 100%;
}
.page-detail .detail-con .prevnexttitle {
  display: none;
  padding-left: 30px;
  padding-bottom: 27px;
  border-bottom: 10px solid #f6f6f6;
}
.page-detail .detail-con .prevnexttitle button {
  padding: 5px 20px;
  border-radius: 18px;
}
.page-detail .detail-con .prevnexttitle button a {
  color: #0d6efd;
}
.page-detail .detail-con .prevnexttitle button a:hover {
  color: #fff;
}
.page-detail .detail-con .prevnexttitle .next-item {
  margin-left: 15px;
}
.page-detail .detail-block {
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
}
.page-detail .mt {
  margin-top: 30px;
}
.page-detail .mt .rm-block {
  background-color: #fff;
  border: 1px solid #e9ecf2;
  border-radius: 4px;
  padding: 15px;
}
.page-detail .mt .rm-block .first .title {
  margin-top: 25px;
}
.page-detail .mt .rm-block ul.data-list li.data-item {
  counter-increment: rmdata;
}
.page-detail .mt .rm-block ul.data-list li.data-item .title a {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
  color: #3d4f6a;
}
.page-detail .mt .rm-block ul.data-list li.data-item .time-block {
  margin-top: 10px;
  font-size: 13px;
  color: #b2b9c5;
}
.page-detail .mt .rm-block ul.data-list li.data-item.side-by-side .img-block {
  max-width: 100px;
  position: relative;
}
.page-detail .mt .rm-block ul.data-list li.data-item.side-by-side .txt-block {
  max-width: calc(100% - 100px);
}
.page-detail .mt .rm-block ul.data-list li.data-item.side-by-side .txt-block .title a {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
  color: #3d4f6a;
}
.page-detail .mt .rm-block ul.data-list li.data-item.side-by-side .txt-block .time-block {
  margin-top: 10px;
  font-size: 13px;
  color: #b2b9c5;
}
.page-detail .mt .rm-block ul.data-list li.data-item .img-block::before {
  content: counter(rmdata);
  color: #fff;
  background-color: #d44848;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
}
.page-detail .mt .yc-block {
  background: url(../images/ycbg.png) no-repeat center top/contain;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  padding: 40px 15px 15px 15px;
}
.page-detail .mt .yc-block .first .title {
  margin-top: 25px;
}
.page-detail .mt .yc-block .img-block {
  display: none;
}
.page-detail .mt .yc-block li.data-item:first-child .img-block {
  display: block;
}
.page-detail .mt .yc-block ul.data-list li.data-item h5.title a {
  color: #3d4f6a;
  font-size: 16px;
  font-weight: 800;
}
.page-detail .mt .yc-block ul.data-list li.data-item {
  padding: 12px 0;
}
.page-detail .mt .yc-block .title {
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-detail .mt .yc-block .abstract {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #67707e;
  margin-top: 10px;
}
.page-detail .mt .yc-block .author {
  color: #b2b9c5;
}
.page-detail .mt .shoujiyouxiang {
  margin-top: 0;
}

body.page-list.page-reading {
  background-color: #f5f6fa;
}
body.page-list.page-reading .shoujiyouxiang {
  margin-top: 1rem;
}
body.page-list.page-reading .share-block {
  background-color: #fff;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
body.page-list.page-reading .share-block li.data-item {
  padding: 10px 0;
  border-top: 1px dashed #eee;
}
body.page-list.page-reading .share-block li.data-item:first-child {
  border-top: none;
}
body.page-list.page-reading .share-block li.data-item .txt-block {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
body.page-list.page-reading .share-block li.data-item .txt-block h5.title a {
  font-size: 16px;
}
body.page-list.page-reading.page-wjxz .share-block[class$=-wjxz-block] .data-list .data-item .txt-block .title a::after {
  content: url("../images/download.svg");
}

body.page-index.page-jx {
  background-color: #F5F6FA;
}/*# sourceMappingURL=default.css.map */