.news-body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 120px;
  position: relative;
}

.news-list {
  font-size: 0;
  padding-top: 40px;
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0;
  z-index: -1;
}

.news-list .news-list-item {
  font-size: 0;
  margin-bottom: 40px;
  display: block;
  transition: all 0.3s;
}

.news-list .news-list-item .item-img {
  width: 314px;
  height: 200px;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}

.news-list .news-list-item .item-info {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  width: calc(100% - 314px - 30px);
  margin-left: 30px;
}

.news-list .news-list-item .item-info .title {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  line-height: 33px;
  margin-bottom: 8px;
}

.news-list .news-list-item .item-info .date {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #bd0008;
  line-height: 20px;
  margin-bottom: 14px;
  letter-spacing: 1px;
  font-family: DINCondensed, DINCondensed-Bold;
}

.news-list .news-list-item .item-info .desc {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-list .news-list-item .item-info .title, .news-list .news-list-item .item-info .date, .news-list .news-list-item .item-info .desc {
  transition: all 0.3s;
}

.news-list .news-list-item:hover .item-img {
  background-size: 120%;
}

.news-list .news-list-item:hover .title, .news-list .news-list-item:hover .desc {
  color: #bd0008;
}

.news-list .news-more {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  margin-bottom: 40px;
}

.news-list .news-more span {
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}

.news-list .news-more span::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 14px;
  background-image: url(../images/moreIcon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-list.active {
  display: block;
  opacity: 1;
  position: relative;
  left: 0;
  z-index: 1;
  animation: changeOpacity 0.3s;
}

.news-detail .news-list {
  opacity: 1;
  display: block;
  position: relative;
  z-index: 1;
}

.news-detail .news-more {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid #c9c9c9;
}

.news-detail .news-more .news-title {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  line-height: 33px;
  margin-bottom: 30px;
}

.news-detail .news-more .news-list {
  margin-bottom: 40px;
}

.news-detail .news-more .news-list .news-list-item {
  font-size: 0;
  margin-bottom: 24px;
  display: block;
}

.news-detail .news-more .news-list .news-list-item:hover .news-list-img {
  background-size: 120%;
}

.news-detail .news-more .news-list .news-list-item:hover .news-list-content .title {
  color: #BD0008;
}

.news-detail .news-more .news-list .news-list-item:hover .news-list-content .desc {
  color: #BD0008;
}

.news-detail .news-more .news-list .news-list-item .news-list-img {
  height: 140px;
  width: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  transition: background-size 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.news-detail .news-more .news-list .news-list-item .news-list-content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 220px - 24px);
  margin-left: 24px;
}

.news-detail .news-more .news-list .news-list-item .news-list-content .title {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  line-height: 28px;
}

.news-detail .news-more .news-list .news-list-item .news-list-content .date {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #BD0008;
  line-height: 20px;
  margin-bottom: 10px;
}

.news-detail .news-more .news-list .news-list-item .news-list-content .desc {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumbs_box {
  width: 100%;
  margin-top: 76px;
  background-color: #f2f3f5;
  padding: 16px 0;
}

.breadcrumbs_box .breadcrumbs {
  width: 12rem;
  max-width: 1200px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.8);
}

.breadcrumbs_box .breadcrumbs a {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  margin: 0 10px;
}

.breadcrumbs_box .breadcrumbs a:first-child {
  margin-left: 0;
}

.breadcrumbs_box .breadcrumbs a:last-child {
  margin-right: 0;
}

.breadcrumbs_box .breadcrumbs a:hover {
  color: black;
  font-weight: 400;
}

.breadcrumbs_box .breadcrumbs span {
  color: black;
}

.news-detail.recruit .article-container .thumbnail {
  max-width: 1200px;
  margin: 0 auto;
}

.news-detail.recruit .article-container .thumbnail img {
  width: 100%;
}

.news-detail.recruit .article-container .article-top {
  padding-top: 60px;
  margin-bottom: 40px;
}

.news-detail.recruit .article-container .article-top .subtitle {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
  margin-bottom: 4px;
}

.news-detail.recruit .article-container .article-content-container {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.news-detail.recruit .article-container .article-content-container h4 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  line-height: 33px;
  margin-bottom: 8px !important;
}

.news-detail.recruit .article-container .article-content-container ul li {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs_box {
    margin-top: 46px;
    padding: 8px 20px;
    box-sizing: border-box;
  }
  .breadcrumbs_box .breadcrumbs {
    width: 100%;
    font-size: 12px;
  }
  .breadcrumbs_box .breadcrumbs a {
    margin: 0 2px;
    font-size: 12px;
  }
  .news-body {
    padding: 0 20px;
  }
  .news-list .news-list-item .item-img {
    width: 180px;
    height: 101.25px;
  }
  .news-list .news-list-item .item-info {
    width: calc(100% - 10px - 180px);
    margin-left: 10px;
  }
  .news-list .news-list-item .item-info .title {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-list .news-list-item .item-info .date {
    font-size: 12px;
    margin-bottom: 0;
  }
  .news-list .news-list-item .item-info .desc {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-detail .news-more {
    width: calc(100% - 40px);
  }
  .news-detail .news-more .news-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .news-detail .news-more .news-list {
    padding-top: 0;
  }
  .news-detail .news-more .news-list .news-list-item .news-list-content {
    width: calc(100% - 10px - 180px);
    margin-left: 10px;
  }
  .news-detail .news-more .news-list .news-list-item .news-list-content .title {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-detail .news-more .news-list .news-list-item .news-list-content .desc {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-detail .news-more .news-list .news-list-item .news-list-img {
    width: 180px;
    height: 101.25px;
  }
  .news-detail.recruit .article-container .article-content-container h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .news-detail.recruit .article-container .article-content-container ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .news-detail.recruit .article-container .article-top .subtitle {
    font-size: 14px;
  }
}
