/* CSS Document */
.newsList .newsItem .Txt .btnBox .btn .arrow::after, .newsList .newsItem .Txt .btnBox .btn .arrow, .newsList .newsItem .Txt .btnBox .btn, .newsList .newsItem .Txt .text, .newsList .newsItem .Txt .newsInfoBox, .newsList .newsItem .Txt, .newsList .newsItem .Img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 14px 29px;
}
@media (max-width: 1270px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 860px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .newsItem .item {
  background-color: #eeeeee;
  position: relative;
  height: 100%;
  max-width: 405px;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .newsList .newsItem .item {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .newsList .newsItem .item {
    min-height: 62.5vw;
  }
}
@media (min-width: 1201px) {
  .newsList .newsItem .item:hover .Img {
    opacity: 1;
  }
  .newsList .newsItem .item:hover .Txt {
    background-color: rgba(3, 3, 3, 0.5);
  }
  .newsList .newsItem .item:hover .Txt .title a,
.newsList .newsItem .item:hover .Txt .text,
.newsList .newsItem .item:hover .Txt .btn,
.newsList .newsItem .item:hover .Txt .newsInfoBox {
    color: #fff;
  }
  .newsList .newsItem .item:hover .Txt .btn .arrow {
    background-color: #fff;
  }
  .newsList .newsItem .item:hover .Txt .btn .arrow::after {
    border-color: #fff;
  }
}
.newsList .newsItem .Img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.newsList .newsItem .Img a {
  width: 100%;
  display: block;
}
.newsList .newsItem .Img img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsList .newsItem .Txt {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  overflow: auto;
}
.newsList .newsItem .Txt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.newsList .newsItem .Txt::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.newsList .newsItem .Txt::-webkit-scrollbar-thumb {
  background: #030303;
}
@media (max-width: 390px) {
  .newsList .newsItem .Txt {
    padding: 17px 15px;
  }
}
@media (max-width: 340px) {
  .newsList .newsItem .Txt {
    padding: 12px 10px;
  }
}
.newsList .newsItem .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}
@media (max-width: 390px) {
  .newsList .newsItem .Txt .newsInfoBox {
    margin-bottom: 10px;
  }
}
.newsList .newsItem .Txt .title {
  font-size: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .newsList .newsItem .Txt .title {
    font-size: 15px;
  }
}
.newsList .newsItem .Txt .text {
  font-size: 14px;
  line-height: 1.77;
  margin-bottom: 23px;
  height: 102px;
}
@media (max-width: 480px) {
  .newsList .newsItem .Txt .text {
    font-size: 12px;
    height: auto;
    min-height: 60px;
  }
}
@media (max-width: 390px) {
  .newsList .newsItem .Txt .text {
    margin-bottom: 18px;
  }
}
.newsList .newsItem .Txt .btnBox {
  border-top: 1px solid #aaaaaa;
}
.newsList .newsItem .Txt .btnBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: bold;
  padding: 36px 0 14px;
  line-height: 1px;
}
@media (min-width: 1201px) {
  .newsList .newsItem .Txt .btnBox .btn:hover {
    background-color: transparent;
  }
}
.newsList .newsItem .Txt .btnBox .btn span {
  margin: 0;
}
.newsList .newsItem .Txt .btnBox .btn .arrow {
  width: 18px;
  height: 2px;
  position: relative;
  background-color: #000;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.newsList .newsItem .Txt .btnBox .btn .arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  z-index: 1;
}

.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: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}