.news_wrap {
  background-color: #fff;
  padding-bottom: 70px;
  padding-top: 30px;
}
.news_top_box {
  margin-bottom: 30px;
}
.news_content {
  display: flex;
}

.news_top_msk {
  width: 100%;
  height: 40px;
  background-color: #fff;
}

.news_top_wrap {
  transition: all 0.3s;
  position: sticky;
  top: 72px;
  background-color: #fff;
  z-index: 5;
}
.swiper_wrap {
  position: relative;
}
.swiper_news_banner {
  width: 816px;
  height: 338px;
  border-radius: 4px 4px 4px 4px;
}
.swiper_news_banner .swiper_wrap a {
  display: block;
}

.swiper_news_banner .swiper_wrap .swiper-wrapper .swiper-slide {
  cursor: pointer;
}

.swiper_news_banner .swiper_wrap .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 4px 4px;
}

.swiper_news_banner .swiper_text_box_desc {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  width: 816px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 40px 20px 30px;
}

.swiper_news_banner .swiper {
  width: 100%;
  height: 100%;
}

.swiper_news_banner .swiper .swiper-pagination-bullet {
  opacity: 1;
  transition: all 0.3s;
  bottom: 12px;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 100px 100px 100px 100px;
}

.swiper_news_banner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 7px;
  background: #00a378;
  border-radius: 100px 100px 100px 100px;
}
.swiper_news_banner .swiper .swiper_text_box_state {
  width: 50px;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 4px 7px;
}
.swiper_news_banner .swiper .swiper_text_box_state_init {
  background-color: #ffaf1a;
}
.swiper_news_banner .swiper .swiper_text_box_state_progress {
  background: #005dff;
}
.swiper_news_banner .swiper .swiper_text_box_state_end {
  background: rgba(17, 17, 17, 0.55);
}
.navigation_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.navigation_btn img {
  width: 24px;
  height: 50px;
  cursor: pointer;
}

.navigation_btn.swiper_right_icon {
  right: 0;
}
.news_top {
  display: flex;
  justify-content: space-between;
  font-family: PingFang SC, Microsoft YaHei;
  padding: 16px 0;
}

.news_top_wrap.news_top_fixed {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.02);
}
.news_top_wrap_right_item a {
  width: 354px;
  padding: 12px 0px 0px;
  border-radius: 0px 0px 0px 0px;

  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news_top_wrap_right_item::after {
  display: inline-block;
  content: '';
  width: 354px;
  height: 1px;
  background: #e5e7eb;
  margin-top: 12px;
}
.news_top_wrap_right_item:first-child a {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.news_top_wrap_right {
  margin-left: 24px;
}
.news_top_wrap_right_item:last-child::after {
  content: '';
  width: 0;
  height: 0;
}
.news_top_wrap_right_item a:hover {
  color: #00a378;
}
.news_top_type {
  display: flex;
  align-items: center;
  height: 40px;
  margin-right: 30px;
  background-color: #fff;
}

.news_top_type_item {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 28px;
  cursor: pointer;
}

.news_top_type_item.curr,
.news_top_type_item:hover {
  color: #00a378;
}

.news_top_type_item_line {
  width: 1px;
  height: 18px;
  background: #ebebeb;
  margin: 0 16px;
}
.news_top_type_item_line:last-child {
  width: 0px;
  height: 0px;
}

.news_top_search {
  position: sticky;
  top: 76px;
  display: flex;
  align-items: center;
  width: 354px;
  height: 42px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  padding-left: 16px;
}

.news_top_search input {
  width: 243px;
  border: 0;
  outline: none;
}

.news_top_search_line {
  width: 1px;
  height: 19px;
  background: #e5e7eb;
  margin-left: 12px;
}

.news_top_search_btn {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  padding-left: 12px;
}

.news_top_search_btn img {
  width: 19px;
  height: 19px;
  margin-right: 4px;
}

.news_left {
  width: 816px;
  min-height: 950px;
  padding-top: 6px;
}

.news_left .news_top_type {
  position: sticky;
  top: 76px;
}

.news_right {
  width: 354px;
  padding-top: 6px;
  margin-left: 30px;
}

.news_right_aside {
  width: 354px;
}

.news_woods_recommend {
  margin-bottom: 30px;
}

.news_woods_recommend_title {
  margin-bottom: 16px;
}

.news_woods_recommend_box {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}

.news_woods_recommend_content {
  width: 306px;
  height: 167px;
  background-image: url('https://res.mucaihome.com/oss_mucai/home/woods_recommend_bg.png');
  background-size: 100% 100%;
  padding: 20px;
  margin-bottom: 16px;
}

.news_woods_recommend_content_info_wrap {
  display: flex;
  margin-bottom: 17px;
}

.news_woods_recommend_content_img {
  width: 80px;
  height: 80px;
  border-radius: 2px;
  border: 5px solid #ffffff;
  margin-right: 12px;
}

.news_woods_recommend_content_img img {
  width: 100%;
  height: 100%;
}

.news_woods_recommend_content_info {
  width: 174px;
}

.news_woods_recommend_content_title {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  font-family: PingFang SC, Microsoft YaHei;
  margin-bottom: 4px;
}

.news_woods_recommend_content_title_desc {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_woods_recommend_content_info_btn_wrap {
  display: flex;
  justify-content: flex-end;
}

.news_woods_recommend_content_info_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 30px;
  background: #f7f9fc;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
}

.news_woods_recommend_content_info_btn:hover {
  color: #fff;
  background-color: #00a378;
}

.news_woods_recommend_list {
  /* display: flex;
  align-items: center; */
}

.news_woods_recommend_list_item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px;
}

.news_woods_recommend_list_item:last-child {
  margin-bottom: 0;
}
.news_woods_recommend_list_item_name {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 16px;
}
.news_woods_recommend_list_item:hover .news_woods_recommend_list_item_name {
  color: #00a378;
}
.news_woods_recommend_list_item img {
  width: 106px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
}

.news_hot_tags {
}

.news_hot_tags_top {
  margin-bottom: 16px;
}

.news_hot_tags_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px 24px 12px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}

