/*index*/
._hidden {
  display: none;
}
._tbody {
  width: calc(100%);
  float: left;
  background-color: transparent;
}
._tbody ._title {
  width: calc(100%);
  height: 57px;
  margin-bottom: 10px;
  position: relative;
  animation: fadeInDown 0.6s ease-out;
}
._tbody ._title ._font {
  flex-shrink: 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: 69px;
  display: inline-block;
  display: flex;
}
._tbody ._title ._font ._cn {
  font-size: 28px;
  color: #040000;
  font-weight: bold;
  display: inline;
  text-align: center;
}
._tbody ._title ._font ._en {
  width: max-content;
  color: #9e9e9e;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  margin-left: 10px;
  position: relative;
  top: 4px;
}
._tbody ._title ._line {
  width: calc(20%);
  height: 2px;
  background: linear-gradient(to right, #2b5dc3 0%, rgba(13, 93, 195, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: calc(69px + 24px);
  bottom: 8px;
  display: inline-block;
}
._tbody ._title ._line::before {
  content: "";
  width: 26px;
  height: 11px;
  display: block;
  background: url("https://www.hiddenlakeswinery.com/images/tit_icon.svg") no-repeat;
  position: absolute;
  left: -24px;
  top: -5.5px;
}
._tbody ._title ._min_more {
  position: absolute;
  z-index: 99;
  right: 18px;
  top: 5px;
}
._tbody ._title ._min_more .b_more {
  font-size: 14px;
  color: #0e52a7;
  border-radius: 5px;
  display: inline-flex;
}
._tbody ._title ._min_more .b_more a {
  font-size: 14px;
  color: #0e52a7;
  cursor: pointer;
}
._tbody ._title ._min_more .b_more a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://www.hiddenlakeswinery.com/images/more_bg.png") no-repeat center center;
  position: absolute;
  top: 5px;
  right: -18px;
}
._tbody ._title a {
  cursor: pointer;
  border: 0;
}
._tbody ._title::before {
  content: "";
  display: inline-flex;
  width: 57px;
  height: 57px;
  background: url("https://www.hiddenlakeswinery.com/images/title_bg.svg") no-repeat;
}
._tbody ._more {
  width: 130px;
  height: 40px;
  line-height: 40px;
  display: flex;
  cursor: pointer;
  color: #0e52a7;
  font-size: 16px;
  border: 1px solid #c7c7c7;
  text-align: center;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 10px auto;
}
._tbody ._more a {
  display: block;
  color: #0e52a7;
  font-size: 16px;
  cursor: pointer;
}
.bg_color {
  background: rgba(240, 244, 249, 0.7) url("https://www.hiddenlakeswinery.com/images/index/m2_bg.jpg") no-repeat center;
}
/*AI智能导航*/
.nav-bar {
  max-width: 1431px;
  width: 1400px;
  height: 80px;
  background: #ffffff;
  border-bottom: 2px solid #006cff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  /* 移除内边距，交由form控制 */
  margin: 0 auto;
  box-shadow: inset 0 0 15px 8px rgba(0, 108, 255, 0.1);
  /* 内发光效果 */
  overflow: hidden;
}
.nav-bar #searchForm {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 30px;
  /* 继承原导航栏内边距 */
}
.nav-bar .nav-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  max-width: calc(100% - 80px);
}
.nav-bar .nav-left .ai-icon {
  width: 48px;
  height: 48px;
  background: radial-gradient(circle, #66a3ff, #006cff);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.nav-bar .nav-left .ai-icon::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(102, 163, 255, 0.3);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.nav-bar .nav-left .ai-icon .ai-text {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.nav-bar .nav-left .nav-input {
  font-size: 22px;
  color: #006cff;
  font-weight: 400;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 5px 0;
  caret-color: #006cff;
  resize: none;
}
.nav-bar .nav-left .nav-input::-webkit-input-placeholder {
  color: #006cff;
  opacity: 0.8;
}
.nav-bar .nav-left .nav-input::-moz-placeholder {
  color: #006cff;
  opacity: 0.8;
}
.nav-bar .nav-left .nav-input:-ms-input-placeholder {
  color: #006cff;
  opacity: 0.8;
}
.nav-bar .nav-left .nav-input:-moz-placeholder {
  color: #006cff;
  opacity: 0.8;
}
.nav-bar .nav-left .nav-input:focus {
  border-bottom: 0px solid #006cff;
  transition: border-bottom 0.3s ease;
}
.nav-bar .nav-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-bar .nav-right .search-btn {
  width: 99px;
  height: 72px;
  background: url("https://www.hiddenlakeswinery.com/images/ai_btn.png") no-repeat;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.nav-bar .nav-right .search-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(102, 163, 255, 0.5);
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*END AI智能导航*/
.m2 {
  width: calc(100%);
  margin-bottom: 20px;
}
.m2 ul .m2_cont {
  width: calc(100%);
  display: flex;
  justify-content: space-between;
}
.m2 ul .m2_l {
  width: calc((100% / 2) - 15px);
  padding: 0 15px 0 0;
}
.m2 ul .m2_l .carousel-container {
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
.m2 ul .m2_l .carousel-container .carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.m2 ul .m2_l .carousel-container .carousel-item {
  min-width: 100%;
  position: relative;
}
.m2 ul .m2_l .carousel-container .carousel-item ._item {
  width: 100%;
  height: 450px;
  position: relative;
}
.m2 ul .m2_l .carousel-container .carousel-item img {
  width: 100%;
  display: block;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info {
  background: #fff;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  height: 145px;
  width: 86%;
  margin: -70px auto 0;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid #0e52a7;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info .date-tag {
  position: absolute;
  top: calc(-175px * (1/4));
  right: 25px;
  background: #0e52a7;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  z-index: 15;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info .date-tag .day {
  font-size: 36px;
  color: #ffffff;
  margin-top: 10px;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info .date-tag .year {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info .page-indicator {
  color: #666;
  border-radius: 4px;
  align-items: center;
  font-weight: bold;
  flex-shrink: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info .page-indicator .current {
  display: inline-block;
  margin-right: 5px;
  font-size: 36px;
  color: #0e52a7;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info .page-indicator .total {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #abb0b9;
  height: 9px;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info .carousel-title {
  height: 80px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
  text-align: left;
  z-index: 10;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info .next-btn {
  position: absolute;
  right: 25px;
  bottom: 10px;
  background: none;
  border: none;
  font-size: 20px;
  color: #3385ff;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
}
.m2 ul .m2_l .carousel-container .carousel-item .carousel-info .next-btn:hover {
  color: #0e52a7;
}
.m2 ul .m2_l .carousel-container .dot-indicators {
  position: absolute;
  bottom: 20px;
  left: calc(28% / 2);
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 20;
}
.m2 ul .m2_l .carousel-container .dot-indicators .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}
.m2 ul .m2_l .carousel-container .dot-indicators .dot.active {
  background: #3385ff;
}
.m2 ul .m2_r {
  width: calc((100% / 2) - 15px);
  padding: 0 0 15px 0;
}
.m2 ul .m2_r .m2_list {
  width: calc(100%);
  margin-top: 20px;
}
.m2 ul .m2_r .m2_list li {
  width: calc(100%);
  background-color: #ffffff;
  margin: 0;
  padding: 15px 0;
  float: left;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}
.m2 ul .m2_r .m2_list li a {
  display: block;
  width: calc(100%);
}
.m2 ul .m2_r .m2_list li ._txt {
  width: calc(100% - 226px - 40px);
  padding: 0 0;
  position: relative;
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m2 ul .m2_r .m2_list li ._txt ._date {
  padding: 0 10px 10px 0;
  display: inline-block;
  font-size: 16px;
  color: #0e52a7;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.m2 ul .m2_r .m2_list li ._txt ._tit {
  width: calc(100%);
  font-size: 20px;
  color: #040000;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.m2 ul .m2_r .m2_list li ._txt ._details {
  width: calc(100%);
  font-size: 16px;
  color: #666666;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.m2 ul .m2_r .m2_list li ._txt ._details a {
  display: block;
  line-height: 20px;
  font-size: 1.5rem;
  color: #666666;
}
.m2 ul .m2_r .m2_list li ._pic {
  width: 226px;
  height: 150px;
  display: inline-block;
  float: right;
}
.m2 ul .m2_r .m2_list li ._pic img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.m2 ul .m2_r .m2_list li ._tepy {
  width: 96px;
  height: 28px;
  line-height: 28px;
  font-size: 1.25rem;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  background-color: #0c3383;
  padding: 0 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.m2 ul .m2_r .m2_list li ._tepy a {
  display: block;
  cursor: pointer;
  font-size: 1.25rem;
  font-style: normal;
  color: #ffffff;
}
.m2 ul .m2_r .m2_list li:first-child {
  padding: 0 0 15px 0;
}
.m3 {
  width: calc(100%);
  min-height: calc(180px - 80px);
  padding: 40px 0;
}
.m3 .m3_list {
  width: calc(100%);
  margin-top: 10px;
}
.m3 .m3_list li {
  width: calc((100% - 50px - 50px) / 3);
  height: 80px;
  margin-left: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  float: left;
}
.m3 .m3_list li .date {
  width: 92px;
  height: 80px;
  background-color: #015bae;
  float: left;
  margin-right: 15px;
  border-radius: 20px 0 20px 20px;
}
.m3 .m3_list li .date ._d {
  display: block;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.m3 .m3_list li .date ._ym {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
}
.m3 .m3_list li .tit {
  width: calc(100% - 92px - 10px - 15px);
  height: 30px;
  line-height: 25px;
  font-size: 16px;
  color: #040000;
  font-weight: bold;
  float: left;
  display: flex;
}
.m3 .m3_list li .txt {
  font-size: 16px;
  color: #2b2b2b;
  text-align: left;
  width: calc(100% - 92px - 10px - 15px);
  float: left;
  display: flex;
}
.m3 .m3_list li:first-child {
  margin-left: 0;
}
.m3 .m3_list li:nth-child(4n) {
  margin-left: 0 ;
}
.m4 {
  width: calc(100%);
  padding: 40px 0;
  background: url("https://www.hiddenlakeswinery.com/images/index/m4_bg.png") no-repeat right 110%;
}
.m4 .m4_cont {
  width: calc(1400px);
  height: 550px;
  display: flex;
}
.m4 .m4_cont .left-panel {
  width: calc(40%);
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.m4 .m4_cont .left-panel .bottom-titles {
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
}
.m4 .m4_cont .left-panel .bottom-titles .title-item {
  padding: 12px 20px 15px 0;
  cursor: pointer;
  color: #555;
  transition: All 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
.m4 .m4_cont .left-panel .bottom-titles .title-item:hover,
.m4 .m4_cont .left-panel .bottom-titles .title-item.active {
  background-color: #ffffff;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  color: #1890ff;
}
.m4 .m4_cont .left-panel .bottom-titles .title-item ._txt_item {
  width: calc(100%);
  display: inline-block;
  display: flex;
  flex-direction: column;
}
.m4 .m4_cont .left-panel .bottom-titles .title-item ._txt_item ._tit {
  line-height: 25px;
  font-size: 18px;
  color: #1860bd;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m4 .m4_cont .left-panel .bottom-titles .title-item ._txt_item ._text {
  width: calc(100%);
  font-size: 14px;
  color: #969696;
  margin-top: 5px;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m4 .m4_cont .right-panel {
  width: calc(60% - 40px);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}
.m4 .m4_cont .right-panel .main-image {
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}
.m5 {
  width: calc(100%);
  position: relative;
  padding: 40px 0 60px;
  margin: 20px 0;
}
.m5 .m5_card_list {
  width: calc(1400px);
  margin: 0 auto;
  padding-top: 20px;
  display: inline-flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}
.m5 .m5_card_list .card-item {
  width: calc(100% - 20px);
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  animation: fadeInUp 0.8s ease-out;
  border-radius: 4px;
  transition: box-shadow 0.3s ease;
}
.m5 .m5_card_list .card-item:nth-child(1) {
  animation-delay: 0.1s;
}
.m5 .m5_card_list .card-item:nth-child(2) {
  animation-delay: 0.2s;
}
.m5 .m5_card_list .card-item:nth-child(3) {
  animation-delay: 0.3s;
}
.m5 .m5_card_list .card-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.m5 .m5_card_list .card-item:hover .card-img {
  transform: scale(1);
}
.m5 .m5_card_list .card-item:hover .card-date {
  color: #1a3a7c;
}
.m5 .m5_card_list .card-item:hover .card-date .date-icon {
  background-color: transparent;
}
.m5 .m5_card_list .card-item .card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.m5 .m5_card_list .card-item .card-bottom {
  display: flex;
  font-size: 15px;
  padding: 10px 4px;
  flex-direction: column;
}
.m5 .m5_card_list .card-item .card-bottom .card-title {
  font-size: 18px;
  color: #040000;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.m5 .m5_card_list .card-item .card-bottom .card-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #0e52a7;
  transition: width 0.3s ease;
}
.m5 .m5_card_list .card-item .card-bottom .card-title:hover {
  color: #0e52a7;
  transform: translateY(-1px);
}
.m5 .m5_card_list .card-item .card-bottom .card-title:hover::after {
  width: 100%;
}
.m5 .m5_card_list .card-item .card-bottom .card-date {
  color: #0e52a7;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
}
.m5 .m5_card_list .card-item .card-bottom .card-date .date-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: background 0.3s ease;
}
.m5 .m5_card_list .card-item .card-bottom .card-date .date-icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("https://www.hiddenlakeswinery.com/images/index/m5_icon.png");
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.m5::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 30%;
  background: #F2F3F9;
  border-radius: 0 150px 0 0;
}
.m6_m7_bg {
  background: url("https://www.hiddenlakeswinery.com/images/index/m6_m7_bg.png") no-repeat bottom center;
  background-size: cover;
}
.m6 {
  width: calc(100%);
  position: relative;
  padding: 20px 0;
}
.m6 .m6-container {
  width: calc(100%);
  /* 全屏宽度 */
  min-height: 580px;
  max-width: 100%;
  margin: 20px auto;
  display: flex;
  gap: 60px;
  /* 左右区域间距 */
  align-items: flex-start;
  /* 强制子元素顶部对齐 */
  align-content: flex-start;
  padding: 0 0;
  /* 左右内边距，避免内容贴边 */
}
.m6 .m6-container .m6-left-img {
  width: calc(65%);
  height: 577px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
}
.m6 .m6-container .m6-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
  /* 图片切换过渡 */
}
.m6 .m6-container .m6-left-img:hover img {
  transform: translateY(-4px);
}
.m6 .m6-container .m6-right-news {
  width: calc(35%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
}
.m6 .m6-container .m6-right-news .m6-news-item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: all 0.3s ease;
  transform: translateX(0);
  cursor: pointer;
  /* 鼠标手型 */
}
.m6 .m6-container .m6-right-news .m6-news-item.active,
.m6 .m6-container .m6-right-news .m6-news-item:hover {
  transform: translateX(-20px);
}
.m6 .m6-container .m6-right-news .m6-news-item.active a,
.m6 .m6-container .m6-right-news .m6-news-item:hover a {
  color: #1a53b1;
}
.m6 .m6-container .m6-right-news .m6-news-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.m6 .m6-container .m6-right-news .m6-news-item a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}
.m6 .m6-container .m6-right-news .m6-news-item ._tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.m6 .m6-container .m6-right-news .m6-news-item ._txt {
  font-size: 14px;
  color: #969696;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.m6 .m6_list {
  width: calc(100%);
  margin-top: 10px;
  position: relative;
}
.m6 .m6_list li {
  width: calc((100% - 50px - 50px) / 3);
  height: 80px;
  margin-left: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  float: left;
}
.m6 .m6_list li .date {
  width: 92px;
  height: 80px;
  background-color: #015bae;
  float: left;
  margin-right: 15px;
  border-radius: 20px 0 20px 20px;
}
.m6 .m6_list li .date ._d {
  display: block;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.m6 .m6_list li .date ._ym {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
}
.m6 .m6_list li .tit {
  width: calc(100% - 92px - 10px - 15px);
  height: 30px;
  line-height: 25px;
  font-size: 16px;
  color: #040000;
  font-weight: bold;
  float: left;
  display: flex;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.m6 .m6_list li .txt {
  font-size: 16px;
  color: #2b2b2b;
  text-align: left;
  width: calc(100% - 92px - 10px - 15px);
  float: left;
  display: flex;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.m6 .m6_list li:first-child {
  margin-left: 0;
}
.m6 .m6_list li:nth-child(4n) {
  margin-left: 0 ;
}
.m7 {
  width: calc(100%);
  position: relative;
  padding: 0 0 50px;
}
.m7 .m7-link-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 60px;
  margin: 0 auto;
  padding: 0 30px;
}
.m7 .m7-link-container .m7-link-item {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.m7 .m7-link-container .m7-link-item a {
  display: block;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.m7 .m7-link-container .m7-link-item:hover {
  background-color: #f8f9fa;
}
.m7 .m7-link-container .m7-link-item:hover a {
  color: #1a53b1;
  transform: scale(1.05);
}
.m7 .m7-link-container .m7-link-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #1a53b1;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.m7 .m7-link-container .m7-link-item:hover::before {
  transform: scaleX(1);
}
