.module_show_2022 {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.module_show_2022 .module_show_2022_info {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}

.module_show_2022_info_right {
  flex: 1;
  width: 350px;
  padding-left: 95px;
  padding-top: 240px;
}

.module_show_2022_info_right .module_show_2022_title {
  font-size: 48px;
  font-weight: bold;
  color: #212529;
}

.module_show_2022_info_right .module_show_2022_desc {
  margin-top: 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  letter-spacing: 1px;
}

.module_show_2022_info_right .module_show_2022_desc * {
  max-width: 100%;
}

.module_show_2022_info_right .module_show_2022_desc img {
  max-width: 100%;
  height: auto;
}

.module_show_2022 .module_show_2022_body {
  overflow: hidden;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.3;
  /* border: 1px solid #ececec;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px; */
}

.module_show_2022 .module_show_2022_body * {
  padding: 0;
  margin: 0;
  max-width: 100%;
}


.module_show_2022_body_tabs {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab {
  padding: 10px 30px;
  /*background: #ced4da;*/
  color: #404040;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  margin-right: 16px;
  /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
  /*border-radius: 4px;*/
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0);
  /*border-bottom-color: #0a6ca5;*/
  overflow: hidden;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list::after {
  content: ' ';
  display: block;
  /*background: #343a40;*/
  height: 1px;
  flex: 1
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab:nth-child(1) {
  margin-left: 0;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab.active {
  border-bottom-color: #12B886FF;

  /*background: #14c89a;*/
  /*color: #fff;*/
  /*border-color: #14c89a;*/
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab:hover {
  border-bottom-color: #12B886FF;

  /*background: #14c89a;*/
  /*color: #fff;*/
  /*border-color: #14c89a;*/
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab:active {
  /*background: rgba(18, 184, 134, 1);*/
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab:after {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  content: ' ';
  border-right: 1px dashed #fff;
  display: none;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab:nth-last-child(1):after {
  display: none;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_content {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 32px;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_content .module_show_2022_body_tabs_content_item {
  display: none;
  overflow: hidden;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_content .module_show_2022_body_tabs_content_item * {
  max-width: 100%;
  height: auto;
}


.module_show_2022_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}

.module_show_2022_tags a {
  padding: 8px 12px;
  background: #e9ecef;
  margin-right: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  user-select: none;
  text-decoration: none;
}

.module_show_2022_tags a svg {
  width: 18px;
  margin-right: 8px;
}

.module_show_2022_tags a:hover {
  background: #4765a0;
  color: #fff;
}

.module_show_2022_tags a:nth-last-child(1) {
  margin-left: 0;
}