.news_hot_tags_item {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 44px;
  background: #f6f6f6;
  color: #333333;
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  border-radius: 4px;
}

.news_hot_tags_item:hover {
  color: #fff;
  background-color: #00a378;
}

.news_info_list {
}

.news_info_no_data {
  text-align: center;
  margin-top: 100px;
  display: none;
}

.news_info_no_data img {
  width: 330px;
  height: 192px;
}

.news_info_no_data .no_data_text {
  color: #666666;
  font-size: 14px;
}

.news_info_item {
  display: flex;
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.news_info_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.news_info_item_img {
  width: 234px;
  height: 132px;
  border-radius: 4px;
  /* border: 1px solid #D1D5DB; */
  margin-right: 20px;
}

.news_info_item_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_info_item_title {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-family: PingFang SC, Microsoft YaHei;
}

.news_info_item_content_text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_info_item .news_info_item_title:hover {
  color: #00a378;
}

.news_info_item_form_time {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 22px;
}

.news_info_item_form_time_line {
  width: 2px;
  height: 2px;
  background: #999999;
  border-radius: 100%;
  margin: 0 8px;
}

.news_laypage_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}

.news_laypage_wrap .layui-laypage {
  margin: 0;
}

.layui-laypage a,
.layui-laypage span {
  margin: 0;
}

#news_laypage .layui-laypage a,
#news_laypage .layui-laypage .layui-laypage-curr,
#news_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;
}

#news_laypage .layui-laypage .layui-laypage-prev,
#news_laypage .layui-laypage .layui-laypage-next {
  width: auto;
  padding: 0 12px;
}

#news_laypage .layui-laypage .layui-laypage-prev .layui-icon,
#news_laypage .layui-laypage .layui-laypage-next .layui-icon {
  font-size: 14px;
}

.news_laypage_total {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  font-family: PingFang SC, Microsoft YaHei;
  margin-left: 20px;
}
.news_wrap .news_top_wrap_bn {
  width: 1200px;
  height: 100px;
}
.news_wrap .news_top_wrap_bn img {
  width: 100%;
  height: 100%;
}
.layui-layer-loading2 {
  width: 240px !important;
  font-size: 14px;
}
.news_detail_wrap {
  background-color: #fff;
  padding-bottom: 40px;
  /* padding-top: 24px; */
  font-size: 14px;
  font-family: PingFang SC, Microsoft YaHei;
}

.news_detail {
  display: flex;
  margin-top: 20px;
  padding: 0 30px;
  position: relative;
}

.news_detail_content {
  width: 770px;
  min-height: 600px;
  margin-right: 50px;
}

.news_detail_content img {
  max-width: 100%;
}

.news_detail_title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 12px;
}

.news_detail_from_date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 24px;
}

.news_detail_from {
  margin-right: 16px;
}

.news_detail_content .content {
  /* min-height: 600px; */
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.content img {
  width: 100%;
}

.tips {
  padding: 24px 0 16px;
  color: #999999;
  line-height: 22px;
}
.news_detail_label {
  font-family: 苹方-简, 苹方-简, PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
}
.news_detail_label_tag {
  padding: 0 20px;
  height: 30px;
  background: #f6f6f6;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  margin-right: 8px;
}
.news_detail_label_tag:hover {
  background: #00a378;
  color: #ffffff;
}
.prev_and_next {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
  margin-top: 24px;
}

.p_n_news_item {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 12px;
}

.p_n_news_item:last-child {
  margin-bottom: 0;
}

.p_n_news_item a {
  color: #000000;
}

.p_n_news_item a:hover {
  color: #00a378;
}

.news_detail_aside {
  flex: 1;
  max-width: 320px;
}

.everyone_watch_wrap {
  margin-bottom: 30px;
}

.everyone_watch_wrap .temp_title {
  margin-bottom: 16px;
}

.everyone_watch {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}

a.everyone_watch_item {
  position: relative;
  display: block;
  width: 280px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 14px;
  padding-left: 12px;
}

.everyone_watch_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #e4e6eb;
  border-radius: 50%;
}

