.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: 24px;
  font-weight: bold;
  color: #212529;
  letter-spacing: 1px;
}

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

.module_show_2022 .module_show_2022_body img {
	display: block;
	margin: 0 auto;
}
