/*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;
  height: 3rem;
  display: inline-block;
  display: flex;
}
._tbody ._title ._font ._cn {
  font-size: 28px;
  color: #000000;
  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/other/gjjl/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/other/gjjl/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/other/gjjl/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;
}
/*list*/
.list_left {
  width: 220px;
  float: left;
  min-height: calc(100%);
  background: #fff;
  padding-top: 20px;
}
.list_left ._cont {
  min-height: 140px;
}
.list_left ._tbody + ._tbody {
  margin-top: 15px;
}
.list_right {
  width: calc(1400px - 250px);
  float: right;
  min-height: calc(100%);
  padding-top: 20px;
}
._list_menu {
  width: calc(100%);
}
._list_menu ._title {
  width: calc(100%);
  height: 45px;
  line-height: 17px;
  background: #0c3383;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._list_menu ._title ._en {
  font-size: 9pt;
  font-weight: normal;
  display: block;
}
._list_menu ul {
  width: calc(100% - 2px);
  border-left: 1px solid #E7E8EE;
  border-right: 1px solid #E7E8EE;
  border-bottom: 1px solid #E7E8EE;
  overflow: hidden;
}
._list_menu ul li {
  width: calc(100% - 45px);
  padding-left: 10px;
  background-color: #fff;
  border-bottom: 1px dashed #E7E8EE;
  color: #0c3383;
}
._list_menu ul li a {
  color: #0c3383;
}
._list_menu ul li a:hover {
  color: #0c3383;
}
._list_menu ul li:link {
  color: #0c3383;
  cursor: pointer;
}
._list_menu ul li:last-child {
  border-bottom: 0;
}
._list {
  width: calc(100% - 2px);
  min-height: 630px;
  background: #fff;
  font-size: 16px;
}
._list ._title {
  width: calc(100%);
  height: 57px;
  margin-bottom: 10px;
  position: relative;
  animation: fadeInDown 0.6s ease-out;
}
._list ._title ._font {
  flex-shrink: 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: 69px;
  height: 3rem;
  display: inline-block;
  display: flex;
}
._list ._title ._font ._cn {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  display: inline;
  text-align: center;
}
._list ._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;
}
._list ._title ._line {
  width: calc(90%);
  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;
}
._list ._title ._line::before {
  content: "";
  width: 26px;
  height: 11px;
  display: block;
  background: url("https://www.hiddenlakeswinery.com/other/gjjl/images/tit_icon.svg") no-repeat;
  position: absolute;
  left: -24px;
  top: -5.5px;
}
._list ._title ._min_more {
  position: absolute;
  z-index: 99;
  right: 18px;
  top: 5px;
}
._list ._title ._min_more .b_more {
  font-size: 14px;
  color: #0e52a7;
  border-radius: 5px;
  display: inline-flex;
}
._list ._title ._min_more .b_more a {
  font-size: 14px;
  color: #0e52a7;
  cursor: pointer;
}
._list ._title ._min_more .b_more a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://www.hiddenlakeswinery.com/other/gjjl/images/more_bg.png") no-repeat center center;
  position: absolute;
  top: 5px;
  right: -18px;
}
._list ._title a {
  cursor: pointer;
  border: 0;
}
._list ._title::before {
  content: "";
  display: inline-flex;
  width: 57px;
  height: 57px;
  background: url("https://www.hiddenlakeswinery.com/other/gjjl/images/title_bg.svg") no-repeat;
}
._list table td {
  font-size: 16px;
}
.section {
  padding: 0 0;
}
.section .section-header {
  margin: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.section .section-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 24px;
  background: linear-gradient(to bottom, #00a2ff 0%, #1a63f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section .exchange-header {
  padding-left: 15px;
}
.section .section-title {
  font-size: 30px;
  color: #0069cb;
  font-weight: bold;
  line-height: 1.2;
}
.section .section-title font {
  color: #00baff;
}
.section .section-more {
  font-size: 16px;
  color: #666;
  padding: 5px 30px;
  border-radius: 20px;
  background-color: rgba(225, 232, 242, 0.4);
  transition: all 0.3s ease;
  margin-top: 5px;
}
.section .section-more:hover {
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}
._list_cont {
  width: calc(100% - 20px);
  margin: 5px auto;
  min-height: 500px;
}
.list_table {
  width: calc(100%);
}
.list_table ul {
  width: calc(100%);
}
.list_table ul li {
  width: calc(100% - 20px);
  line-height: 42px;
  height: 42px;
  font-size: 16px;
  color: #666;
  border-bottom: 1px dashed #d9d9d9;
  background: url("https://www.hiddenlakeswinery.com/other/gjjl/images/icon.png") no-repeat left center;
  padding-left: 20px;
}
.list_table ul li ._text {
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.list_table ul li ._text a {
  font-size: 16px;
  color: #666;
}
.list_table ul li .list_date {
  color: #999;
  float: right;
  display: inline-block;
  font-size: 14px;
  width: 90px;
}
/*AI智能导航*/
.nav-bar {
  max-width: calc(1400px + 60px + 31px);
  width: calc(1400px + 60px);
  height: 85px;
  background: #ffffff;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  /* 移除内边距，交由form控制 */
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 290px;
  left: 0;
  right: 0;
  clip-path: polygon(0% 0%, /* 左上 直角 */ 99% 0%, /* 右上 轻微内收（角度很小） */ 100% 100%, /* 右下 直角 */ 0% 100% /* 左下 直角 */);
}
.nav-bar #searchForm {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px 0 30px;
  /* 继承原导航栏内边距 */
  border-bottom: 2px solid #006cff;
}
.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: 72px;
  height: 72px;
  background: url("https://www.hiddenlakeswinery.com/other/gjjl/images/sousu.svg") no-repeat 50% 50%;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*END AI智能导航*/
.tishici {
  padding: 20px 0;
}
/*show*/
.tdfont {
  font-size: 14px;
  line-height: 35px;
  color: #333;
  padding: 10px 0 ;
}
.showtitle {
  font-size: 22px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #000000;
}
.timefont {
  color: #666666;
  font-size: 14px;
  font: "宋体";
}
/*addshow*/
.common-content {
  width: calc(100%);
  padding-top: 20px;
}
.common-content .common-content-title {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #0262d2;
  margin-bottom: 30px;
  word-break: break-word;
}
.common-content .common-content-top-date {
  width: calc(100% - 40px);
  height: 36px;
  background: #f3f3f3;
  padding: 0 20px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.common-content .common-content-top-date .common_app_view {
  display: inline-block;
  margin-right: 1rem;
  float: left;
}
.common-content .common-content-top-date .common_app_view .img {
  width: 14px;
  height: 14px;
  margin-right: 0.3rem;
  display: inline-block;
}
.common-content .common-content-top-date .common_app_view .img img {
  width: 100%;
  height: 100%;
}
.common-content .common-content-top-date .common_app_view .font {
  color: #666666;
  font-size: 16px;
  display: inline-block;
}
.common-content .common-content-top-date .common_app_share {
  display: inline-block;
  margin-right: 1rem;
  float: left;
}
.common-content .common-content-top-date .common_app_share .img {
  width: 14px;
  height: 14px;
  margin-right: 0.3rem;
  display: inline-block;
}
.common-content .common-content-top-date .common_app_share .img img {
  width: 100%;
  height: 100%;
}
.common-content .common-content-top-date .common_app_share .font {
  color: #666666;
  font-size: 16px;
  display: inline-block;
}
.common-content .common-content-top-date .common_app_like {
  display: inline-block;
  margin-right: 1rem;
  float: left;
}
.common-content .common-content-top-date .common_app_like .img {
  width: 14px;
  height: 14px;
  margin-right: 0.3rem;
  display: inline-block;
}
.common-content .common-content-top-date .common_app_like .img img {
  width: 100%;
  height: 100%;
}
.common-content .common-content-top-date .common_app_like .font {
  color: #666666;
  font-size: 16px;
  display: inline-block;
}
.common-content .common-content-top-date .common_app_source {
  display: inline-block;
  margin-right: 1rem;
  float: left;
}
.common-content .common-content-top-date .common_app_source a {
  font-size: 16px;
  color: #666;
}
.common-content .common-content-top-date .common_app_time {
  display: inline-block;
  float: right;
}
.common-content .common-content-top-date a {
  font-size: 16px;
  color: #666;
}
.common-content .common-content-subTitle {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #666666;
}
.common-content .common-content-topTitle {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 18px;
  text-align: center;
  color: #333333;
}
.common-content .common-content-mainTitle {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 8px;
  text-align: center;
  color: #333333;
}
.common-content .common-content-main {
  margin-top: 25px;
  word-wrap: break-word;
}
.common-content .common-content-main p {
  font-size: 14px;
  line-height: 36px;
  /* text-align: right; */
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti !important;
}
.common-content .common-content-main p a {
  font-size: 14px;
}
.common-content .common-content-main p span {
  font-size: 14px!important;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti !important;
}
