@charset "UTF-8";
/* 公共 */
body {
  font-weight: 400;
}

/* 洞察与动态 */
.news-list {
  margin: -0.75rem;
}
.news-list .item {
  padding: 0.75rem;
}
.news-list .item-box {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  border: solid 1px #e3e3e3;
  border-radius: 1.6rem;
  overflow: hidden;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.news-list .item-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.news-list .imgs {
  width: 100%;
  padding: 58.7% 0 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.news-list .item-body {
  width: 100%;
  padding: 1.25rem 1.25rem 2.2rem;
  position: relative;
}
.news-list .item-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-size: 0.7rem;
  line-height: 1.14em;
  color: #333;
  margin-bottom: .9rem;
}
.news-list .item-info > * {
  display: flex;
  white-space: nowrap;
  margin: 0 .9rem 0 0;
}
.news-list .item-info > *:last-child {
  margin: 0;
}
.news-list .item-info img {
  flex: none;
  width: 1.14em;
  height: 1.14em;
  display: block;
  margin: 0 5px 0 0;
}
.news-list .item-title {
  font-size: 1.2rem;
  line-height: 1.42em;
  height: 2.84em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
}
.news-list .item-desc {
  font-size: .7rem;
  line-height: 1.6em;
  color: #000;
  height: 4.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-list .item-bot {
  font-size: .7rem;
  line-height: 1.6em;
  color: #999;
  margin: 2.25rem 0 0;
}
.news-list .taglist {
  display: flex;
  flex-wrap: wrap;
  height: 1.6em;
  overflow: hidden;
  white-space: nowrap;
}
.news-list .taglist li {
  margin: 0 1rem 0 0;
}
.news-list .taglist li:last-child {
  margin: 0;
}

@media (min-width: 992px) {
  .p-news .head-place {
    display: none;
  }

  .news-list .item:hover .item-box {
    background: #f3f6fc;
  }
  .news-list .item:hover .imgs {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media (max-width: 991.98px) {
  .news-list {
    margin: -0.2rem;
  }
  .news-list .item {
    padding: 0.2rem;
  }
  .news-list .item-box {
    border-radius: .32rem;
  }
  .news-list .item-body {
    padding: .5rem .28rem .62rem .45rem;
  }
  .news-list .item-info {
    font-size: .24rem;
    line-height: .3rem;
    margin-bottom: .46rem;
  }
  .news-list .item-info > * {
    margin: 0 0.48rem 0 0;
  }
  .news-list .item-info img {
    width: .3rem;
    height: .3rem;
    margin: -0.1em 0.1rem 0 0;
  }
  .news-list .item-title {
    font-size: .4rem;
    line-height: .55rem;
    height: 1.1rem;
    margin-bottom: .2rem;
  }
  .news-list .item-desc {
    font-size: .24rem;
    line-height: .36rem;
    height: 1.44rem;
    -webkit-line-clamp: 4;
  }
  .news-list .item-bot {
    font-size: .24rem;
    line-height: .36rem;
    margin: .72rem 0 0;
  }
  .news-list .taglist {
    height: .36rem;
  }
  .news-list .taglist li {
    margin: 0 0.42rem 0 0;
  }
}
/* 新闻详情 */
.p-newsdet:not(.modal-open) {
  overflow: visible;
}
.p-newsdet .wrapper, .p-newsdet .main-box {
  overflow: visible;
}
.p-newsdet .header {
  position: absolute;
}
.p-newsdet .inside-main {
  margin: 3rem 0 0;
  overflow: hidden;
}

.newsdet-header {
  width: 100%;
  background-color: #fff;
  position: relative;
  top: 0;
}

#nwHeadPlace {
  display: none;
}

.newsdet-title {
  width: 100%;
  height: calc(9.1rem + 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: solid 1px #858585;
  font-size: 3rem;
  line-height: 1.3em;
  color: #000;
  text-align: center;
}

.newsdet-meta-top {
  position: relative;
  z-index: 30;
}

.newsdet-meta-row {
  width: 100%;
  font-size: .7rem;
  line-height: 1.8rem;
  color: #000;
  margin: 1rem 0 0;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}

.newsdet-meta-left {
  display: flex;
}
.newsdet-meta-left .meta {
  display: flex;
  align-items: center;
}
.newsdet-meta-left .meta::after {
  content: '';
  width: 1px;
  height: 1.07em;
  background-color: #c0c1c4;
  display: block;
  margin: 0 0.6rem;
}
.newsdet-meta-left .meta:last-child::after {
  display: none;
}

.newsdet-meta-right {
  display: flex;
}
.newsdet-meta-right .meta {
  margin: 0 1.4rem 0 0;
}
.newsdet-meta-right .meta:last-child {
  margin: 0;
}

.newsdet-tag {
  position: relative;
  white-space: nowrap;
}
.newsdet-tag:hover .newsdet-tag-bd {
  display: block;
}

.newsdet-tag-hd {
  height: 1.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.newsdet-tag-hd .bi {
  width: .9rem;
  height: .9rem;
  display: block;
  margin: 0 .5rem 0 0;
  fill: currentColor;
}
.newsdet-tag-hd:hover {
  color: #0071e3;
}

.newsdet-tag-bd {
  display: none;
  min-width: 11.6em;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  padding: 1.86em 0 2.3em;
  position: absolute;
  left: -2.57em;
  top: 100%;
  z-index: 10;
  white-space: nowrap;
}

.newsdet-tag-list {
  font-size: 1em;
  line-height: 1em;
  color: #666;
}
.newsdet-tag-list li {
  margin-bottom: 10px;
  display: flex;
  padding: 0 1.78em;
}
.newsdet-tag-list li:last-child {
  margin-bottom: 0;
}
.newsdet-tag-list li > * {
  height: 2.3em;
  display: flex;
  align-items: center;
  border-radius: 2em;
  background-color: #efefef;
  padding: 0 0.86em;
}
.newsdet-tag-list li:hover {
  color: #0071e3;
}

.newsdet-share {
  position: relative;
  white-space: nowrap;
}
.newsdet-share:hover .newsdet-share-bd {
  display: block;
}

.newsdet-share-hd {
  height: 1.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.newsdet-share-hd .bi {
  width: .9rem;
  height: .9rem;
  display: block;
  margin: 0 .5rem 0 0;
  fill: currentColor;
}
.newsdet-share-hd:hover {
  color: #0071e3;
}

.newsdet-share-bd {
  display: none;
  min-width: 10.3em;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  padding: 1.43em 0 2.14em;
  position: absolute;
  left: -28px;
  top: 100%;
  z-index: 10;
  white-space: nowrap;
}

.newsdet-share-list {
  font-size: 1em;
  line-height: 1em;
  color: #666;
}
.newsdet-share-list li {
  margin-bottom: 1.3em;
}
.newsdet-share-list li:last-child {
  margin-bottom: 0;
}
.newsdet-share-list li:hover {
  color: #0071e3;
}
.newsdet-share-list a {
  height: 2.3em;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 2em;
}
.newsdet-share-list .bi {
  fill: currentColor;
  flex: none;
  width: 1.29em;
  height: 1.29em;
  display: block;
  margin: 0 0.86em 0 0;
}

#modalCopyLink {
  display: block;
  white-space: nowrap;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 3px;
  font-size: .8em;
  padding: .5em 1.25em;
}

.modal-share-wx {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-share-wx .modal-dialog {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.modal-share-wx .modal-content {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.36);
  color: #333;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 1.44em;
  text-align: center;
}
.modal-share-wx .modal-close {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  opacity: .5;
}
.modal-share-wx .modal-close .bi {
  fill: currentColor;
  width: 14px;
  height: 14px;
  display: block;
}
.modal-share-wx .modal-close:hover {
  opacity: 1;
}
.modal-share-wx .wx-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-color: #f7f7f7;
  font-weight: 400;
}
.modal-share-wx .wx-imgs {
  width: 67.5%;
  display: block;
  position: relative;
  margin: 10px auto 8px;
}
.modal-share-wx .wx-imgs img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
}
.modal-share-wx .wx-doc {
  font-size: 14px;
  line-height: 1.6em;
}
.modal-share-wx.fade .modal-dialog {
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
}
.modal-share-wx.show .modal-dialog {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.newsdet-editor-content {
  width: 100%;
  min-height: 50vh;
  position: relative;
  margin: 4.1rem 0 0;
}
.newsdet-editor-content .rocket-content__inner {
  width: 80vw;
  max-width: 1440px;
}

.newsdet-footer {
  width: 100%;
  position: relative;
  margin: 0;
}

.newsdet-footer-share {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: .8rem;
  line-height: 1.5em;
  color: #000;
}
.newsdet-footer-share .lvtit {
  margin: 0 1.25em 0 0;
}
.newsdet-footer-share .sharelist {
  display: flex;
}
.newsdet-footer-share .sharelist .item {
  flex: none;
  margin: 0 1.875em 0 0;
}
.newsdet-footer-share .sharelist a {
  display: block;
}
.newsdet-footer-share .sharelist .bi {
  width: 1.5em;
  height: 1.5em;
  display: block;
}

body.fixed-nwtitle .newsdet-header {
  position: fixed;
  z-index: 100;
}
body.fixed-nwtitle #nwHeadPlace {
  display: block;
}

@media (max-width: 991.98px) {
  .p-newsdet .inside-main {
    margin: 0.35rem 0 0;
  }

  .newsdet-title {
    height: calc(2.54rem + 1px);
    font-size: .5rem;
    line-height: 1.38em;
    text-align: center;
  }

  .newsdet-meta-row {
    display: block;
    margin: .44rem 0 0;
    font-size: .26rem;
    line-height: .42rem;
  }

  .newsdet-meta-left .meta::after {
    margin: 0 0.18rem;
  }

  .newsdet-meta-right {
    margin: .24rem 0 0;
  }
  .newsdet-meta-right .meta {
    margin: 0 0.56rem 0 0;
  }

  .newsdet-tag-hd, .newsdet-share-hd {
    height: .42rem;
  }
  .newsdet-tag-hd .bi, .newsdet-share-hd .bi {
    width: .32rem;
    height: .32rem;
    margin: 0 0.12rem 0 0;
  }

  .newsdet-tag-bd, .newsdet-share-bd {
    left: -0.3rem;
  }

  .newsdet-tag-list li {
    padding: 0 0.3rem;
  }

  .newsdet-share-list a {
    padding: 0 0.3rem;
  }

  .newsdet-editor-content {
    margin: 1.26rem 0 0;
  }
  .newsdet-editor-content .rocket-content__inner {
    width: 100%;
    max-width: none;
    padding: 0 6vw;
  }
  .newsdet-editor-content .rocket-widget__panel {
    border-bottom: 1px solid #0071e3;
  }
  .newsdet-editor-content .rocket-widget__panel:first-child {
    border-top: 1px solid #0071e3;
  }
  .newsdet-editor-content .rocket-widget__panel.is-active .rocket-panel-heading {
    background: #000;
  }
  .newsdet-editor-content .rocket-widget__panel.is-active .rocket-panel-title {
    color: #fff;
  }
  .newsdet-editor-content .rocket-widget__panel.is-active .rocket-panel-arrow::before, .newsdet-editor-content .rocket-widget__panel.is-active .rocket-panel-arrow::after {
    background-color: #fff;
  }

  .newsdet-footer {
    display: none;
  }

  .modal-share-wx .modal-dialog {
    width: 100%;
    padding: 0 6vw;
  }
  .modal-share-wx .wx-imgs {
    width: 100%;
    padding: 0 0.8rem;
  }
  .modal-share-wx .wx-imgs > * {
    width: 50vw !important;
    height: 50vw !important;
  }
}
/* cookie */
.p-cookie:not(.modal-open) {
  overflow: visible;
}
.p-cookie .wrapper, .p-cookie .main-box {
  overflow: visible;
}
.p-cookie .header {
  position: absolute;
}
.p-cookie .inside-main {
  margin: 3rem 0 0;
  overflow: hidden;
}

.privacy-setting {
  margin: 30px 0 0;
}
.privacy-setting .tool {
  width: 100%;
  display: flex;
  margin-top: 1em;
}

.cookie-editor-content {
  min-height: 40vh;
  margin: 2.3rem 0 0;
}
.cookie-editor-content .rocket-content__inner {
  width: 80vw;
  max-width: 1440px;
}

@media (max-width: 991.98px) {
  .p-cookie .inside-main {
    margin: 0.35rem 0 0;
  }

  .privacy-setting .btn {
    width: 100%;
  }

  .cookie-editor-content {
    margin: 1rem 0 0;
  }
  .cookie-editor-content .rocket-content__inner {
    width: 100%;
    max-width: none;
    padding: 0 6vw;
  }
}
