.breadcrumb {
  background-color: #D3DCE6;
}

.breadcrumb_cont {
  height: 108px;
  display: flex;
  align-items: center;
}

.breadcrumb_cont img {
  width: 28px;
  height: auto;
  margin-right: 21px;
}

.breadcrumb_cont a,
.breadcrumb_cont span {
  font-size: 18px;
  color: #0D1012;
  white-space: nowrap;
}

.breadcrumb_cont a:hover {
  color: #0E5990;
}

.breadcrumb_cont .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_details {
  padding-top: 60px;
  padding-bottom: 250px;
}

.news_details_cont {
  display: flex;
  gap: 140px;
}

.news_details_cont_l {
  flex: 1;
}

.news_details_cont_r {
  width: 440px;
}

.news_title {
  font-weight: 700;
  font-size: 30px;
  color: #0D1012;
  margin-bottom: 28px;
}

.news_time {
  padding-bottom: 45px;
  border-bottom: 1px solid #E1E1E1;
  font-size: 18px;
  color: #0D1012;
}

.news_html {
  margin-top: 45px;
}

.news_html p {
  text-indent: 2em;
  font-size: 18px;
  color: #666666;
  line-height: 42px;
}

.news_btn {
  margin-top: 110px;
  padding: 55px 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;

}

.news_btn_item div {
  font-size: 18px;
  color: #0D1012;
  cursor: pointer;
}

.news_btn_item:hover div {
  color: #0E5990;
}

.news_btn_item .btn_text {
  margin-bottom: 15px;
}

.news_btn_item {
  flex: 1;
}

.news_btn_item .news_text {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.correlation_title {
  padding-bottom: 36px;
  border-bottom: 1px solid #E1E1E1;
  font-weight: 700;
  font-size: 30px;
  color: #0D1012;
}

.correlation_new_item {
  margin-top: 36px;
  cursor: pointer;
}

.correlation_new_item .time {
  font-size: 18px;
  color: #124B8B;
  margin-bottom: 24px;
}

.correlation_new_item .title {
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 24px;
  color: #0D1012;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


@media screen and (max-width: 1100px) {
  .news_details_cont {
    gap: 70px;
  }
}

/* 手机样式 */
@media screen and (max-width: 900px) {
  .breadcrumb_cont {
    height: 1.3rem;
  }

  .breadcrumb_cont img {
    width: 0.34rem;
    margin-right: 0.25rem;
  }

  .breadcrumb_cont a,
  .breadcrumb_cont span {
    font-size: 0.26rem;
  }

  .news_details {
    padding-top: 0.8rem;
    padding-bottom: 2.15rem;
  }

  .news_details .type_area_max {
    width: 100%;
  }

  .news_details_cont {
    display: block;
  }

  .news_title {
    font-size: 0.36rem;
    margin-bottom: 0.44rem;
    padding: 0 0.16rem;
    box-sizing: border-box;
  }

  .news_time {
    font-size: 0.29rem;
    padding: 0 0.16rem;
    box-sizing: border-box;
    padding-bottom: 0.73rem;
  }

  .news_html {
    margin-top: 0.65rem;
    padding: 0 0.16rem;
    box-sizing: border-box;
  }

  .news_html p {
    font-size: 0.29rem;
    line-height: 0.62rem;
  }

  .news_btn {
    display: block;
    margin-top: 0.83rem;
    padding: 0.52rem 0.16rem;
    box-sizing: border-box;
  }

  .news_btn_item {
    display: flex;
    align-items: center;
  }

  .news_btn_item div {
    font-size: 0.29rem;
    white-space: nowrap;
    margin: 0 !important;
  }

  .news_btn_item .news_text {
    margin-bottom: 0;
    padding-left: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
  }

  .news_btn_item:nth-child(1) {
    margin-bottom: 0.42rem !important;
  }

  .news_details_cont_r {
    width: 100%;
  }

  .correlation_title {
    padding: 0.43rem 0.16rem;
    padding-top: 0.79rem;
    font-size: 0.36rem;
  }

  .correlation_new_list {
    padding: 0 0.16rem;
    box-sizing: border-box;
  }

  .correlation_new_item {
    margin-top: 0.82rem;
  }

  .correlation_new_item:first-child {
    margin-top: 0.38rem;
  }

  .correlation_new_item .time {
    font-size: 0.29rem;
    margin-bottom: 0.24rem;
  }

  .correlation_new_item .title {
    margin-bottom: 0.36rem;
    font-size: 0.34rem;
  }
}