<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-banner {
  width: 100%;
  height: 180px;
  background-size: cover !important;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border-radius: 4px;
}

.top-banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.top-banner .title {
  font-size: 32px;
  color: #FDFBFE;
  text-shadow: 0px 2px 7px rgba(0, 0, 120, 0.5300);
  background: linear-gradient(0deg, #C5E0FF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 22px;
}

.top-banner .sub-title {
  text-align: center;
  padding: 9px 45px;
  font-size: 12px;
  color: #FDFBFE;
  border: 1px solid rgba(224, 238, 254, .43);
  border-left: none;
  border-right: none;
}

.bread-crumbs-nav {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  margin: 12px 0 24px;
  min-width: 240px;
  padding: 8px 15px 8px 0;
  background: linear-gradient(90deg, #F7FAFF 0%, #FFFFFF 100%);
}

.bread-crumbs-nav .dot {
  color: #999;
}

.bread-crumbs-nav .split {
  margin: 0 15px 2px;
}

.top-header-article {
  height: 113px;
  background: #F8F9FA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 32px;
}

.top-header-article .title {
  font-size: 32px;
  font-weight: bold;
  color: #CC0000;
  width: 1100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  margin-bottom: 12px;
}

.top-header-article .other {
  font-size: 14px;
  color: #BABABA;
  display: flex;
}

.top-header-article .other .source {
  margin-right: 38px;
}

.article-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
}

.article-list .left-list {

  flex: 1;
  margin-right: 70px;
}

.body-box {
  display: flex;
  flex-direction: column;
}

.body-box&gt;p {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.article-list .left-list .read-more {
  height: 46px;
  background: #F9F9F9;
  font-size: 14px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-list .left-list .read-more span:hover {
  color: #004EB3;
}

.article-list .left-list .read-more span {
  cursor: pointer;
}

.article-list .left-list .item {
  display: flex;
  flex-direction: column;
  padding-bottom: 35px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 34px;
}

.article-list .left-list .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #0E0E0E;
  cursor: pointer;
  width: 795px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-list .left-list .item .title:hover {
  color: #004EB3;
}

.article-list .left-list .item .sub-title {
  font-size: 14px;
  color: #505050;
  margin: 15px 0 20px;
  width: 795px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-list .left-list .item .sub-title p {
  font-size: 14px;
  color: #505050;
  width: 795px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-header .other .source,
.article-list .left-list .other .source {
  margin-right: 90px;
}

.article-list .left-list .other {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #BABABA;
  position: relative;
}

.article-list .left-list .other .share {
  display: flex;
  position: absolute;
  right: 0;
}

.article-list .left-list .other .share .share-item {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: background 0.6s ease-out 0s;
  position: relative;
}

.article-list .left-list .other .share .share-item:last-child {
  margin-right: 0;
}

.article-list .left-list .other .share .share-item.qq::after {
  content: "";
  display: inline-block;
  background: url("../img/importentNews/share-qq.png");
  background-size: cover !important;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



.article-list .left-list .other .share .share-item.weibo::after {
  content: "";
  display: inline-block;
  background: url("../img/importentNews/share-weibo.png");
  background-size: cover !important;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article-list .left-list .other .share .share-item.weixin::after {
  content: "";
  display: inline-block;
  background: url("../img/importentNews/share-weixin.png");
  background-size: cover !important;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article-list .left-list .other .share .share-item.qq:hover {
  background-color: #56b6e7;
  color: #FFF;
}

.article-list .left-list .other .share .share-item.weibo:hover {
  background-color: #ff763b;
  color: #FFF;
}

.article-list .left-list .other .share .share-item.weixin:hover {
  background-color: #7bc549;
  color: #FFF;
}

.article-list .left-list .other .share .share-item.qq:hover::after {
  background: url("../img/importentNews/share-qq-hover.png");
}

.article-list .left-list .other .share .share-item.weibo:hover::after {
  background: url("../img/importentNews/share-weibo-hover.png");
}

.article-list .left-list .other .share .share-item.weixin:hover::after {
  background: url("../img/importentNews/share-weixin-hover.png");
}

.right-list {
  width: 335px;
}

.right-list .title {
  height: 60px;
  background: #EFF6FF;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.right-list .title .line {
  width: 4px;
  height: 22px;
  background: #004EB3;
}

.right-list .title .text {
  font-size: 18px;
  font-weight: bold;
  color: #001D3F;
  margin: 0 59px 0 20px;
}

.right-list .title .arrow {
  margin-right: 10px;
  background: url("../img/importentNews/title-arrow.png");
  background-size: cover;
  width: 165px;
  height: 18px;
}

.right-list .list-body {
  padding: 27px 12px 0 12px;
  height: 274px;
  background: #FBFDFF;
}

.right-list .list-body .item {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.right-list .list-body .item:last-child {
  margin-bottom: 0;
}

.right-list .list-body .item .dot {
  width: 4px;
  height: 4px;
  background: #004EB3;
  margin-right: 9px;
}

.right-list .list-body .item .text {
  font-size: 15px;
  color: #2E2E2E;
  width: 296px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.right-list .list-body .item .text:hover {
  color: #004EB3;
}

.right-list .banner {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}

.right-list .banner img {
  border-radius: 6px;
  width: 335px;
}

.right-list .banner a {
  margin-bottom: 8px;
}

.right-list .banner img:last-child {
  margin-bottom: 0;
}


#pagenation {
  text-align: center;
}

.header-tabs {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #001D3F;
  align-items: center;
  border-bottom: 1px solid #F7F7F7;
  border-radius: 1px 1px 0px 0px;
  margin-bottom: 36px;
}

.header-tabs .split {
  width: 2px;
  height: 20px;
  background: #EEEEEE;
  margin: 0 25px;
  margin-bottom: 18px;
}

.header-tabs .tabs-item {
  padding-bottom: 18px;
  font-weight: bold;
  cursor: pointer;
}

.header-tabs .tabs-item.active {
  border-bottom: 2px solid #004EB3;
  border-radius: 2px 2px 0px 0px;
  color: #004EB3;
}

.swiper-pagination-bullet:only-child {
  display: inline-block !important;
}

/* 移动端 */
@media screen and (max-width: 960px) {
  .right-list {
    display: none;
  }

  .top-header-article .title {
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
  }

  .article-header .other .source,
  .article-list .left-list .other .source {
    margin-right: 46px;
  }

  .article-list .left-list .item .title {
    width: 100%;
  }

  .article-list .left-list .item .sub-title p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .article-list {
    flex-direction: column;
    padding-bottom: 15px;
  }

  .top-header-article .other {
    font-size: 12px;
    justify-content: space-between;
  }

  .top-header-article .other {
    margin-top: 5px;
  }

  .top-header-article .other .source {
    margin-right: 0;
  }

  .top-header-article {
    height: 80px;
    align-items: unset;
    padding: 0 15px;
  }

  .article-list .left-list {
    margin-right: 0;
  }

  .article-list .left-list .item .sub-title {
    margin: 5px 0 14px;
    width: 100%;
  }

  .article-list .left-list .other .share {
    position: absolute;
    right: 15px;
    bottom: 0;
  }

  .article-list .left-list .other {
    /* flex-direction: column; */
    position: relative;
    align-items: unset;
    justify-content: unset;
  }

  .article-list .left-list .item {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .top-header-article {
    margin-bottom: 16px;
  }

  .right-list .list-body {
    height: unset;
    padding: 15px 12px;
  }

  .right-list .list-body .item {
    margin-bottom: 10px;
  }

  .right-list .banner {
    margin: 10px 0;
  }

  .right-list {
    margin-top: 15px;
  }

  .article-list .left-list .other .share .share-item {
    width: 20px;
    height: 20px;
  }

  .article-list .left-list .other .share .share-item.qq::after {
    width: 12px;
    height: 12px;
  }

  .article-list .left-list .other .share .share-item.weibo::after {
    width: 12px;
    height: 12px;
  }

  .article-list .left-list .other .share .share-item.weixin::after {
    width: 12px;
    height: 12px;
  }

  .right-list .banner {
    display: none;
  }

  #h5-banner {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  #h5-banner .banner {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
  }

  #h5-banner .banner img {
    margin-bottom: 8px;
  }

  #h5-banner .banner img:last-child {
    margin-bottom: 0;
  }

  #h5-banner .swiper-item {
    background-size: cover !important;
    width: 345px;
    height: 121px;
  }

  .article-body {
    padding: 20px 15px;
  }

  .bread-crumbs-nav {
    padding: 8px 15px;
  }

  .bootstrapPage {
    display: none;
  }

  #pagenation {
    display: none !important;
  }

  .top-banner {
    margin-bottom: 0;
  }

  .bread-crumbs-nav {
    margin: 6px 0 12px;
  }

  .left-list .load-more {
    width: 100px;
    height: 30px;
    background: url("../img/loading.gif") no-repeat;
    background-position: center;
    margin: 0 auto;
    text-align: center;
  }

  .left-list .load-more p {
    transform: translateY(30px);
  }
}

/* PC端 */
@media screen and (min-width:960px) {
  #h5-banner {
    display: none;
  }

  .left-list .load-more {
    display: none;
  }
}</pre></body></html>