/*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/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;
}
/* ============================================
   _tbody 标题区域响应式
   ============================================ */
@media screen and (max-width: 768px) {
  ._tbody ._title {
    height: 45px;
    margin-bottom: 10px;
  }
  ._tbody ._title::before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  ._tbody ._title ._font {
    left: 50px;
    height: 40px;
    top: 0.05rem;
  }
  ._tbody ._title ._font ._cn {
    font-size: 0.3rem;
  }
  ._tbody ._title ._font ._en {
    font-size: 0.1rem;
    margin-left: 5px;
  }
  ._tbody ._title ._line {
    left: calc(50px + 20px);
    bottom: 9px;
    width: 30%;
  }
  ._tbody ._title ._line::before {
    width: 20px;
    height: 8px;
    background-size: contain;
    left: -18px;
    top: -4px;
  }
  ._tbody ._title ._min_more {
    right: 0.3rem;
  }
  ._tbody ._title ._min_more .b_more {
    font-size: 11px;
  }
  ._tbody ._title ._min_more .b_more a {
    font-size: 11px;
  }
  ._tbody ._title ._min_more .b_more a::after {
    width: 10px;
    height: 10px;
    background-size: contain;
    top: 7px;
    right: -14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ._tbody ._title ._font ._cn {
    font-size: 0.3rem;
  }
  ._tbody ._title ._font ._en {
    font-size: 0.1rem;
  }
  ._tbody ._title ._min_more .b_more {
    font-size: 12px;
  }
}
/*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;
}
@media screen and (max-width: 900px) {
  .list_left {
    display: none;
  }
}
.list_right {
  width: calc(1400px - 250px);
  float: right;
  min-height: calc(100%);
  padding-top: 20px;
}
@media screen and (max-width: 900px) {
  .list_right {
    width: calc(100%);
    float: right;
    min-height: calc(100%);
    padding-top: 20px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .list_right {
    width: calc(100% - 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/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/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/images/title_bg.svg") no-repeat;
}
._list table td {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  ._list {
    font-size: 1em;
    min-height: 10em;
  }
  ._list ._title {
    height: 45px;
    margin-bottom: 10px;
  }
  ._list ._title::before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  ._list ._title ._font {
    left: 50px;
    height: 40px;
    top: 0.05rem;
  }
  ._list ._title ._font ._cn {
    font-size: 0.3rem;
  }
  ._list ._title ._font ._en {
    font-size: 0.1rem;
    margin-left: 5px;
  }
  ._list ._title ._line {
    left: calc(50px + 20px);
    bottom: 9px;
    width: 30%;
  }
  ._list ._title ._line::before {
    width: 20px;
    height: 8px;
    background-size: contain;
    left: -18px;
    top: -4px;
  }
  ._list ._title ._min_more {
    right: 0.3rem;
  }
  ._list ._title ._min_more .b_more {
    font-size: 11px;
  }
  ._list ._title ._min_more .b_more a {
    font-size: 11px;
  }
  ._list ._title ._min_more .b_more a::after {
    width: 10px;
    height: 10px;
    background-size: contain;
    top: 7px;
    right: -14px;
  }
}
._list_cont {
  width: calc(100% - 20px);
  margin: 5px auto;
  min-height: 500px;
}
@media screen and (max-width: 900px) {
  ._list_cont {
    width: calc(100%);
    min-height: 5em;
  }
  ._list_cont img {
    width: 100%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  ._list_cont {
    width: calc(100%);
    min-height: 5em;
  }
  ._list_cont img {
    width: 100%;
  }
}
.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/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;
}
@media screen and (max-width: 900px) {
  .list_table {
    width: calc(100%);
  }
  .list_table ul {
    width: calc(100%);
  }
  .list_table ul li {
    width: calc(100%);
    line-height: 42px;
    height: 42px;
    font-size: 1.1em;
    padding-left: 1.5em;
  }
  .list_table ul li ._text {
    width: calc(100% - 6.5em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .list_table ul li ._text a {
    font-size: 1.1em;
    display: block;
  }
  .list_table ul li .list_date {
    color: #999;
    float: right;
    display: inline-block;
    font-size: 1em;
    width: 6.5em;
  }
}
/*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: calc(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);
}
/* ============================================
   AI智能导航响应式
   ============================================ */
@media screen and (max-width: 1024px) {
  .nav-bar {
    width: 100% !important;
    max-width: 100% !important;
    height: 1rem;
    flex-direction: column;
    padding: 4px 10px 4px 15px;
    box-sizing: border-box;
  }
  .nav-bar #searchForm {
    padding: 0;
  }
  .nav-bar .nav-left {
    max-width: 100%;
    width: calc(100% - 1rem);
  }
  .nav-bar .nav-left .ai-icon {
    width: 36px;
    height: 36px;
  }
  .nav-bar .nav-left .ai-icon::after {
    width: 36px;
    height: 36px;
  }
  .nav-bar .nav-left .ai-icon .ai-text {
    font-size: 28px;
  }
  .nav-bar .nav-left .ai-icon .ai-text img {
    width: 1rem;
    height: 1rem;
  }
  .nav-bar .nav-left .nav-input {
    font-size: 14px;
    width: 100%;
  }
  .nav-bar .nav-right {
    width: 1rem;
    height: calc(100% - 2px);
    justify-content: center;
  }
  .nav-bar .nav-right .search-btn {
    width: 100%;
    height: 100%;
    background-size: contain;
    border-radius: 0.1rem;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*END AI智能导航*/
/*---------------------现任领导---------------------*/
.xrld_cont {
  width: calc(100%);
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 70px;
  position: relative;
}
.xrld_cont li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xrld_cont li ._pic {
  width: 100%;
  height: 220px;
  background-color: rgba(213, 213, 213, 0.11);
  border: 1px solid #BBBBBB;
  display: block;
}
.xrld_cont li ._pic img {
  width: 100%;
  height: 100%;
}
.xrld_cont li ._txt {
  display: block;
  padding: 20px 0;
}
.xrld_cont li ._txt ._name {
  font-size: 20px;
  font-weight: bold;
  color: #101010;
  text-align: center;
}
.xrld_cont li ._txt ._job {
  font-size: 16px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .xrld_cont {
    width: calc(100%);
    padding: 1em 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
    position: relative;
  }
  .xrld_cont li ._pic {
    height: 13em;
    border: 1px solid #BBBBBB;
  }
  .xrld_cont li ._txt {
    display: block;
    padding: 1em 0;
  }
  .xrld_cont li ._txt ._name {
    font-size: 1.2em;
  }
  .xrld_cont li ._txt ._job {
    font-size: 1em;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .xrld_cont {
    width: calc(100%);
    padding: 1em 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5em;
    position: relative;
  }
  .xrld_cont li ._pic {
    height: 13em;
    border: 1px solid #BBBBBB;
  }
  .xrld_cont li ._txt {
    display: block;
    padding: 1em 0;
  }
  .xrld_cont li ._txt ._name {
    font-size: 1.2em;
  }
  .xrld_cont li ._txt ._job {
    font-size: 1em;
  }
}
/*---------------------end---------------------*/
/*---------------------机构导航---------------------*/
.jgdh_cont {
  max-width: 100%;
  margin: 0 auto;
}
.jgdh_cont .jgdh_title {
  margin-bottom: 30px;
  display: flex;
  margin-top: 30px;
}
.jgdh_cont .jgdh_title .font {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.jgdh_cont .jgdh_title .font font {
  position: relative;
  z-index: 22;
}
.jgdh_cont .jgdh_title .font ._line {
  width: calc(100%);
  height: 8px;
  border-radius: 4px;
  background: #c5dfff;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -4px;
  left: 0;
}
.jgdh_cont .jgdh_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 25px;
  column-gap: 25px;
  margin-bottom: 30px;
}
.jgdh_cont .jgdh_grid ._card {
  display: flex;
  align-items: center;
  padding: 5px 24px;
  background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
  border-radius: 3px;
  border: 1px solid #e8f2ff;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.jgdh_cont .jgdh_grid ._card:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 12px rgba(102, 163, 255, 0.5);
  background-color: #e6f2ff;
}
.jgdh_cont .jgdh_grid ._card a {
  width: calc(100%);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.jgdh_cont .jgdh_grid ._card ._icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #0066cc;
}
.jgdh_cont .jgdh_grid ._card ._text {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  flex: 1;
  line-height: 1.5;
}
.jgdh_cont .jgdh_grid li .uu {
  position: absolute;
  float: left;
  display: none;
  width: calc(100%);
  z-index: 999;
  left: 0;
  top: 52px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e8f2ff;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
}
.jgdh_cont .jgdh_grid li .uu li {
  width: 100%;
  float: left;
  margin-left: 0;
  background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
  height: 45px;
  line-height: 45px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.jgdh_cont .jgdh_grid li .uu li a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 15px;
}
.jgdh_cont .jgdh_grid li .uu li a:hover {
  color: #000000;
  font-size: 15px;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 12px rgba(102, 163, 255, 0.5);
}
.jgdh_cont .jgdh_grid li .uu ul {
  top: 0;
  left: 150px;
}
@media screen and (max-width: 900px) {
  .jgdh_cont .jgdh_title {
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .jgdh_cont .jgdh_title .font {
    display: block;
    font-size: 1.6em;
  }
  .jgdh_cont .jgdh_title .font font {
    position: relative;
    z-index: 22;
  }
  .jgdh_cont .jgdh_title .font ._line {
    width: calc(100%);
    height: 0.3em;
    border-radius: 0.5em;
    z-index: 0;
    bottom: -0.1em;
  }
  .jgdh_cont .jgdh_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
    column-gap: 25px;
    margin-bottom: 30px;
  }
  .jgdh_cont .jgdh_grid ._card {
    display: flex;
    align-items: center;
    padding: 5px 1em;
    background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
    border-radius: 3px;
    border: 1px solid #e8f2ff;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
  }
  .jgdh_cont .jgdh_grid ._card:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 0 12px rgba(102, 163, 255, 0.5);
    background-color: #e6f2ff;
  }
  .jgdh_cont .jgdh_grid ._card a {
    width: calc(100%);
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .jgdh_cont .jgdh_grid ._card ._icon {
    width: 2.5em;
    height: 2.5em;
    flex-shrink: 0;
    color: #0066cc;
  }
  .jgdh_cont .jgdh_grid ._card ._icon .iconfont {
    width: 100%;
    height: 100%;
    font-size: 2.5em;
  }
  .jgdh_cont .jgdh_grid ._card ._text {
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    flex: 1;
    line-height: 1.3;
  }
  .jgdh_cont .jgdh_grid li .uu {
    position: absolute;
    float: left;
    display: none;
    width: calc(100%);
    z-index: 999;
    left: 0;
    top: 52px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #e8f2ff;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
  }
  .jgdh_cont .jgdh_grid li .uu li {
    width: 100%;
    float: left;
    margin-left: 0;
    background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
  .jgdh_cont .jgdh_grid li .uu li a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
  }
  .jgdh_cont .jgdh_grid li .uu li a:hover {
    color: #000000;
    font-size: 15px;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 0 12px rgba(102, 163, 255, 0.5);
  }
  .jgdh_cont .jgdh_grid li .uu ul {
    top: 0;
    left: 150px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .jgdh_cont .jgdh_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
    margin-bottom: 30px;
  }
}
/*---------------------end---------------------*/
/*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-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti !important;
}
@media screen and (max-width: 900px) {
  .common-content {
    width: calc(100%);
    padding-top: 0;
  }
  .common-content .common-content-title {
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    color: #0262d2;
    margin-bottom: 0.5em;
    word-break: break-word;
  }
  .common-content .common-content-top-date {
    width: 100%;
    height: 3em;
    line-height: 3em;
    font-size: 0.8em;
    margin-top: 0;
    padding: 0;
  }
  .common-content .common-content-subTitle {
    font-size: 0.8em;
    line-height: 24px;
  }
  .common-content .common-content-topTitle {
    font-size: 1em;
    line-height: 2em;
    padding-bottom: 0.5em;
  }
  .common-content .common-content-mainTitle {
    font-size: 1em;
    padding-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .common-content .common-content-main {
    margin-top: 0.5em;
    font-size: 0.7em;
    font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  }
  .common-content .common-content-main p {
    font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
    font-size: 1.2em !important;
    line-height: 2em !important;
  }
  .common-content .common-content-main p a {
    font-size: 1.2em;
  }
  .common-content .common-content-main video {
    width: calc(100%);
    height: 17em;
  }
}
