.empty-con {
  width: 100%;
  height: var(--nav-height);
}
.common-nav {
  background-color: #ffffff;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.common-nav .nav-list-ul > li > a,
.common-nav .nav-list-ul span > a,
.common-nav .nav-list-ul .main-menu {
  color: #193853 !important;
}
.common-nav .nav-logo .abs-img-log {
  opacity: 1;
}
.common-nav .nav-icon-item {
  color: #193853;
}
.common-nav .iconfont {
  color: #193853 !important;
}
.detail-body {
  width: var(--main-width);
  margin: 1.1rem auto 0;
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.6rem;
}
.detail-body .detail-container {
  flex: 1;
}
.detail-body .side-con {
  width: 4.2rem;
  height: auto;
  margin-left: 0.7rem;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 0.3rem;
}
.detail-body .side-title {
  font-size: var(--fz-md);
  color: #333333;
}
.detail-body .more-list {
  position: relative;
  width: 100%;
}
.detail-body .more-list:before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  bottom: 0.1rem;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  content: "";
}
.detail-body .more-list > li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 0.3rem;
  display: flex;
}
.detail-body .more-list > li:hover .right-con > img {
  transform: scale(1.2);
}
.detail-body .more-list > li:before {
  position: absolute;
  left: -0.04rem;
  top: 0.1rem;
  display: block;
  content: "";
  border-radius: 50%;
  width: 0.09rem;
  height: 0.09rem;
  border: 3px solid var(--active-color);
  background-color: #ffffff;
  box-sizing: border-box;
}
.detail-body .more-list > li:first-child {
  margin-top: 0.3rem;
}
.detail-body .more-list .left-con {
  padding-right: 0.3rem;
  flex: 1;
}
.detail-body .more-list .right-con {
  width: 1.4rem;
  height: 0.94rem;
  overflow: hidden;
}
.detail-body .more-list .right-con > img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.detail-body .more-list .link-title {
  font-size: 0.16rem;
  color: #0a0a0b;
  line-height: 0.28rem;
}
.detail-body .more-list .link-title > a {
  display: inline-block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.5s ease;
}
.detail-body .more-list .link-title > a:hover {
  transform: scale(1.01);
  color: var(--active-color);
}
.detail-body .more-list .date-con {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  color: #222222;
}
.detail-container .detail-title {
  font-size: 0.36rem;
  color: #333333;
  font-family: "FZZDHJW";
}
.detail-container .detail-info {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #e5e5e5;
}
.detail-container .detail-info > div {
  margin-right: 0.2rem;
  color: #808080;
  font-size: 0.16rem;
}
.detail-container .detail-info span {
  color: #0e2450;
}
.detail-container .detail-info .icon-con {
  display: flex;
}
.detail-container .detail-info .icon-con > div {
  display: flex;
  align-items: center;
}
.detail-container .detail-info .icon-con .name {
  margin-right: 0.1rem;
}
.detail-container .detail-info .icon-con .icon {
  margin-right: 0.14rem;
  cursor: pointer;
}
.detail-container .detail-info .icon-con .icon:hover {
  color: var(--active-color);
}
.detail-container .detail-info .icon-con .iconfont {
  font-size: var(--fz-md);
}
.detail-container .detail-info .icon-con .icon-xinlangweibo {
  font-size: var(--fz-sm);
}
.detail-container .text-content {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: justify;
  color: #333333;
  letter-spacing: 1px;
}
.detail-container .img-con {
  margin-top: 0.4rem;
  text-align: center;
}
.detail-container .img-con > img {
  max-width: 100%;
  height: auto;
}
.detail-container img {
  max-width: 100%;
  height: auto;
}

.detail-content {
  text-align: justify;
  -moz-text-align-last: justify; /* 火狐专用前缀 */
  /*text-align-last: justify;*/
  text-justify: inter-character; /* 字符间距调整 */
}

.back-con {
  margin-top: 1.1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 0.14rem;
}
.back-con > a {
  color: #222222;
}
.back-con .iconfont {
  font-size: 0.5rem;
  color: #0e2450;
}
.history-con {
  padding: 0.15rem 0.3rem;
  margin: 1.8rem auto 0 auto;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 0.16rem;
}
.history-con .history-item {
  margin-top: 0.15rem;
}
.history-con .history-item > a {
  color: #808080;
}
.history-con .history-item > a:hover {
  color: var(--active-color);
  font-weight: bold;
}
.history-con .history-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .detail-body {
    flex-wrap: wrap;
  }
  .detail-body .detail-container {
    width: 100%;
  }
  .detail-body .side-con {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }
}
.qrcode-popup-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  background-color: #ffffff;
  padding-bottom: 0.4rem;
  padding-top: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  display: none;
}
.qrcode-popup-dialog .text-con {
  text-align: center;
  font-size: var(--fz-sm);
}
.qrcode-popup-dialog .close-btn {
  position: absolute;
  right: 0.1rem;
  top: 0.2rem;
  cursor: pointer;
}
.qrcode-popup-dialog .close-btn:hover {
  color: var(--active-color);
  fibt-weight: bold;
}
.qrcode-popup-dialog .close-btn::after {
  font-size: var(--fz-sm);
  font-family: "iconfont";
  content: "\e612";
}
.qrcode-popup-dialog .qrcode {
  width: 100%;
  margin-top: 0.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
