﻿/*banner*/
.banner {
  color: var(--text-light);
  text-align: center;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.site_banner {
  display: none;
}

.wrap_main .linkmap {
  display: none;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.banner-slide.active {
  opacity: 1;
  z-index: 1;
}

.scroll-indicator {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  animation: bounce 2s infinite;
  cursor: pointer;
  z-index: 10;
  transition: var(--transition);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.carousel-indicators {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: flex;
  gap: 20px;
  z-index: 10;
}

.indicator {
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
}

.progress-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 1;
}

.progress-ring-circle {
  stroke: var(--primary-color);
  stroke-width: 2;
  fill: transparent;
  stroke-dasharray: 87.96;
  stroke-dashoffset: 87.96;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.3s ease;
}

.pulse-dot {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.indicator.active .pulse-dot {
  background-color: var(--primary-color);
  /* 主色调 */
  transform: scale(1.1);
}

.indicator.active .progress-ring-circle {
  animation: loadCircle 5s linear forwards;
}

@keyframes loadCircle {
  0% {
    stroke-dashoffset: 87.96;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }

  40% {
    transform: translateY(-20px) translateX(-50%);
  }

  60% {
    transform: translateY(-10px) translateX(-50%);
  }
}

/*研究所介绍*/
.yjsjs-about {
  /* padding: 0 0 80px; */
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(/Content/Areas/Hospitals/images/about_bg.jpg);
  background-size: cover;
  background-position: center 0 !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh;
  overflow: visible;
  /* padding-top: 80px; */
  display: flex;
  align-items: center;
}

.yjsjs-about-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  /* padding: 40px 20px 0 !important; */
  z-index: 2;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}

.yjsjs-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.yjsjs-about-image-container {
  width: 70%;
  position: relative;
  z-index: 2;
}

.yjsjs-about-image {
  width: 100%;
  padding-top: 75%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.yjsjs-about-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.yjsjs-about-image:hover img {
  transform: scale(1.03);
}

.yjsjs-red-card {
  background-color: rgba(11, 94, 164, 0.8);
  border-radius: 12px;
  position: absolute;
  top: -18px;
  left: -18px;
  right: 45px;
  bottom: 45px;
  z-index: 1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.yjsjs-about-card {
  background-color: white;
  border-radius: 12px;
  padding: 38px 45px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3;
}

.yjsjs-about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.yjsjs-about-text h2 {
  text-align: center;
}

.yjsjs-about-text P {
  text-indent: 2em;
}

.yjsjs-cards-container {
  width: 90%;
  position: relative;
  margin-left: -70px;
  z-index: 3;
}

/*新闻中心*/
.news {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.news_container {
  display: flex;
  justify-content: space-between;
}

.cricle {
  position: absolute;
  background-color: #dbeafe;
  border-radius: 9999px;
}

.cricle1 {
  opacity: 0.5;
  width: 13.33vw;
  height: 13.33vw;
  top: -4.17vw;
  left: -4.17vw;
}

.cricle2 {
  opacity: 0.4;
  width: 6.665vw;
  height: 6.665vw;
  bottom: 2.085vw;
  left: -2.085vw;
}

.cricle3 {
  opacity: 0.2;
  width: 8.33vw;
  height: 8.33vw;
  bottom: 2.085vw;
  left: 25%;
}

.cricle4 {
  opacity: 0.3;
  width: 16.66vw;
  height: 16.66vw;
  top: 33.333333%;
  right: -6.66vw;
}

.cricle5 {
  opacity: 0.3;
  border-radius: initial;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  width: 5vw;
  height: 13.333vw;
  right: 0px;
  top: 4.16vw;
}

.featured-news:hover img {
  transform: scale(1.05);
}

.featured-news img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transition: transform 0.5s ease;
  height: 280px;
}

.news-main-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}

.featured-news {
  width: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.notice-list {
  width: 45%;
  position: relative;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.notice-list::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #eee;
}

.news-card .de_con {
  background: rgba(11, 94, 164, 0.05);
  padding: 16px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-top: -4px;
  transition: all 0.3s ease;
}

.span_date {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
  padding-left: 21px;
  background-repeat: no-repeat;
  background-image: url(/Content/Areas/Hospitals/images/rili.png);
  background-position: left center;
}

.span_tit {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 1.3;
  color: #333;
  transition: color 0.3s ease, transform 0.3s ease;
}

.news-card .de_con p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}

.featured-news:hover {
  transform: translateY(-5px);
}

.featured-news:hover .span_tit {
  color: rgb(11, 94, 164);
  transform: translateX(5px);
}

.featured-news:hover .de_con {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.featured-news:hover .span_date {
  color: #666;
}

.notice-item {
  position: relative;
  padding: 12px 0;
}

.notice-time {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 3px 70px 3px 8px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  margin-left: 0;
  text-align: left;
  text-indent: 0;
}

.notice-item .line-connector {
  position: absolute;
  left: -13px;
  top: 23px;
  height: 1px;
  width: 30px;
  background: linear-gradient(90deg, rgb(11, 94, 164) 0%, rgba(11, 94, 164, 0) 80%);
}

.notice-time::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(11, 94, 164) 0%, rgba(11, 94, 164, 0) 90%);
  border-radius: 3px;
  z-index: -1;
}

.notice-title-container {
  display: block;

  margin-left: 0;
}

.notice-item::after {
  content: '';
  position: absolute;
  left: -19px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(11, 94, 164);
  z-index: 1;
}

.notice-title {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.3s, font-weight 0.3s;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-title:hover {
  color: rgb(11, 94, 164);
  font-weight: 600;
}

.notice-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgb(11, 94, 164);
  transition: width 0.6s ease;
  transform-origin: left center;
}

.notice-title:hover::after {
  width: 100%;
}

/*科研团队*/
.team {
  min-height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/Content/Areas/Hospitals/images/team_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

.team-grid {
  display: flex;
  justify-content: space-between;
}

.team-grid-left {
  width: 24%;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
}

.team-grid-tit {
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
  background-color: #fffefe;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
}

.team-grid-right {
  height: 404px;
}

.team-name-tab {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.name-tab-item {
  flex-grow: 1;
  color: #86909c;
}

.team-desc-tab {
  opacity: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.team-desc-tab.active {
  opacity: 1;
  z-index: 1;
}
.desc-tab-tit h3 a{
  font-size: 16px;
}
.tab-item-btn {
  position: relative;
  transition: all 0.3s ease;
  padding: 0.8rem 1rem;
  line-height: 1.4;
  cursor: pointer;
  pointer-events: auto;
  z-index: 4;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.name-tab-item.active {
  font-weight: 500;
  color: #0b5e90;
}

.tab-item-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(11, 94, 160, 0.05);
  transition: width 0.3s ease;
  z-index: -1;
}

.tab-item-btn:hover::before {
  width: 100%;
}

.name-tab-item.active .tab-item-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #0b5e90;
  z-index: -1;
}

.team-grid-right {
  width: 73%;
  position: relative;
}

.desc-tab-top {
  padding: 12px;
  background: #f6f6f6;
}

.desc-tab-tit h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}

.desc-tab-tit h3 a {
  color: #0b5e90;
  display: block;
}

.desc-tab-desc {
 color: #86909c;
    line-height: 1.625;
    font-size: 14px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.desc-tab-bottom {
  height: 110px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.7) 20%,
      rgba(255, 255, 255, 0.2) 35%,
      rgba(255, 255, 255, 0) 50%);
}

.desc-tab-teams {
  height: 296px;
}

.desc-tab-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}

.desc-tab-team {
  width: 49%;
}

.desc-tab-item {
  padding: 12px;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: calc(50% - 6px);
  box-sizing: border-box;
  margin-bottom: 12px;
}

.desc-tab-item:nth-child(2n + 1) {
  margin-right: 12px;
}

.desc-tab-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}

