.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: 32px;
}

.module_show_2022_info_right .module_show_2022_title {
  font-size: 32px;
    color: #0084cf;
}

.module_show_2022_info_right .module_show_2022_desc {
  font-family: "Microsoft YaHei";
    margin-top: 20px;
    overflow: hidden;
    font-size: 14px!important;
    line-height: 2.5!important;
    color: #888!important;
  /*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;
  padding: 8px;
    background: #f3f3f3;
  flex-wrap: nowrap;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab {
  padding: 10px 30px;
    /* background: #f4f4f4; */
    color: #000;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    margin-right: 16px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border-radius: 4px;
    overflow: hidden;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab.active {
  /*background: #12b886;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
  font-weight: bold;
    color: #0084cf;
}

.module_show_2022_body_tabs .module_show_2022_body_tabs_nav_list .module_show_2022_body_tabs_tab:hover {
  /*background: rgba(18, 184, 134, .9);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
  font-weight: bold;
    color: #0084cf;
}

.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 {
  width: 43px;
    padding: 6px 16px;
    /* background: #e9ecef; */
    /* margin-right: 450px; */
    border-radius: 2px;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
    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;
}
