/* CSS Document */
.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  background-color: #20466e;
  color: #fff;
}

.ib_news_002 .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1180px) {
  .ib_news_002 .contentBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ib_news_002 .topBox {
  width: 100%;
}
.ib_news_002 .side_share {
  width: 100%;
}
.ib_news_002 .pageBox {
  width: 100%;
}
.ib_news_002 .textEditor {
  max-width: 100%;
}
.ib_news_002 .newsList {
  width: calc(100% - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList {
    width: 100%;
  }
}
.ib_news_002 .newsList .newsItem {
  width: 100%;
  margin-left: 25px;
  margin-right: 25px;
}
.ib_news_002 .newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .ib_news_002 .newsList .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ib_news_002 .newsList .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.ib_news_002 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .Img {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .ib_news_002 .newsList .Img {
    margin-right: 0;
    width: 80%;
    max-width: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .ib_news_002 .newsList .Img {
    width: 100%;
  }
}
.ib_news_002 .newsList .Txt {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ib_news_002 .newsList .Txt {
    width: 80%;
  }
}
@media (max-width: 680px) {
  .ib_news_002 .newsList .Txt {
    width: 100%;
  }
}
.ib_news_002 .newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
@media (max-width: 700px) {
  .ib_news_002 .newsList .Txt .title {
    font-size: 17px;
  }
}
.ib_news_002 .newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
}
.ib_news_002 .newsList .Txt .text {
  margin-top: 7px;
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  height: 60px;
}
@media (max-width: 768px) {
  .ib_news_002 .newsList .Txt .text {
    display: none;
  }
}