.jySearch1 {
  background-image: url(../images/zs_searchBg.png);
  width: 100%;
  height: 350px;
  background-size: 100% 100%;
}

.jySearch1 .input-box {
  display: flex;
  justify-content: center;
}

.jySearch1 .input-box {
  padding-top: 100px;
}

.jySearch1 .input-box input {
  border: none;
  outline: none;
  padding: 13px 11px;
  width: 474px;
  height: 48px;
}

.jySearch1 .input-box .search-btn {
  cursor: pointer;
  padding: 0 6px;
  background-color: #2769dc;
  color: #ffffff;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  width: 99px;
}

.jySearch .jyTopList {
  transform: translateY(-100px);
  background-color: #ffffff;
  min-height: 200px;
  box-shadow: 0 .1875rem 1rem rgba(0, 0, 0, .08);
  padding: 25px 20px;
}

.jyTopList .line_box {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}

.jyTopList .line_box .line_box_left {
  min-width: 160px;
  text-align: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #4a4a4a;
  opacity: 1;
}

.jyTopList .line_box span,
.jyTopList .line_box text {
  white-space: nowrap;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  opacity: 1;
  padding: 7px 15px;
  text-align: left;
  cursor: pointer;
}

.jyTopList .line_box span {
  cursor: pointer;
}

.jyTopList .line_box span.isActive {
  cursor: pointer;
  background: #2769dc;
  opacity: 1;
  color: #fff;
  border-radius: 5px;
  line-height: auto;
  padding: 7px 15px;
}

.jyTopList .line_box .line_box_right {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  height: 45px;
  overflow: hidden;
  flex: 1;
}

.jyTopList .line_box .line_box_right_btn {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  opacity: 1;
  padding: 10px 15px;
  text-align: left;
  cursor: pointer;
  margin-left: auto;
}

.jyTopList .line_box .line_wrap {
  height: auto;
}

.jyTopList .line_box .line_box_right_btn .down {
  width: 9px;
  height: 14px;
  display: inline-block;
  background: url(../images/zs_jykxy_sq.png) 85% 50% no-repeat scroll transparent;
  transform: rotate(90deg);
}

.jyTopList .line_box .line_box_right_btn .up {
  width: 9px;
  height: 14px;
  display: inline-block;
  background: url(../images/zs_jykxy_sq.png) 85% 50% no-repeat scroll transparent;
  transform: rotate(-90deg);
}

.jyTopList .botm {
  text-align: center;
}

.jyTopList .botm p {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  opacity: 1;
  cursor: pointer;
}

.jyTopList .botm p img {
  margin-left: 5px;
  width: 9px;
  height: 14px;
  transform: rotate(-90deg);
}

.jyTopList .botm p.more img {
  transform: rotate(90deg);
}

/* 内容列表 */
.jySearch .jycont {
  transform: translateY(-70px);
}

.jySearch .jycont .card_box {
  margin-top: 1.875rem;
}

