.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family: 'OpenSans_400Regular';
  src: url('../fonts/OpenSans/OpenSans_400Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_500Medium';
  src: url('../fonts/OpenSans/OpenSans_500Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_600SemiBold';
  src: url('../fonts/OpenSans/OpenSans_600SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_700Bold';
  src: url('../fonts/OpenSans/OpenSans_700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_800ExtraBold';
  src: url('../fonts/OpenSans/OpenSans_800ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
html,
body {
  font-size: 14px;
  font-family: 'OpenSans_400Regular';
}
.news-page {
  min-width: 1440px;
  background: #E9ECEF;
}
.news-page * {
  box-sizing: border-box;
}
.news-page .news-banner {
  background: url("../images/news/banner-bg.webp") no-repeat center;
  height: 465px;
  background-size: cover;
}
.news-page .news-banner .page-warp {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  height: inherit;
  justify-content: center;
}
.news-page .news-banner .banner-title {
  color: #171717;
  font-size: 40px;
  font-family: 'OpenSans_700Bold';
}
.news-page .news-banner .txt {
  font-size: 24px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-banner .view-search-area {
  width: 730px;
}
.news-page .news-banner .view-search-area .query-box {
  position: relative;
  height: 56px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-page .news-banner .view-search-area .query-box:before {
  display: inline-block;
  content: '';
  background: url("../images/news/search-icon.webp") no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  transform: translateY(-50%);
}
.news-page .news-banner .view-search-area .query-box input {
  height: 100%;
  width: 600px;
  background: #fff;
  outline: none;
  border: none;
  padding: 0 20px 0 60px;
  font-size: 16px;
}
.news-page .news-banner .view-search-area .query-box input::placeholder {
  color: #d1d5db;
}
.news-page .news-banner .view-search-area .query-box .query-btn {
  outline: none;
  background: #0F3460;
  color: #fff;
  border: none;
  margin-left: auto;
  padding: 0 40px;
  height: inherit;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.news-page .news-banner .view-search-area .query-box .query-btn:hover {
  background: #F2994A;
}
.news-page .news-banner .view-search-area .view-hots {
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.news-page .news-banner .view-search-area .view-hots .view-el {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: 20px;
  background: #E9ECEF;
  height: 20px;
  line-height: 20px;
  color: #495057;
  transition: all 0.3s;
}
.news-page .news-banner .view-search-area .view-hots .view-el:hover {
  color: #fff;
  background: #F2994A;
}
.news-page .news-graphic-area {
  padding: 0 0 80px;
}
.news-page .news-graphic-area .view-tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  color: #9DA3AA;
}
.news-page .news-graphic-area .view-tool .view-date {
  display: flex;
  align-items: center;
}
.news-page .news-graphic-area .view-tool .view-date:before {
  display: block;
  content: '';
  background: url("../images/news/time-icon.webp") no-repeat center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.news-page .news-graphic-area .view-tool .view-count {
  display: flex;
  align-items: center;
}
.news-page .news-graphic-area .view-tool .view-count:before {
  display: block;
  content: '';
  background: url("../images/news/view-icon.webp") no-repeat center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.news-page .news-graphic-area .graphic-info-box {
  display: flex;
  gap: 0 20px;
}
.news-page .news-graphic-area .graphic-info-box .info-section {
  flex: 1;
  width: 960px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.news-page .news-graphic-area .graphic-info-box .news-swiper {
  height: 586px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.news-page .news-graphic-area .graphic-info-box .news-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.news-page .news-graphic-area .graphic-info-box .news-swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.news-page .news-graphic-area .graphic-info-box .news-swiper .swiper-button-next,
.news-page .news-graphic-area .graphic-info-box .news-swiper .swiper-rtl .swiper-button-prev {
  right: 40px;
  color: #484f57;
}
.news-page .news-graphic-area .graphic-info-box .news-swiper .swiper-button-prev,
.news-page .news-graphic-area .graphic-info-box .news-swiper .swiper-rtl .swiper-button-next {
  left: 40px;
  color: #484f57;
}
.news-page .news-graphic-area .graphic-info-box .news-swiper .news-rules {
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(180deg, #17171700 0%, #17171780 40%, #171717 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 0 40px;
  color: #fff;
}
.news-page .news-graphic-area .graphic-info-box .news-swiper .news-rules .rules-date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-page .news-graphic-area .graphic-info-box .news-swiper .news-rules .rules-date .day {
  font-size: 32px;
  font-family: 'OpenSans_700Bold';
}
.news-page .news-graphic-area .graphic-info-box .news-swiper .news-rules .rules-info {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-el {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-el:hover .info-title {
  color: #1E5F74;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-el.popular .news-img {
  width: 526px;
  height: 344px;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-el.popular .news-img .tag-txt {
  font-size: 16px;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-el.popular .news-info {
  width: calc(100% - 526px);
  gap: 40px 0;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-el.popular .news-info .info-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-el.popular .news-info .news-tags {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: -10px;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-el.popular .news-info .news-tags .tag-el {
  margin-bottom: 10px;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-img {
  width: 354px;
  height: 216px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-img .tag-txt {
  background: #1E5F74;
  color: #fff;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-img img {
  max-width: 100%;
  object-fit: cover;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-info {
  margin-left: auto;
  padding: 20px 30px;
  width: calc(100% - 354px);
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .info-title {
  font-family: 'OpenSans_700Bold';
  font-size: 16px;
  color: #171717;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .rules-txt {
  color: #495057;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-tags {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-page .news-graphic-area .graphic-info-box .graphic-news-area .news-tags .tag-el {
  margin-right: 6px;
  line-height: 26px;
  display: inline-block;
  height: 28px;
  vertical-align: top;
  padding: 0 10px;
  border-radius: 20px;
  color: #495057;
  border: 1px solid #d1d5db;
  transition: all 0.3s;
  white-space: nowrap;
}
.news-page .news-graphic-area .graphic-info-box .form-section {
  width: 460px;
  flex-shrink: 0;
}
.news-page .news-graphic-area .graphic-info-box .view-form-aside {
  position: sticky;
  top: 116px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.news-page .news-graphic-area .graphic-info-box .aside-hots {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 8px 8px 20px #3333330f, -8px -8px 20px #ffffff66;
}
.news-page .news-graphic-area .graphic-info-box .aside-hots .hots-title {
  color: #171717;
  font-size: 20px;
  font-family: 'OpenSans_700Bold';
  position: relative;
  padding-left: 6px;
  margin-bottom: 14px;
}
.news-page .news-graphic-area .graphic-info-box .aside-hots .hots-title:before {
  display: inline-block;
  content: '';
  height: 16px;
  width: 4px;
  background: #1E5F74;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.news-page .news-graphic-area .graphic-info-box .aside-hots .hots-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-page .news-graphic-area .graphic-info-box .aside-hots .hots-lists .hots-el {
  height: 28px;
  line-height: 26px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 20px;
  color: #495057;
  border: 1px solid #d1d5db;
  transition: all 0.3s;
}
.news-page .news-graphic-area .graphic-info-box .aside-hots .hots-lists .hots-el:hover {
  background: #F2994A;
  color: #fff;
  border-color: #F2994A;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 8px 8px 20px #3333330f, -8px -8px 20px #ffffff66;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .form-el {
  position: relative;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .form-el input {
  height: 60px;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
  width: 100%;
  padding: 0 20px;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .form-el input::placeholder {
  color: #9DA3AA;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .form-el input:hover,
.news-page .news-graphic-area .graphic-info-box .quote-form-box .form-el input:focus {
  border-color: #F2994A;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .form-el.dropdown input {
  cursor: pointer;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .form-el.dropdown:after {
  background: url("../images/products-services/down-icon.webp") no-repeat center;
  width: 10px;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .form-el.dropdown.active:after {
  transform: rotate(180deg);
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .val-down {
  width: 100%;
  padding: 20px 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  box-shadow: 6px 6px 20px #33333329;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
  max-height: 226px;
  overflow-y: auto;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .val-down .row {
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .val-down .row:hover {
  color: #F2994A;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .quote-btn {
  height: 60px;
  background: #0F3460;
  color: #fff;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .quote-btn:hover {
  background: #F2994A;
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .quote-btn .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'OpenSans_700Bold';
}
.news-page .news-graphic-area .graphic-info-box .quote-form-box .quote-btn .txt:before {
  display: inline-block;
  content: '';
  background: url("../images/news/quote-icon.webp") no-repeat center;
  width: 35px;
  height: 40px;
  margin-right: 16px;
}
.news-page .news-graphic-area .graphic-info-box .graphic-ads {
  width: 100%;
  height: 340px;
  border-radius: 10px;
}
.news-page .news-graphic-area .graphic-info-box .graphic-ads .swiper-slide {
  width: 460px;
  height: 340px;
  border-radius: 8px;
}
.news-page .news-graphic-area .graphic-info-box .graphic-ads .swiper-slide img {
  width: 100%;
  max-height: 100%;
  background-size: cover;
}
.news-page .news-graphic-area .graphic-info-box .graphic-ads .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e9ecef;
}
.news-page .news-graphic-area .graphic-info-box .graphic-ads .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F2994A !important;
}
.news-page.details .graphic-info-box .info-section .view-info-graphic {
  padding: 40px 20px 20px;
  border-radius: 10px;
  background: #fff;
  gap: 0;
  box-shadow: 8px 8px 20px #3333330f, -8px -8px 20px #ffffff66;
}
.news-page.details .graphic-info-box .info-section .news-title {
  color: #171717;
  font-size: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}
.news-page.details .graphic-info-box .info-section .view-tool {
  margin-top: 0;
  justify-content: left;
  gap: 0 40px;
  margin-bottom: 40px;
}
.news-page.details .graphic-info-box .info-section .edit-rich-graphic {
  margin-bottom: 20px;
}
.news-page.details .graphic-info-box .info-section .edit-rich-graphic * {
  word-break: break-word;
  color: inherit;
}
.news-page.details .graphic-info-box .info-section .edit-rich-graphic * img {
  max-width: 100%;
}
.news-page.details .graphic-info-box .info-section .share-help-box {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
}
.news-page.details .graphic-info-box .info-section .media-share {
  display: flex;
  align-items: center;
  color: #9DA3AA;
  gap: 0 8px;
}
.news-page.details .graphic-info-box .info-section .media-share .media-icon {
  display: flex;
  object-fit: cover;
  width: 28px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.news-page.details .graphic-info-box .info-section .media-share .twitter {
  background: url("../images/news/twitter-icon.webp") no-repeat center;
}
.news-page.details .graphic-info-box .info-section .media-share .twitter:hover {
  background: url("../images/news/twitter-icon-hover.webp") no-repeat center;
}
.news-page.details .graphic-info-box .info-section .media-share .yt {
  background: url("../images/news/yt-icon.webp") no-repeat center;
}
.news-page.details .graphic-info-box .info-section .media-share .yt:hover {
  background: url("../images/news/yt-icon-hover.webp") no-repeat center;
}
.news-page.details .graphic-info-box .info-section .media-share .in {
  background: url("../images/news/in-icon.webp") no-repeat center;
}
.news-page.details .graphic-info-box .info-section .media-share .in:hover {
  background: url("../images/news/in-icon-hover.webp") no-repeat center;
}
.news-page.details .graphic-info-box .info-section .media-share .ig {
  background: url("../images/news/ig-icon.webp") no-repeat center;
}
.news-page.details .graphic-info-box .info-section .media-share .ig:hover {
  background: url("../images/news/ig-icon-hover.webp") no-repeat center;
}
.news-page.details .graphic-info-box .info-section .upvote-box {
  color: #9DA3AA;
  display: flex;
  align-items: center;
}
.news-page.details .graphic-info-box .info-section .upvote-box .upvote-el {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.news-page.details .graphic-info-box .info-section .upvote-box .upvote-btn {
  display: inline-block;
  background: url("../images/news/upvote-icon.webp") no-repeat center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 4px;
}
.news-page.details .graphic-info-box .info-section .upvote-box .upvote-btn.active {
  background: url("../images/news/upvote-icon-hover.webp") no-repeat center;
}
.news-page.details .graphic-info-box .info-section .switch-article-tool {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9DA3AA;
}
.news-page.details .graphic-info-box .info-section .switch-article-tool .none-btn {
  cursor: default;
  pointer-events: none;
}
.news-page.details .graphic-info-box .info-section .switch-article-tool .next-btn {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  cursor: pointer;
  color: #9DA3AA;
}
.news-page.details .graphic-info-box .info-section .switch-article-tool .next-btn:hover .txt {
  color: #F2994A;
}
.news-page.details .graphic-info-box .info-section .switch-article-tool .next-btn .txt {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #171717;
  max-width: 280px;
}
.news-page.details .graphic-info-box .info-section .switch-article-tool .tool-l {
  display: flex;
  align-items: center;
}
.news-page.details .graphic-info-box .info-section .switch-article-tool .tool-l .title,
.news-page.details .graphic-info-box .info-section .switch-article-tool .tool-l .txt {
  text-align: left;
}
.news-page.details .graphic-info-box .info-section .switch-article-tool .tool-r {
  display: flex;
  align-items: center;
}
.news-page.details .graphic-info-box .info-section .switch-article-tool .tool-r .title,
.news-page.details .graphic-info-box .info-section .switch-article-tool .tool-r .txt {
  text-align: right;
}
/*# sourceMappingURL=news.css.map */