/* CSS Document */
.mainArea .lineOutBox {
  z-index: -1;
}

.ib_news_003 .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;
}
.ib_news_003 .newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 5px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .ib_news_003 .newsInfoBox .dateBox {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .ib_news_003 .newsInfoBox .dateBox {
    margin-right: 10px;
  }
}
.ib_news_003 .newsInfoBox .dateBox .day {
  font-size: 56px;
  font-weight: 800;
  color: #2186d3;
  line-height: 1;
}
@media (max-width: 768px) {
  .ib_news_003 .newsInfoBox .dateBox .day {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .ib_news_003 .newsInfoBox .dateBox .day {
    font-size: 36px;
  }
}
.ib_news_003 .newsInfoBox .dateBox .yearMonth {
  font-weight: 800;
  color: #0a2540;
  text-transform: uppercase;
}
.ib_news_003 .newsInfoBox .dateBox,
.ib_news_003 .newsInfoBox .classTitle {
  padding: 5px 0;
}
.ib_news_003 .newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}
.ib_news_003 .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 30px 50px;
}
.ib_news_003 .newsList .newsItem {
  width: 100%;
}
.ib_news_003 .newsList .newsItem:first-child .item {
  border-top: none;
}
@media (min-width: 1181px) {
  .ib_news_003 .newsList .newsItem:hover .item .Txt .title a {
    color: #50b2f0;
  }
  .ib_news_003 .newsList .newsItem:hover .item .Txt .moreArrow .btnArrow {
    fill: #50b2f0;
  }
}
.ib_news_003 .newsList .item {
  position: relative;
  padding: 25px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ib_news_003 .newsList .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ib_news_003 .newsList .Img {
  width: 100%;
  margin-right: 10px;
}
.ib_news_003 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.ib_news_003 .newsList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ib_news_003 .newsList .Txt .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ib_news_003 .newsList .Txt .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
}
.ib_news_003 .newsList .Txt .title a {
  display: block;
  font-size: 24px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .ib_news_003 .newsList .Txt .title a {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .ib_news_003 .newsList .Txt .title a {
    font-size: 18px;
  }
}
.ib_news_003 .newsList .Txt .text {
  height: 60px;
  color: #757e89;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 30px;
}
@media (max-width: 1180px) {
  .ib_news_003 .newsList .Txt .text {
    font-size: 15px;
  }
}
.ib_news_003 .newsList .Txt .moreArrow {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_news_003 .newsList .Txt .moreArrow .btnArrow {
  width: 13.5px;
  height: 18px;
  fill: #2186d3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.topBox {
  width: 100%;
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}
/*# sourceMappingURL=ib_news_003.css.map */