.news_wrap {
  background-color: #fff;
  padding-bottom: 70px;
  padding-top: 24px;
}

.news_bx {
  /* padding-top: 31px; */
}

.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;
}

.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_type {
  display: flex;
  align-items: center;
  height: 40px;
  margin-right: 30px;
  background-color: #fff;
}

.news_top_type_item {
  font-weight: 400;
  font-size: 20px;
  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_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: 24px;
  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 {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 2px solid transparent;
  margin-right: 12px;
  cursor: pointer;
}

.news_woods_recommend_list_item:last-child {
  margin-right: 0;
}

.news_woods_recommend_list_item.curr::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 2px solid #49d198;
}

.news_woods_recommend_list_item img {
  width: 40px;
  height: 40px;
  border-radius: 2px;
}

.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:hover .news_info_item_title {
  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: 1px;
  height: 14px;
  background: #ebebeb;
  margin: 0 10px;
}

.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;
}

.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;
}

.content {
  /* min-height: 600px; */
}

.content img {
  width: 100%;
}

.tips {
  padding: 24px 0;
  color: #999999;
  line-height: 22px;
}

.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;
}
