@charset "UTF-8";
/* * 除了首页外的banner及底下分类导航 * */
.row {
  margin: 0;
}

body {
  overflow-x: hidden;
}

.banner .container-fy {
  height: 100%;
}

.banner-tit-box {
  min-width: 13.75rem;
  padding-top: 3.125rem;
  position: relative;
}

.banner_title {
  font-size: 2.75rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 0.8rem;
  top: 3.125rem;
  display: flex;
  align-items: flex-end;
}
.banner_title::after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #2b9767;
  margin-left: 20px;
  animation: rotateLoopCcw 2s linear infinite;
}

@keyframes rotateLoop {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotateLoopCcw {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
.org_title {
  width: 2.3rem;
  height: 2.3rem;
  background: #eaa200;
}

.under_padding > div:nth-child(1) {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.under_padding > div:nth-child(2) {
  line-height: 1.5rem;
}

.post_item > div:hover {
  color: #eaa200;
}

.banner_Nav .banner {
  width: 100%;
  padding-top: 86px;
    height: 17.325rem;
  /* height: 12.5rem; */
  background-image: url(../../2023/img/talent_banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.banner_Nav .talent_banner {
  width: 100%;
  /* height: 12rem; */
  padding-top: 86px;
    height: 17.325rem;
  background-image: url(../../2023/img/talent_banner.png);
}

.banner_Nav .banner > img {
  width: 100%;
  height: 100%;
}

.banner_Nav {
  position: relative;
}

.banner_Nav .navBg {
  border-radius: 0 20.25rem 0 0;
}

.banner_Nav .navBg {
  background: #fff;
  height: 4.5rem;
  width: calc(100% - (100% - 80rem) / 2);
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  box-shadow: 0px 0.125rem 0.5rem 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0;
  z-index: -1;
}
.banner_Nav .navBg.change-dom-has {
  height: 8.75rem;
}

.banner_Nav .navBg_child {
  flex-direction: row;
  align-items: center;
  display: none;
}

.news-bg-box {
  position: relative;
  margin-top: -2rem;
  animation-duration: 1.2s;
}

.news-nav-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%); */
}

.news-nav-list > li {
  margin-right: 2rem;
  cursor: pointer;
  height: 4.5rem;
  line-height: 4.5rem;
}
.news-nav-list > li > a {
  font-size: 1rem;
  transition: all 900ms ease-in-out;
}
.news-nav-list > li > a:hover,
.news-nav-list > li > a:focus {
  color: #1da066;
}
.news-nav-list > li:hover > a,
.news-nav-list > li:focus > a {
  color: #1da066;
}
.news-nav-items {
  /* height: 68px; */
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
}
.news-nav-items li {
  padding: 0 1.125rem;
  height: 1.75rem;
  background: #ffffff;
  border: 0.0625rem solid #dfe4ec;
  border-radius: 0.9375rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
}
.news-nav-items li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  height: 100%;
  color: #555;
  transition: all 600ms ease-in-out;
  font-size: 0.8125rem;
}
.news-nav-items li a:hover,
.news-nav-items li a:focus {
  color: #eaa200;
}
.news-nav-items li:hover a {
  color: #eaa200;
}
.news-nav-items li.active {
  border: 0.0625rem solid #eaa200;
  background: #eaa200;
}
.news-nav-items li.active a {
  color: #fff;
}

.banner_Nav .navBg_child .navBg_childBox > div {
  margin-right: 1.5rem;
  background: #ffffff;
  border: 0.0625rem solid #dfe4ec;
  border-radius: 0.9375rem;
  padding: 0.1rem 0.8rem;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 10rem;
  text-align: center;
}

.banner_Nav .navBg_child .navBg_childBox .navBg_isClick {
  background: #eaa200;
  color: #fff;
}

.news-nav-list > li.nav_active {
  border-bottom: 0.125rem solid #eaa202;
}
.news-nav-list > li .three-level {
  display: none;
}
.news-nav-list > li.nav_active .three-level {
  display: flex;
}
.news-nav-list > li.nav_active .three-level::-webkit-scrollbar {
  height: 0;
}
.news-nav-list > li.nav_active > a {
  font-weight: bold;
  color: #2b9767;
  font-size: 1.25rem;
}

.new_padding {
  padding: 2.5rem 5rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0px 0.125rem 0.5rem 0px rgba(0, 0, 0, 0.08);
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}

.search_item {
  border-bottom: 0.0625rem solid #e0e0e0;
  padding: 1.8rem 0;
}
.search_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  transition: all 600ms ease-in-out;
}
.search_item a:hover,
.search_item a:focus {
  color: #eaa200;
}
.search_item a:hover .left,
.search_item a:hover .right,
.search_item a:focus .left,
.search_item a:focus .right {
  color: #eaa200;
}

.search_list .search_item:first-child {
  padding-top: 0;
}

.search_item .left {
  color: #555;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 85%;
  transition: all 600ms ease-in-out;
}

.search_item .right {
  font-size: 0.875rem;
  color: #8f929d;
  transition: all 600ms ease-in-out;
}

.nav_list_box .new_center {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 3200px) {
}
@media (max-width: 1910px) {
}
@media (max-width: 768px) {
  .banner_Nav .navBg.change-dom-has {
    height: 25.641vw;
    border-radius: 0 20.5128vw 0 0;
  }
  .news-nav-items li a {
    font-size: 3.0769vw;
  }
  .search_input > input {
    width: 70%;
    font-size: 3.5897vw;
  }
  .right_button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .right_button .search_img {
    width: 3.5897vw;
    height: 3.5897vw;
  }
  .right_button .search_img img {
    display: block;
  }
  .new_padding {
    padding: 6.9333vw 3.7333vw;
    margin-top: 3.4667vw;
    margin-bottom: 8vw;
  }
  .count_sheet {
    margin-bottom: 5.3333vw;
  }
  .search_item {
    padding: 3.0769vw 0;
  }
  .search_item a {
    display: block;
  }
  .search_item .left,
  .search_item .right {
    width: 100%;
    font-size: 3.4667vw;
  }
  .search_item .left {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2.5641vw;
    -webkit-line-clamp: 2;
  }
  .org_title {
    width: 4.8vw;
    height: 4.8vw;
  }
  .banner_Nav .banner {
    height: 44.8vw;
  }
  .banner_title {
    font-size: 7.4667vw;
    left: 1.6vw;
  }
  .banner_title::after {
    width: 2.0513vw;
    height: 2.0513vw;
  }
  .news-bg-box {
    margin-top: -5.1282vw;
    width: 89.3333vw;
  }
  .banner_Nav .navBg {
    height: 11.7333vw;
    width: 96.5333vw;
  }
  .news-nav-list {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .news-nav-list::-webkit-scrollbar {
    width: 0;
  }
  .news-nav-list > li {
    margin-right: 2vw;
    line-height: 11.7333vw;
    height: 11.7333vw;
    flex-shrink: 0;
  }
  .news-nav-list > li > a {
    font-size: 3.4667vw;
  }
  .news-nav-list > li.nav_active > a {
    font-size: 3.2vw;
  }
  .news-nav-items li {
    padding: 0 1.5385vw;
    margin-right: 1.5385vw;
  }
  /* 线上存在的id写的样式 */
  #vsb_content_2 p:first-of-type {
    text-indent: 0;
  }
}