@charset "utf-8";
/* CSS Document */

body {
  background-image: none !important;
  background-color: #f8f6f5;
}
.ydd_none {
  display: none;
}
.main {
  width: 100% !important;
  max-width: 100% !important;
}
.m-elelayui1-1 .search {
  width: initial;
  height: initial;
}
.ydd_bg {
  width: 100%;
  margin-top: 10px;
  padding: 40px 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logo {
  height: 161px;
  width: 215px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;
}
.search {
  display: none;
}
.slogan {
  height: 61px;
  width: 450px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.nav {
  background-color: #fff;
  margin-top: -20px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.ydd_list {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 40px;
  box-sizing: border-box;
}
.ydd_list_title {
  font-weight: 600;
  font-size: 36px;
  color: #9c6724;
  line-height: 50px;
  padding-left: 30px;
  position: relative;
}
.ydd_list_title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 28px;
  background: #9c6724;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ydd_nav {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  gap: 50px;
  margin-top: 57px;
}
.your-element::-webkit-scrollbar {
  display: none;
}
.ydd_nav > div {
  font-weight: 400;
  font-size: 36px;
  color: #000000;
  line-height: 50px;
  white-space: nowrap;
}
.ydd_list_item > div {
  border-bottom: 1px solid #d6d1cb;
}
.ydd_list_item_text {
  font-weight: 400;
  font-size: 32px;
  color: #585858;
  line-height: 45px;
  margin-top: 27px;
  padding-left: 30px;
 
  word-break: break-word;
  position: relative;
}
.ydd_list_item_text:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #cc0000;
  top: 22px;
  left: 0;
  transform: translateY(-50%);
}
.ydd_list_item_data {
  font-weight: 400;
  font-size: 24px;
  color: #8c8070;
  line-height: 33px;
  margin-top: 9px;
  margin-bottom: 22px;
  text-align: end;
}
.ydd_gg {
  margin-top: 20px;
  background-color: #fff;
  padding: 40px;
  padding-left: 70px;
  display: block;
}
.ydd_gg::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 28px;
  background: #9c6724;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.ydd_ggdl {
  background-color: #fff;
  width: 100%;
  height: 1080px;
  margin-top: 0px;
  padding: 40px;
  padding-top: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.column1 .navTabs {
  width: 100%;
  float: none;
  margin-top: 70px;
}
.column1 .navList {
  width: 100%;
  float: none;
}
.column1 .navTabs li {
  width: 140px;
  height: 60px;
  background: #fffcf8;
  border-radius: 10px;
  border: 1px solid #cbc5be;
  margin-bottom: 0;
  margin-right: 0;
}
.column1 .navTabs li a {
  font-weight: 400;
  font-size: 32px;
  color: #9c6724;
  line-height: 60px;
}
.column1 .navTabs li.active {
  background: linear-gradient(180deg, #f9cf97 0%, #d29657 100%);
}
.column1 .navTabs li.active a {
  color: #fff;
}
.ydd_ggdl .navTabs {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}
.ydd_ggdl .tab-all {
  order: 1;
}
.column1 .navList.active {
  height: 189px;
  width: 100%;
  background: #fffcf8;
  border-radius: 10px;
  border: 1px solid #cbc5be;
}
.ggtxt {
  height: 189px;
  background: #fffcf8;
  border-radius: 10px;
  border: 1px solid #cbc5be;
  font-weight: 400;
  font-size: 32px;
  color: #585858;
  line-height: 45px;
}
.ggtxt .trs_web {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ggtxt .trs_web p {
  white-space: normal; /* 合并连续空格 */
  word-spacing: 0; /* 重置单词间距 */
  letter-spacing: 0; /* 重置字符间距 */
  white-space: nowrap;
  overflow: hidden;
}
.ydd_nav_active {
  font-weight: 600 !important;
  font-size: 36px !important;
  color: #9c6724 !important;
  line-height: 50px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.ydd_nav_active::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 5px;
  background: #9c6724;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.ydd_list_item_hide {
  display: none;
}