a.everyone_watch_item:hover .everyone_watch_item_title {
  color: #00a378;
}

a.everyone_watch_item:last-child {
  margin-bottom: 0;
}

.everyone_watch_item_title {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.everyone_watch_item_desc {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
}

.everyone_watch_item_answer {
  margin-right: 16px;
}

.everyone_watch_item_answer span,
.everyone_watch_item_read span {
  margin-right: 4px;
}

.news_detail_aside_recommend_wrap {
  width: 100%;
  margin-bottom: 30px;
}

.news_detail_aside_recommend_title {
  margin-bottom: 16px;
}

.news_detail_aside_recommend_list {
  padding: 20px 19px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

.news_detail_aside_recommend_item {
  display: flex;
  margin-bottom: 16px;
  cursor: pointer;
}

.news_detail_aside_recommend_item:last-child {
  margin-bottom: 0;
}

.news_detail_aside_recommend_item .aside_recommend_item_img {
  display: block;
  width: 106px;
  height: 64px;
  border-radius: 4px;
  margin-right: 16px;
}

.news_detail_aside_item_content {
  display: flex;
  align-items: center;
  width: 158px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_detail_aside_item_content .news_detail_aside_item_title {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 8px;
}

.news_detail_aside_recommend_item:hover .news_detail_aside_item_title {
  color: #00a378;
}

.news_detail_aside_item_content .news_detail_aside_item_desc {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_detail_aside_qr {
  width: 320px;
  height: 134px;
}

._oa7vzkm4fwi iframe {
  width: 100%;
}
li {
  list-style: unset;
}

ol {
  list-style-type: decimal;
  padding-left: 16px;
}
ul {
  list-style-type: disc;
  padding-left: 16px;
}

.swiper_gg_wrap {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 30px;
}

.exhibition-detail-conten-news-img {
  width: 100%;
  max-width: 100%;
  padding-top: 24px;
}

.exhibition-right-news {
  margin-top: 30px;
}
.exhibition-right-news .exhibition-right-news-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  &::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #00a378;
    margin-right: 8px;
  }
}

.news_detail_aside .exhibition-right-news .exhibition-right-news-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.news_detail_aside .exhibition-right-news .exhibition-right-news-list .exhibition-right-news-list-img img {
  width: 124px;
  height: 76px;
  border-radius: 4px 4px 4px 4px;
}

.news_detail_aside .exhibition-right-news .exhibition-right-news-list .exhibition-right-news-list-text {
  margin-left: 16px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.news_detail_aside .exhibition-right-news .exhibition-right-news-list .exhibition-right-news-list-text .exhibition-right-news-list-text-txt {
  width: 220px;
  height: 48px;
  margin-bottom: 8px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
  &:hover {
    color: #00a378;
  }
}

.news_detail_aside .exhibition-right-news-item {
  display: flex;
  margin-bottom: 22px;
}
.news_detail_aside .exhibition-right-news-item .exhibition-right-news-item-left img {
  width: 124px;
  height: 76px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d1d5db;
  margin-right: 16px;
}
.news_detail_aside .exhibition-right-news-item-right {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.news_detail_aside .exhibition-right-news-item-right-title {
  width: 180px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 8px;
}
.news_top_box ul,
li {
  list-style: none;
  padding-left: 0;
}
.news_woods_recommend_box ul,
li {
  list-style: none;
  padding-left: 0;
}
.news_woods_news_list_item {
  margin-top: 26px;
}
.news_woods_news_index {
  display: inline-block;
  padding: 0 6px;
  height: 20px;
  background: #f7f7f7;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 10px;
}
.news_woods_news_one {
  background: #f52424;
  color: #ffffff;
}
.news_woods_news_two {
  background: #ff6b3a;
  color: #ffffff;
}
.news_woods_news_three {
  background: #ffba3a;
  color: #ffffff;
}
.news_woods_news_list_item a {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_woods_news_list_item a:hover {
  color: #00a378;
}
.news_woods_news_list_item:first-child {
  margin-top: 0;
}
.news_woods_news {
  margin-bottom: 30px;
}
.ad-baidu {
  width: 100%;
  /* padding: 15px 0; */
  background: #fff;
  margin-top: 30px;
  text-align: center;
  height: auto;
}
.news_label_tag {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #00a378;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 8px;
}
.news_label_tag:hover {
  color: #00a378;
}
.news_label_tag:last-child {
  margin-right: 0;
}
.news_info_item_form1 {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block; /* 让省略号生效 */
  color: #00a378;
}
.news-detail-fixed {
  position: absolute;
  top: 0;
  left: -110px;
  height: 100%;
}
.news-detail-fixed-qr-title {
  margin-top: 6px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.news-detail-fixed-qr-desc {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 2px;
}
.news-detail-fixed-qr {
  text-align: center;
}
