.newsflash_breadcrumb {
  background: #f7f7f7;
  font-size: 14px;
  color: #666;
  height: 42px;
  display: flex;
  align-items: center;
}
.newsflash_breadcrumb a {
  color: #666;
  text-decoration: none;
}
.newsflash_breadcrumb a:hover {
  color: #00a378;
}
.newsflash_breadcrumb img {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}

.newsflash_header_wrap {
  height: 144px;

  background-image: url('/image_v2/company/newsflash_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.newsflash_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.newsflash_header_left {
  display: flex;
  flex-direction: column;
}
.newsflash_title {
  font-family: 苹方-简, 苹方-简;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  line-height: 36px;
  margin: 0 0 8px 0;
}
.newsflash_subtitle {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin: 0;
}

.newsflash_header_right {
  display: flex;
  align-items: center;
  width: 354px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #f0f0f0;
  padding-left: 16px;
}

.newsflash_search {
  display: flex;
  align-items: center;
}
.newsflash_search_input {
  width: 214px;
  border: 0;
  outline: none;
}
.new_encyclopedia_search_input_remove {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  cursor: pointer;
  opacity: 0;
}
.merchants_search_input_line {
  width: 1px;
  height: 19px;
  background: #e5e7eb;
}
.trivia_question_type_search_remove {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0;
}
.newsflash_search_btn {
  flex: 1;
  padding: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.newsflash_search_btn img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.newsflash-wrap {
  /* padding: 40px 0 60px; */
  background: #fff;
}
.newsflash_container {
  padding-bottom: 20px;
}

.newsflash_list {
  min-height: 200px;
}
.newsflash_item {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.newsflash_item:last-child {
  border-bottom: none;
}

.newsflash_item_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.newsflash_item_title {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin: 0;
  flex: 1;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.newsflash_item_header:hover .newsflash_item_title {
  color: #00a378;
}
.newsflash_item_time {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}
.newsflash_item_desc {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsflash_item_tags {
  display: flex;
  flex-wrap: wrap;
  margin-right: 8px;
}
.newsflash_item_tag,
.newsflash_item_tag:hover {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  background: #e3f3ef;
  border-radius: 2px;
  font-weight: 500;
  font-size: 13px;
  color: #00a378;
  line-height: 22px;
  color: #00a378;
}
.newsflash_item_tag img {
  display: inline-block;
  width: 6px;
  height: 6px;

  margin-left: 4px;
}

.newsflash_no_data {
  text-align: center;
  padding: 60px 0;
}
.newsflash_no_data img {
  width: 330px;
  height: 192px;
}
.newsflash_no_data p {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}

.newsflash_laypage_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
.newsflash_laypage_wrap .layui-laypage {
  margin: 0;
}
#newsflash_laypage .layui-laypage a,
#newsflash_laypage .layui-laypage .layui-laypage-curr,
#newsflash_laypage .layui-laypage .layui-laypage-spr {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  margin-right: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
}
#newsflash_laypage .layui-laypage .layui-laypage-curr {
  background: #00a378;
  border-color: #00a378;
  color: #fff;
}
#newsflash_laypage .layui-laypage .layui-laypage-prev,
#newsflash_laypage .layui-laypage .layui-laypage-next {
  width: auto;
  padding: 0 16px;
}
#newsflash_laypage .layui-laypage .layui-laypage-prev .layui-icon,
#newsflash_laypage .layui-laypage .layui-laypage-next .layui-icon {
  font-size: 14px;
}
.newsflash_laypage_total {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  font-family:
    PingFang SC,
    Microsoft YaHei;
  margin-left: 20px;
}

.newsflash_detail_wrap {
  background-color: #fff;
  padding-bottom: 60px;
  font-size: 14px;
  font-family:
    PingFang SC,
    Microsoft YaHei;
}
.newsflash_detail_breadcrumb {
  background: #f7f7f7;
  font-size: 14px;
  color: #666;
  height: 42px;
  display: flex;
  align-items: center;
}
.newsflash_detail_breadcrumb img {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}
.newsflash_detail_breadcrumb a {
  color: #666;
  text-decoration: none;
}
.newsflash_detail_breadcrumb a:hover {
  color: #00a378;
}
.newsflash_detail {
  margin: 21px auto;
}
.newsflash_detail_content {
  width: 100%;
}
.newsflash_detail_content img {
  max-width: 100%;
}
.newsflash_detail_title {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 12px;
}
.newsflash_detail_title_copy {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 16px;
}
.newsflash_detail_meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 17px;
}
.newsflash_detail_source {
}
.newsflash_detail_date {
}
.newsflash_detail_body {
  font-size: 15px;
  color: #333;
  line-height: 2;
}
.newsflash_detail_body p {
  margin-bottom: 16px;
  /* text-indent: 2em; */
}
.newsflash_detail_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.newsflash_detail_tags_label {
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 22px;
}
.newsflash_detail_tags_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.newsflash_detail_tag {
  display: inline-block;
  padding: 4px 12px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
}
.newsflash_detail_tag:hover {
  background: #00a378;
  color: #fff;
}
.newsflash_detail_related_tags {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 16px;
}
.newsflash_detail_related_tags_text {
  font-size: 14px;
  color: #666;
}
.newsflash_detail_disclaimer {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.newsflash_detail_back {
  margin-top: 20px;
}
.newsflash_detail_back a {
  color: #00a378;
  font-size: 14px;
  text-decoration: none;
}
.newsflash_detail_back a:hover {
  text-decoration: underline;
}

.newsflash_detail_content .prev_and_next {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
  margin-top: 24px;
}
.newsflash_detail_content .p_n_news_item {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 12px;
}
.newsflash_detail_content .p_n_news_item:last-child {
  margin-bottom: 0;
}
.newsflash_detail_content .p_n_news_item a {
  color: #000000;
}
.newsflash_detail_content .p_n_news_item a:hover {
  color: #00a378;
}

.newsflash_detail_aside {
  flex: 1;
  max-width: 320px;
}
.newsflash_detail_aside .everyone_watch_wrap {
  margin-bottom: 30px;
}
.newsflash_detail_aside .everyone_watch_wrap .temp_title {
  margin-bottom: 16px;
}
.newsflash_detail_aside .everyone_watch {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.newsflash_detail_aside a.everyone_watch_item {
  position: relative;
  display: block;
  padding-left: 12px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.newsflash_detail_aside .everyone_watch_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #e4e6eb;
  border-radius: 50%;
}
.newsflash_detail_aside a.everyone_watch_item:hover .everyone_watch_item_title {
  color: #00a378;
}
.newsflash_detail_aside a.everyone_watch_item:last-child {
  margin-bottom: 0;
}
.newsflash_detail_aside .everyone_watch_item_title {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsflash_detail_aside .everyone_watch_item_desc {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
}

.newsflash_detail_aside_recommend_wrap {
  margin-bottom: 30px;
}
.newsflash_detail_aside_recommend_title {
  margin-bottom: 16px;
}
.newsflash_detail_aside_recommend_item {
  display: block;
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  color: #00a378;
  text-decoration: none;
  text-align: center;
}
.newsflash_detail_aside_recommend_item:hover {
  background: #f0fdf9;
  border-color: #00a378;
}
.newsflash_detail_aside_item_content {
  padding-left: 0;
}
.newsflash_detail_aside_item_title {
  font-weight: 500;
  font-size: 14px;
  color: #00a378;
}
.newsflash_detail_aside_qr {
  width: 100%;
  max-width: 300px;
}
