.talent-news-banner {
  width: 100%;
  height: 340px;
}
.talent-news-banner-img {
  width: 100%;
  height: 100%;
}
.talent-news-banner-text {
  height: 36px;
  font-size: 36px;
  font-family: Inter;
  font-weight: 500;
  color: #fefeff;
  position: absolute;
  top: 275px;
  margin-left: 10%;
}

.breadcrumb {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  font-size: 17px;
  color: #666666;
}
.talent-news-nav-left .breadcrumb-item,
.talent-news-nav-left .breadcrumb-item a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.talent-news-nav-left .breadcrumb-item.active {
  color: #0f3cd1;
}
.talent-news-nav {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  border-bottom: 1px #cccccc solid;
}
.talent-news-nav-left {
  flex: 1;
  margin-bottom: 10px;
}
.talent-news-nav-right {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.talent-news-nav-right .talent-news-nav-right-btn {
  margin-right: 20px;
}
.talent-news-nav-right .talent-news-nav-right-btn a {
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  /* padding-bottom: 34px; */
}
.talent-news-nav-right .talent-news-nav-right-btn.active {
  border-bottom: 4px #0f3cd1 solid;
  color: #0f3cd1;
}

.talent-news-headline {
  width: 100%;
  background-image: url("../../../images/images-new/partybuild/new-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
.talent-news-headline-inner {
  width: 80%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.talent-news-headline-date {
  width: 112px;
  height: 112px;
  background: #ffffff;
}
.talent-news-headline-day {
  font-size: 48px;
  font-family: Arial;
  font-weight: bold;
  color: #ce131c;
  line-height: 70px;
  text-align: center;
}
.talent-news-headline-yearmon {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
  text-align: center;
}
.talent-news-headline-image {
  width: 40%;
}
.talent-news-headline-image img {
  width: 100%;
}
.talent-news-headline-new {
  width: 40%;
  cursor: pointer;
}
.talent-news-headline-new-title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
}
.talent-news-headline-new-content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  margin-top: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.talent-news-headline-new-icon {
  display: flex;
  align-items: flex-end;
  margin-left: 40px;
  justify-content: flex-end;
  float: right;
  margin-top: 30px;
}
.talent-news-headline-new-icon img {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #ce131c;
  border-radius: 35px;
  margin-bottom: 20px;
}

.talent-news-list {
  display: flex;
  width: 80%;
  margin: 0 auto;
  /* justify-content: space-around; */
  justify-content: flex-start;
}
.talent-news-list-item {
  display: flex;
  height: 175px;
  align-items: center;
  margin-top: 30px;
  border-bottom: 1px #cccccc dashed;
  cursor: pointer;
}
.talent-news-list-item.active {
  background: #f5f5f5;
}
.talent-news-list-item.hidden {
  display: none;
}
.talent-news-list-icon {
  width: calc(100% - 112px - 60% - 30px - 40px);
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-left: 40px;
  justify-content: center;
}
.talent-news-list-icon img {
  width: 25px;
  height: 25px;
  padding: 4px;
  border: 1px solid #333333;
  border-radius: 35px;
  margin-bottom: 20px;
  position: absolute;
  left: 55%;
}
.talent-news-list-left {
  width: 60%;
}
.talent-news-list-right {
  width: 30%;
  margin-top: 30px;
  margin-left: 3%;
}
.talent-news-list-date {
  width: 112px;
  height: 112px;
  background: #f5f5f5;
}
.talent-news-list-day {
  font-size: 48px;
  font-family: Arial;
  font-weight: bold;
  color: #ce131c;
  line-height: 70px;
  text-align: center;
}
.talent-news-list-yearmon {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
  text-align: center;
}
.talent-news-list-new {
  width: 60%;
  margin-left: 30px;
}
.talent-news-list-new-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.title-highline {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: red;
  line-height: 30px;
}
.talent-news-list-new-content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.talent-news-list-content-load {
  width: 100%;
  height: 64px;
  background: #f5f5f5;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ce131c;
  line-height: 64px;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}
.none-list {
  text-align: center;
  margin-top: 31px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ccc;
  line-height: 30px;
}

.talent-news-list-search {
  height: 290px;
  background-image: url("../../../images/images-new/partybuild/search-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
}
.talent-news-list-search-eng {
  font-size: 48px;
  font-family: Inter;
  font-weight: normal;
  color: #e6e6e6;
  line-height: 33px;
}
.talent-news-list-search-cn {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.talent-news-list-search-inner {
  padding-top: 10%;
  padding-left: 10%;
  /* padding-top: 31px;
  padding-left: 52px; */
}
.talent-news-list-search-input {
  width: calc(100% - 72px);
  background-color: #fff;
  margin-top: 26px;
}
.talent-news-list-search-input .form-control {
  border: 0px;
}
.input-group-append {
  padding: 1px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.input-group-append img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.talent-new-blue .talent-news-headline-new-icon img {
  background-color: #0f3cd1;
}
.talent-new-blue .talent-news-headline-day,
.talent-new-blue .talent-news-list-content-load,
.talent-new-blue .talent-news-list-day {
  color: #0f3cd1;
}
.module-hidden {
  display: none;
}

.join-us {
  background-image: url("../../../images/images-new/news/banner.png");
  width: 80%;
  height: 500px;
  margin: 0 auto;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 5%;
  padding-top: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.join-us-en {
  height: 37px;
  font-size: 48px;
  font-family: Inter;
  font-weight: normal;
  color: #ffe28b;
  opacity: 0.49;
}
.join-us-cn {
  height: 35px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.join-us-cut {
  width: 34px;
  height: 6px;
  background: #0f3cd1;
}
.join-us-slogan {
  width: 272px;
  height: 23px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.join-us-info span {
  padding-left: 10px;
}
.talent-news-list-hh {
  margin-top: 30px;
}
.talent-news-list-hh img {
  width: 100%;
  cursor: pointer;
}
.pre-animation {
  visibility: hidden;
  animation-name: none;
}
.animated {
  animation-duration: 2s;
}

@media screen and (max-width: 769px) {
  .talent-news-banner-text {
    font-size: 16px;
  }
  .talent-news-list-right {
    display: none;
  }
  .talent-news-list-left {
    width: 100%;
  }
  .talent-news-list-icon img {
    position: absolute;
    left: 85%;
  }
  .talent-news-headline-inner {
    flex-direction: column;
    align-items: center;
  }
  .talent-news-nav-left .breadcrumb-item,
  .talent-news-nav-left .breadcrumb-item a,
  .talent-news-nav-left .breadcrumb-item + .breadcrumb-item::before {
    font-size: 10px;
  }
  .talent-news-headline-date,
  .talent-news-headline-image {
    margin-bottom: 10px;
  }
  .talent-news-headline-image {
    width: 80%;
  }
  .talent-news-headline-new {
    width: 80%;
  }
  .talent-news-list-item {
    height: auto;
  }
  .join-us-en {
    font-size: 24px;
  }
  .join-us-cn {
    font-size: 18px;
  }
  .join-us-slogan {
    font-size: 12px;
  }
}