.jySearch .jycont .card_box .card {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 .1875rem 1rem rgba(0, 0, 0, .08);
  opacity: 1;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.jySearch .jycont .card_box .card a {
  display: flex;
}

.jySearch .jycont .card_box .card:hover {
  box-sizing: border-box;
  border: 1px solid #2769dc;
}

.jySearch .jycont .card_box .card .card_img {
  width: 300px;
  height: 200px;
  opacity: 1;
}

.jySearch .jycont .card_box .card .card_img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.jySearch .jycont .card_box .card .card_text {
  width: 60%;
  margin-left: 30px;
  padding-right: 20px;
  text-align: left;
  border-right: 1px dashed #d1d1d1;
}

.jySearch .jycont .card_box .card .card_text .title {
  font-size: 26px;
  font-weight: 700;
  color: #2769dc;
  opacity: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.jySearch .jycont .card_box .card .card_text .small_title {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jySearch .jycont .card_box .card .card_text .small_title p {
  width: 45%;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  opacity: 1;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jySearch .jycont .card_box .card .card_text .text_content {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #999;
  opacity: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jySearch .jycont .card_box .card .card_money {
  text-align: right;
  margin: 50px 20px 0 50px;
}

.jySearch .jycont .card_box .card .card_money .top {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #aaa;
  opacity: 1;
}

.jySearch .jycont .card_box .card .card_money .botm {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #f15916;
  opacity: 1;
  margin-top: 20px;
}

.jySearch .jycont .card_box .card .card_money .botm span {
  font-size: 28px;
}

#jyPager {
  text-align: center;
  margin-top: 40px;

}


@media (min-width: 768px) {
  .breadcrumb {
      width: 100%;
      margin: 0 auto;
      padding: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .breadcrumb {
      width: 1449px;
      margin: 0 auto;
      padding: 1.25rem;
  }

}

.breadcrumb a {
  color: #007bff;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #0d7ec2;
}
.icon-house {
  display: inline-block;
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #333;
  line-height: 1.6;
  padding: 0; /* 移除页面默认内边距 */
}

.containers {
  width: 1449px;
  margin: 20px auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.06);
  padding: 20px;
}

.top-boxs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-banners {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;

}

.left-banners img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.left-banners img:hover {
  transform: scale(1.03);
}

.right-infos {
  width: 100%;
}

.titles {
  font-size: clamp(1.2rem, 4vw, 1.624rem);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}

.attr-lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.attr-items {
  display: flex;
  justify-content: flex-start;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.attr-items span:first-child {
  
  color: #666;
  font-weight: 500;
}

.attr-items span:last-child {
  flex: 0 0 70%;

}

.attr-item-tops {
  display: flex;
  color: #666;
  margin-bottom: 15px;
  align-items: center;
}

.attr-item-tops img {
  margin-right: 8px;
}

.btns {
  display: inline-block;
  padding: 8px 16px;
  background-color: #009688;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.btns:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.collect-btns {
  background-color: #FF9800;
}

.contact-btns {
  background-color: #2196F3;
  margin-left: 10px;
}

.tab-navs {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5px;
}

.tab-navs a {
  text-decoration: none;
  color: #666;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tab-navs a:hover {
  color: #0561d2;
}

.tab-navs a.active {
  font-weight: bold;
  color: #0561d2 !important;
}

.tab-navs a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0561d2;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.tab-content-containers {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.detail-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  padding: 10px;
}

.detail-sections.active {
  min-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.xuqius {
  margin: 30px 0 0 0;
}

hr{
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #eee;
}

.xuqiu-tops {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.xuqiu-tops img {
  width: 2rem;
  height: 2rem;
  margin: 0 10px 0 0;
}

#dynamics,
#evaluates {
  position: relative;
}

.zanwus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease;
}

.zanwus:hover {
  transform: translate(-50%, -50%) scale(1.02);
}

.zanwus img {
  max-width: 100%;
  height: auto;
}

.bgs{
  background: linear-gradient(180deg, transparent, #fff);
  position: absolute;
  width: 100%;
  height: 85%;
  z-index: 9;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin: 20px 0;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 220px; /* 固定高度包含图片和文字 */
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.carousel-slide img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.carousel-slide img:hover {
  transform: scale(1.03);
}

.carousel-slide p {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xuqius .jyCarousel-control {
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.jyCarousel-control:hover {
  background: rgba(0,0,0,0.7);
  transform: translateY(-50%) scale(1.1);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: white;
  transform: scale(1.2);
}

/* 响应式调整 */
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-slide {
      min-width: 50%; /* 平板一次显示2个 */
  }
}



.lightboxs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.lightboxs.active {
  opacity: 1;
  visibility: visible;
}

.lightboxs img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.lightboxs.active img {
  transform: scale(1);
}

.expert-containers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.expert-cards {
  border: 1px solid #eee;
  box-shadow: 0 3px 20px rgba(0,0,0,0.1);
  text-align: center;
  padding-bottom: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}

.expert-headers {
  width: 100%;
  margin-top: 6.5rem;
  background-color: #F7F7F7;
  display: flex;
  text-align: left;
  padding: 15px;
  position: relative;
}

.card-left-blues {
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #0561D2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.rens {
  position: absolute;
  right: 0;
  top: -45px;
  opacity: 200;
}

.rens img {
  width: 7rem;
  height: 9rem;
}

.expert-avatars {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.expert-avatars img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.expert-infos h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.expert-infos p {
  font-size: .875rem;
  color: #d0d0d0;
  font-family: Microsoft YaHei;
}

.expert-descss {
  padding: 0 15px;
  margin: 20px 0;
  color: #666;
  line-height: 1.5;
  font-size: 1rem;
}

.expert-descs {
  padding: 0 15px;
  margin: 10px 0;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}

.follow-btns {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 6.3125rem;
  height: 2.1875rem;
}

.follow-btns:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.institute-containers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.institute-items {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.institute-items img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.institute-infos {
  padding: 15px;
}

.institute-infos h3 {
  font-size: 18px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.institute-infos p {
  margin-bottom: 4px;
  color: #666;
  font-size: .9rem;
}

.fixed-navs {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;

}

.nav-items {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .08);
  background-color: #fff;
}

.nav-items:hover {
  background-color: #F58A3A;
  color: white;
}

.nav-items span {
  font-size: 24px;
  margin-bottom: 4px;
}

.nav-items p {
  margin: 0;
  font-size: 14px;
}

#backToTops {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.3s ease;
  width: 7rem;
  height: 4rem;
  font-size: 1.75em;
  z-index: 90;
}

#backToTops:hover {
  opacity: 0.8;
}

.modal-masks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-dialogs {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.modal-titles {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-btns {
  cursor: pointer;
  font-size: 18px;
  color: #999;
}

.modal-contents {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.modal-icons {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url('https://cdn-icons-png.flaticon.com/512/599/599305.png') no-repeat center;
  background-size: contain;
}

.modal-buttonses {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.modal-buttonses button {
  padding: 6px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.confirm-btns {
  background: #409eff;
  color: #fff;
  border-color: #409eff;
}

/* 平板设备 (768px - 991px) 响应式样式 - 重点修改 */
@media (min-width: 768px) and (max-width: 991px) {
  .containers {
      width: 100% !important;  /* 强制与页面同宽 */
      max-width: 100% !important;  /* 取消最大宽度限制 */
      padding: 25px;
      margin: 0 !important;  /* 移除外边距 */
      box-shadow: 0 0 15px rgba(0,0,0,0.04); /* 略微减轻阴影 */
  }

  .top-boxs {
      flex-direction: row;
  }

  .left-banners {
      width: 40%;
  }

  .right-infos {
      width: 60%;
      padding-left: 25px;
  }

  .titles {
      font-size: clamp(1.3rem, 3vw, 1.5rem);
      line-height: 1.4;
  }

  .attr-lists {
      grid-template-columns: 1fr;
      gap: 12px;
  }

  .attr-items span:first-child {
      flex: 0 0 30%;
  }

  .attr-items span:last-child {
      flex: 0 0 70%;
  }

  .tab-navs {
      gap: 25px;
      padding-bottom: 8px;
  }


  .xuqiu-tops {
      font-size: 1.5rem;
      margin-bottom: 20px;
  }

  .expert-containers, .institute-containers {
      grid-template-columns: 1fr 1fr;
      gap: 25px;
  }

  .expert-cards {
      padding-bottom: 20px;
  }

  .expert-headers {
      margin-top: 6rem;
      padding: 20px;
  }

  .rens img {
      width: 6.5rem;
      height: 8.5rem;
  }


  .institute-infos {
      padding: 20px;
  }

  .fixed-navs {
      right: 15px;
  }

  .nav-items {
      width: 4.5rem;
      height: 4.5rem;
  }

  #backToTops {
      width: 6rem;
      height: 3.5rem;
      font-size: 1.5em;
  }
}

/* 桌面设备 (992px及以上) */
@media (min-width: 992px) {

  .carousel-slide {
      min-width: 20%; /* 桌面一次显示5个 */
  }
  .top-boxs {
      flex-direction: row;
  }

  .left-banners {
      width: 32%;
  }

  .right-infos {
      width: 66%;
      padding-left: 20px;
  }

  .attr-lists {
      grid-template-columns: repeat(2, 1fr);
  }

  .attr-items span:last-child {
      flex: 0 0 75%;
  }

  .expert-containers, .institute-containers {
      grid-template-columns: repeat(3, 1fr);
  }
}



/* 小屏移动设备 (480px及以下) */
@media (max-width: 480px) {


  .jyCarousel-controls {
      width: 34px;
      height: 34px;
      font-size: 16px;
  }

  .nav-items {
      width: 3.5rem;
      height: 3.5rem;
  }

  .xuqiu-tops {
      font-size: clamp(1.2rem, 6vw, 1.5rem);
  }

  .xuqiu-tops img {
      width: 1.5rem;
      height: 1.5rem;
  }
}

@media (max-width: 992px) {

  .attr-items span:first-child {
      flex: 0 0 30%;
  }
}


/* 点击放大轮播图 */
/* 图片预览弹窗样式 */
  .image-preview {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      padding: 20px;
  }

  .image-preview.active {
      display: flex;
  }

  .preview-content {
      position: relative;
      max-width: 90%;
      max-height: 90%;
  }

  .preview-image {
      max-width: 100%;
      max-height: 80vh;
      object-fit: contain;
      border: 4px solid white;
      border-radius: 4px;
  }

  .preview-caption {
      color: white;
      text-align: center;
      margin-top: 15px;
      font-size: 16px;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
  }

  .close-preview {
      position: absolute;
      top: -40px;
      right: -40px;
      color: white;
      font-size: 30px;
      cursor: pointer;
      background: none;
      border: none;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
  }

  .close-preview:hover {
      transform: scale(1.2);
  }

  /* 适配移动设备 */
  @media (max-width: 768px) {
      .close-preview {
          top: -30px;
          right: 0;
          font-size: 24px;
      }

      .preview-caption {
          font-size: 14px;
      }
  }


@media screen and (max-width: 1449px) {
  .jySearch .jycont .card_box .card .card_money {
    width: 15%;
    text-align: right;
    margin: 50px 20px 0 15px;
  }
  .fixed-navs{
    display: none;
}
.containers{
    width: auto;
}
.carousel{
    height: auto;
}
.carousel-slide img{
    width: 80%;
    height: auto;
}
.left-banners{
    width: 80%;
}
.attr-items span:first-child {
    flex: 0 0 35%;
}
}

@media screen and (max-width: 900px) {
  .jySearch .jycont .card_box .card .card_money {
    margin: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .jySearch .jycont .card_box .card .card_money .botm {
    margin-top: 0;
  }

  .jySearch .jycont .card_box .card a {
    flex-wrap: wrap;
    justify-content: center;
  }

  .jySearch .jycont .card_box .card .card_img {
    margin-bottom: 20px;
  }

  .jySearch .jycont .card_box .card .card_text {
    width: auto;

  }

  .jySearch .jycont .card_box .card .card_text .title {
    text-align: center;
  }

  .jySearch .jycont .card_box .card .card_text {
    border: none;
  }
}
@media (max-width: 767px){
  .containers {
      padding: 15px;
      margin: 0;
      width: 100%;
      max-width: 100%;
  }
  .left-banners img{
    height: 300px;
  }
  .attr-items span:first-child {
      flex: none;
  }
  .titles {
      font-size: clamp(1.1rem, 5vw, 1.5rem);
  }



  .carousel-item {
      width: 100%;
  }

  .carousel-item img {
      height: 120px;
  }

  .fixed-navs {
      right: 10px;
  }

  .nav-items {
      width: 4rem;
      height: 4rem;
  }

  .nav-items p {
      font-size: 12px;
  }

  #backToTops {
      width: 5rem;
      height: 3rem;
      font-size: 1.25em;
      bottom: 15px;
      right: 15px;
  }

  .expert-headers {
      margin-top: 5.5rem;
  }

  .rens img {
      width: 6rem;
      height: 8rem;
  }


  .top-boxs {
      align-items: center;
  }
  .right-infos {
      width: 80%;
  }
  .institute-containers {
      justify-items: center;
  }
  .institute-items {
      width: 80%;
  }
  .institute-items img{
      height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .jySearch .jycont .card_box .card .card_text .small_title {
    flex-direction: column;
    margin: 0;
  }

  .jySearch .jycont .card_box .card .card_text .small_title p {
    width: auto;
    margin-bottom: 10px;
  }

  .jySearch1 .input-box input {
    width: auto;
  }
}