/* CSS Document */
.rightBox {
  width: 100%;
  position: relative;
  display: block;
}

.articleTitle {
  font-size: 33px;
}

.albumBox {
  width: 100%;
  position: relative;
  display: block;
  margin: 30px 0;
}

.albumList {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}

.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;
  padding-bottom: 10px;
}
.ib_news_003 .newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 0 5px;
}
.ib_news_003 .newsInfoBox .dateBox .day {
  font-size: 45px;
  font-weight: 800;
  color: #036eb8;
  line-height: 1;
}
.ib_news_003 .newsInfoBox .dateBox .yearMonth {
  font-weight: 800;
  color: #228e41;
  padding-left: 15px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.ib_news_003 .newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .ib_news_003 .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .ib_news_003 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_003 .newsList .item {
  padding: 20px 0px;
}
@media (min-width: 1181px) {
  .ib_news_003 .newsList .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.ib_news_003 .newsList .item.hasVideo .videoMask {
  display: block;
}
.ib_news_003 .newsList .Img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.ib_news_003 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ib_news_003 .newsList .Img .videoMask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .ib_news_003 .newsList .Img .videoMask:hover .playBtn .playT {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.ib_news_003 .newsList .Img .videoMask .playBtn {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border-top: 1px solid #228e41;
  border-right: 1px solid #228e41;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ib_news_003 .newsList .Img .videoMask .playBtn::before {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 100%;
  background-color: #228e41;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ib_news_003 .newsList .Img .videoMask .playBtn .playT {
  width: 13px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ib_news_003 .newsList .Txt .bottomBox {
  position: relative;
  padding: 25px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ib_news_003 .newsList .Txt .dateBox {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 72px;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  color: #228e41;
  border-right: 1px solid #eeeeee;
}
.ib_news_003 .newsList .Txt .dateBox .date {
  margin-top: 5px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}
.ib_news_003 .newsList .Txt .dateBox .month {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
.ib_news_003 .newsList .Txt .infoBox {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding-left: 24px;
  width: calc(100% - 95px);
  letter-spacing: 1px;
}
.ib_news_003 .newsList .Txt .infoBox .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ib_news_003 .newsList .Txt .infoBox .title a {
  color: #000;
}
@media (min-width: 1181px) {
  .ib_news_003 .newsList .Txt .infoBox .title a:hover {
    color: #036eb8;
  }
}
.ib_news_003 .newsList .Txt .infoBox .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  opacity: 0.6;
}
.ib_news_003.case .newsItem {
  width: 100%;
}
.ib_news_003.case .newsItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .ib_news_003.case .newsItem .item {
    -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;
  }
}
.ib_news_003.case .newsItem .item .Img {
  width: 60%;
}
@media (max-width: 768px) {
  .ib_news_003.case .newsItem .item .Img {
    width: 100%;
  }
}
.ib_news_003.case .newsItem .item .Img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_news_003.case .newsItem .item .Txt {
  width: 40%;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .ib_news_003.case .newsItem .item .Txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.ib_news_003.case .newsItem .item .Txt .title {
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  color: #626262;
}
.ib_news_003.case .newsItem .item .Txt .title a {
  color: #626262;
}
@media (min-width: 1181px) {
  .ib_news_003.case .newsItem .item .Txt .title a:hover {
    color: #036eb8;
  }
}
.ib_news_003.case .newsItem .item .Txt .text {
  margin-top: 15px;
  color: #626262;
  line-height: 34px;
  font-size: 20px;
  max-width: 310px;
}
@media (max-width: 1180px) {
  .ib_news_003.case .newsItem .item .Txt .text {
    max-width: none;
  }
}
.ib_news_003.case .newsItem .item .Txt .text2 {
  margin-top: 15px;
  color: #868686;
  line-height: 26px;
  font-size: 16px;
}

.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;
  }
}