/* CSS Document */
.supportInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 10px;
}
.supportInfoBox .dateBox,
.supportInfoBox .classTitle {
  color: #8b8b8b;
}
.supportInfoBox .dateBox .date {
  line-height: 1;
}
.supportInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 0px 10px;
}

.supportList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.supportList .supportItem {
  width: 100%;
  padding: 0 15px 30px;
}
@media (max-width: 640px) {
  .supportList .supportItem {
    width: 100%;
  }
}
.supportList .item {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .supportList .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 640px) {
  .supportList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.supportList .Img {
  width: 30%;
}
@media (max-width: 640px) {
  .supportList .Img {
    width: 100%;
  }
}
.supportList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.supportList .Txt {
  width: 70%;
  overflow: hidden;
  padding-left: 30px;
}
@media (max-width: 640px) {
  .supportList .Txt {
    width: 100%;
    padding-left: 0px;
  }
}
.supportList .Txt .title a {
  display: block;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .supportList .Txt .title a {
    font-size: 22px;
  }
}
.supportList .Txt .text {
  height: 64px;
  color: #8B8B8B;
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1180px) {
  .supportList .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;
  }
}

@media (max-width: 768px) {
  .ne010 .contentBox {
    padding-top: 30px;
  }
}
.ne010 .contentBox > .leftBox {
  width: 16%;
}
@media (max-width: 1023px) {
  .ne010 .contentBox > .leftBox {
    width: 100%;
  }
}
.ne010 .contentBox > .rightBox {
  width: 84%;
  padding-left: 47px;
}
@media (max-width: 1023px) {
  .ne010 .contentBox > .rightBox {
    width: 100%;
    padding-left: 0px;
  }
}

.topBox {
  margin-top: 60px;
}