.desc-tab-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0b5e90;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.desc-tab-item:hover::before {
  transform: scaleX(1);
}

.desc-tab-itembox {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.member-img {
  width: 23%;
  border-radius: 12px;
  overflow: hidden;
}

.member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-info {
  width: 72%;
}

.member-info-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
}

.member-info-name::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0b5e90;
  transition: width 0.3s ease;
}

.desc-tab-item:hover .member-info-name::after {
  width: 100%;
}

.member-info .text-primary {
  color: #094a7d;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
}

.truncate-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #86909c;
  font-size: 13px;
  line-height: 18px;
}

/* 科研平台 */
.platform {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/Content/Areas/Hospitals/images/paltform_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.news-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 16px; */
  position: relative;
}

.en-title {
  font-size: 14px;
  color: #828282;
  margin-bottom: 4px;
}

.cn-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.title-with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.bg-pattern {
  background-image: radial-gradient(rgba(11, 94, 164, 0.03) 1px, transparent 1px), radial-gradient(rgba(11, 94, 164, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  /* background-position: 0 0, 20px 20px; */
  position: relative;
  z-index: 1;
}

.more-button {
  padding: 6px 16px;
  border: 2px solid rgb(11, 94, 164);
  border-radius: 30px;
  color: rgb(11, 94, 164);
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
}

.platform-grid {
  display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.platform-grid li {
  width: 30%;
  margin-bottom: 2%;
  position: relative;
}

.platform-grid li .card-inner {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  display: block;
}

.platform-grid li .title_type {
  font-size: 20px;
  font-weight: 800;
  color: #0b5ea4;
  position: relative;
  z-index: 10;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(11, 94, 164, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.platform-grid li p {
  color: #333333;
  line-height: 1.8;
  font-size: 16px;
  position: relative;
  z-index: 10;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.platform-grid li .detail {
  display: none;
}

.card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0b5ea4;
  border-radius: 12px 12px 0 0;
}

.card-inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background-color: rgba(11, 94, 164, 0.15);
  border-radius: 50%;
  margin-right: -80px;
  margin-top: -80px;
  transition: all 0.6s ease;
  opacity: 0.7;
  z-index: 1;
}

.platform-grid li:hover .card-inner::after {
  transform: scale(1.3);
  opacity: 0.8;
}

.card-header {
  display: flex;
  justify-content: space-between;
}

.card-header .platform-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(11, 94, 164, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b5ea4;
  font-size: 20px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.platform-grid li:hover .card-inner {
  transform: translateY(-10px) rotateY(5deg);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(11, 94, 164, 0.1);
  background-color: #ffffff;
}

.platform-grid li:hover .platform-icon {
  transform: translateZ(30px) scale(1.2);
}

.platform-grid li:nth-child(3n+1) .platform-icon {
  background-image: url(/Content/Areas/Hospitals/images/pingtai.png);
}

.platform-grid li:nth-child(3n+2) .platform-icon {
  background-image: url(/Content/Areas/Hospitals/images/guanli.png);
}

.platform-grid li:nth-child(3n) .platform-icon {
  background-image: url(/Content/Areas/Hospitals/images/juese.png);
}


/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;

}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move {
  white-space: normal;
  width: 100%;
height:auto !important;
  box-sizing: border-box;
}

.str_down .str_move {
  white-space: normal;
  width: 100%;
  box-sizing: border-box;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.main {
  margin-bottom: 0;
}
.platform{
  height: auto !important;

}
.fp-height-auto {
  height: auto !important;
}

@media only screen and (max-width:768px) {
  

  .team-grid-tit{
  font-size: 16px;
  
}
  .yjsjs-about-text h2{
  font-size: 16px;

  }
  .cn-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
  .platform-grid li{
    width: 48%;
  }
  .platform-grid li p{
    display: none;
  }
  .platform-grid li .title_type{
    font-size: 14px;
  }
  .card-header{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .platform-grid{
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .title-with-button{
    margin-bottom: 0px;
    padding: 10px;
  }
  .team{
    min-height: 0px;
  }
  .title-with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  padding: 10px;
}
  .member-img{
    width: 100%;
  }
  .member-info{
    width: 100%;
  }
  .desc-tab-itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .team-grid{
    flex-wrap: wrap;
  }
  .team-grid-left{
    width: 100%;
    
  }
  .team-grid-right{
    width: 100%;
  }
  .main-section{
    min-height: 0px;
  }
  .featured-news{
    width: 100%;
  }
  .notice-list{
    width: 100%;
  }
  .news_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
  .news {
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
  .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
  width: auto;
}
  .yjsjs-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 0 0;
}
  .yjsjs-cards-container {
  width: 90%;
  position: relative;
  margin-left:0px;
  z-index: 3;
}
  .yjsjs-about {
  /* padding: 0 0 80px; */
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(/Content/Areas/Hospitals/images/about_bg.jpg);
  background-size: cover;
  background-position: center 0 !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  min-height: 0;
  overflow: visible;
  height: auto !important;
  /* padding-top: 80px; */
  display: flex;
  align-items: center;
}
  .banner {
  color: var(--text-light);
  text-align: center;
  overflow: hidden;
  height: 30vh !important;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yjsjs-about-image-container{
  display: none;
}
.more-button{
  font-size: 16px;
}
.span_tit{
  font-size: 16px;

}
.tab-item-btn{
  font-size: 16px;

}
.yjsjs-about-text P {
  font-size: 14px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  word-break: break-all;
}
}
@media only screen and (max-width: 1440px) {
  .nav-container .main-nav {
    padding: 10px;
  }

}