#comp_news_banner_section {
  background-image: url("../image/background22.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner_content_box {
  padding-bottom: 25%;
}
.banner_content_panel {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.comp_news_banner_title {
  width: 100%;
  text-align: center;
}
.banner_title_text {
  color: #ffffff;
  font-weight: bold;
  font-family: inherit;
  font-size: 2.7rem;
  letter-spacing: 0.6rem;
}
#comp_news_ctx_section {
  /* background-image: url("../img/comp_news/background23.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  background-color: #fbfcfd;
}
.comp_news_content_box {
  padding-top: 5rem;
}
.comp_news_content_panel {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.comp_news_ctx_box {
  height: 90%;
  width: 100%;
  font-family: inherit;
}
.comp_news_img_panel {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.comp_news_item {
  width: 100%;
  margin-bottom: 15px;
}
.comp_news_item > img {
  width: 100%;
}
.comp_news_text {
  color: #333333;
  font-size: 1.35rem;
}
.title_text {
  color: #333333;
  font-weight: bold;
  font-size: 2.7rem;
}
.news_date_panel {
  line-height: 4.8rem;
}
.date_text {
  color: #b1b1b1;
  font-size: 1.35rem;
}

.comp_news_content_inner_panel {
  line-height: 2.8rem;
}
.text_indent {
  text-indent: calc(1.35rem*2);
}
.second_title_text {
  font-size: 1.6rem;
  /* font-weight: 500; */
  padding: .5rem 0;
  font-weight: bold;
}
