/* CSS Document */
.contentBox {
  padding-top: 107px;
}
.contentBox:not(.onlyRight) {
  padding-top: 100px;
}
.contentBox .contentBox.onlyRight .style-left {
  width: 0;
  padding: 0;
}
.contentBox .contentBox.onlyRight .style-right {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
}
.contentBox .leftBox .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0 22px 5px;
  margin-bottom: 0;
}
.contentBox .leftBox .titleBox .title {
  color: #198df6;
  font-size: 24px;
  font-weight: 500;
  padding-top: 0;
}
.contentBox .leftBox .titleBox .decoTitle {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
  padding-left: 10px;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  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;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1180px) {
  .newsList {
    margin: 25px 0 0;
  }
}
.newsList .newsItem {
  width: 100%;
  padding: 0 15px 25px;
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    padding-right: 0;
  }
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    padding: 0 0 25px;
  }
}
.newsList .item {
  padding: 20px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
.newsList .Img {
  width: 100%;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .Txt {
  padding: 15px 0;
  overflow: hidden;
}
.newsList .Txt .title a {
  display: block;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .newsList .Txt .title a {
    font-size: 22px;
  }
}
.newsList .Txt .text {
  height: 60px;
  color: #5c5c5c;
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .newsList .Txt .text {
    font-size: 15px;
  }
}

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