<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.articles_content_text,
.articles_title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.contain_main {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
.swiper-container {
  width: 840px;
  height: 470px;
  border-radius: 4px 0 0 4px;
}
.top_banner {
  width: 100%;
  height: 524px;
  background-color: #262626;
}
.top_banner_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transition: background-image 0.1s ease 0s;
  -o-transition: background-image 0.1s ease 0s;
  transition: background-image 0.1s ease 0s;
  position: relative;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.top_banner_bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}
.top_banner_contain {
  width: 1180px;
  height: 470px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  left: 50%;
  top: 89px;
  transform: translateX(-50%);
}
.top_banner_contain_l {
  width: 840px;
  height: 470px;
  margin-right: 20px;
}
.top_banner_contain_r {
  width: 320px;
}
.home_page .articles_content {
  position: relative;
  left: -16px;
}

.main_right {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.scaleBig {
  z-index: 10;
  transition: all 0.5s;
}

.scaleBig:hover {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
}

.banner_top img {
  width: 1080px;
  height: 148px;
  border-radius: 4px;
  margin: 0 auto;
}

.banner_bottom,
.banner_content {
  margin-bottom: 24px;
}

.banner_content {
  margin-top: 24px;
}

.banner_bottom_left {
  width: 704px;
  height: 376px;
  border-radius: 4px;
  margin-left: 24px;
}

.banner_bottom_right {
  max-width: 343px;
  margin: 0 auto;
  border-radius: 4px;
}

.banner_s {
  width: 100%;
  height: auto;
  margin-bottom: 22px;
}
.banner_s .banner_s_bg {
  width: 100%;
  height: 224px;
  cursor: pointer;
  border-radius: 4px;
}

.banner_s a {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.swiper-pagination.change {
  padding-left: 22px;
  text-align: left;
}

.swiper-pagination.change .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.scaleBigImg:hover {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-slide a {
  width: 100%;
  height: 100%;
}
.banner_l {
  padding-left: 16px;
  margin-bottom: 48px;
}

.banner_r {
  width: 99px;
  height: 100%;
  float: right;
}

.banner_r img {
  width: 100%;
  height: 55px;
  border-radius: 4px;
}

.banner_r a {
  margin-bottom: 16px;
}

.banner_r a:last-child {
  margin-bottom: 0;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  background-size: 100% 100%;
}
.swiper-container:hover .swiper-button-prev.swiper-button-white {
  background-image: url('../images/icon-swiper-l1.png');
  background-size: 50px 50px;
}
.swiper-container:hover .swiper-button-next.swiper-button-white {
  background-image: url('../images/icon-swiper-r1.png');
  background-size: 50px 50px;
}
.swiper-button-prev.swiper-button-white {
  left: 25px;
  background-image: url('../images/icon-swiper-l.png');
  background-size: 50px 50px;
}
.swiper-button-next.swiper-button-white {
  right: 25px;
  background-image: url('../images/icon-swiper-r.png');
  background-size: 50px 50px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
}
.articles_content_left {
  width: 860px;
  float: left;
}
.home_page .articles_content_left {
  margin-top: 40px;
}

.articles_content_right {
  width: 300px;
  float: right;
  position: relative;
}

.content_title {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #232323;
  line-height: 30px;
  margin-bottom: 21px;
}

.articles_item_adv {
  float: left;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 30px;
}

.articles_item_adv img {
  width: 100%;
  height: 223px;
  border-radius: 4px;
}

.articles_item {
  padding: 16px;
}

.articles_item_left {
  float: left;
  width: 216px;
  height: 144px;
  position: relative;
}

.articles_item_left a {
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.articles_tips {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px 0 8px;
  width: 88px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}

.articles_item_left img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.art_tag,
.articles_b_class .art_tag {
  border: 1px solid #aaaeb3;
  margin-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.articles_item_right {
  float: left;
  width: 456px;
  margin-left: 16px;
}

.articles_title {
  color: #333;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 52px;
  line-height: 26px;
}

.articles_title a {
  color: #333;
  width: 100%;
  height: 100%;
}

.articles_content_text {
  min-height: 34px;
  color: #666;
  font-size: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.articles_bottom_l {
  float: left;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.articles_bottom_l a,
.articles_bottom_l div {
  display: inline-block;
}
.articles_bottom .author_name:hover {
  color: #2647b0;
}
.articles_b_class a:hover,
.articles_b_name a:hover {
  color: #2647b0;
}

.articles_b_class .art_tag {
  height: 22.5px;
  color: #aaaeb3;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  max-width: 65px;
  line-height: initial;
}

.articles_b_class .art_tag:hover {
  color: #0389ff;
  border: 1px solid #0389ff;
}

.split_line {
  width: 2px;
  margin: 0 12px;
}

.articles_bottom_r {
  float: right;
}

.articles_bottom_r img {
  width: 16px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}

.articles_bottom_r .viewNum {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.articles_item:hover {
  box-shadow: 0 0 10px 0 rgba(53, 87, 124, 0.19);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.articles_item:hover .articles_content_text a,
.articles_item:hover .articles_title {
  color: #2f7fd7;
}
.home_page .loadMore {
  width: 266px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 36px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  margin: 9px auto 0;
}
.loadMore {
  width: 697px;
  height: 44px;
  font-size: 14px;
  margin: 16px auto 48px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #999;
  border-radius: 4px;
  color: #999;
}

.loadMore:hover {
  color: #2647b0;
}

.other_adv {
  width: 300px;
  height: 100%;
  margin-top: 22px;
  margin-bottom: 30px;
}

.other_adv img {
  width: 100%;
  height: 229px;
  border-radius: 4px;
}

.breadcrumbs {
  width: 1080px;
  height: 64px;
  line-height: 64px;
  position: relative;
}

.breadcrumbs .breadcrumbs-item,
.breadcrumbs span {
  font-size: 12px;
  color: #818386;
  display: inline-block;
}

.breadcrumbs .breadcrumbs-item-activate,
.breadcrumbs .breadcrumbs-item:hover {
  color: #212629;
}

.swiper-slide-stitle,
.swiper-slide-title {
  font-size: 18px;
  color: #fff;
  width: 100%;
  padding: 12px 24px 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  line-height: 70px;
  background: linear-gradient(180deg, rgba(136, 104, 104, 0) 0, rgba(31, 33, 45, 0.5) 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.swiper-slide-stitle {
  height: 50px;
  line-height: 50px;
  padding: 6px 12px 9px;
  font-size: 16px;
}

.articles_b_name a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  display: inline-block;
}

.art_tag {
  color: #aaaeb3;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  max-width: 65px;
  line-height: initial;
}

.art_tag:hover {
  color: #0389ff;
  border: 1px solid #0389ff;
}

.fixed-box {
  position: fixed;
  right: 0;
  bottom: 25px;
  width: 139px;
  height: 154px;
  background-color: #fff;
  text-align: center;
  padding: 8px;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.fixed-text {
  height: 13px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.mg8 {
  margin-bottom: 8px;
}

.fixed-img {
  width: 75px;
  height: 75px;
  margin: 8px auto 0;
}

/* ä¸“é¢˜ */
.topicIndex {
  width: 840px;
  float: left;
}
.topicInfo {
  display: flex;
  justify-content: space-between;
}

.topicTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #232323;
  /* padding-left: 18px; */
  margin-bottom: 21px;
  position: relative;
}

.topicInfo-scroll :last-child {
  margin-right: 0 !important;
}

.topicTitleMore {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #2647b0;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.topicTitleMore img {
  width: 6px;
  height: 11px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.topicInfo-scroll {
  display: flex;
  flex-wrap: nowrap;
}

.topicItem {
  width: 265px;
  min-height: 154px;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  margin-right: 21px;
}
.articles_bottom_l .author_name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topicItem:hover .scaleBig {
  transform: scale(1.12);
}

.topicImgLink {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
}

.topicItemText div {
  white-space: normal;
  word-break: keep-all;
  word-wrap: break-word;
}

.topicItemBottom {
  font-size: 12px;
}

.scaleBigBoxTopicIndex1 {
  margin-bottom: 31px;
}

.swal-footer {
  text-align: center !important;
  margin-top: 26px;
}
.swal-button {
  background-color: #2647b0 !important;
  color: #fff !important;
}
.swal-text {
  color: #575757;
  font-size: 18px;
}
.swal-button--confirm {
  width: 140px;
  height: 42px;
}

.more_click {
  height: 22px;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  padding-right: 11px;
  font-family: PingFangSC-Regluar, PingFang SC;
}
.more_click::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url('../images/home-fastnew-right.png') no-repeat;
  background-size: 6px 11px;
  position: absolute;
  right: 0px;
  top: 44%;
  transform: translateY(-50%);
}

.more_click:hover::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url('../images/home-fastnew-right2.png') no-repeat;
  background-size: 6px 11px;
  position: absolute;
  right: 0px;
  top: 44%;
  transform: translateY(-50%);
}
.more_click:hover span {
  color: #2773dd;
}
</pre></body></html>