/* CSS Document */
.classBox.classBoxRow .classLink li {
  width: 20%;
}
@media (max-width: 1180px) {
  .classBox.classBoxRow .classLink li {
    width: 100%;
  }
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  text-align: center;
  margin: 0 auto;
  color: #002554;
  max-width: 210px;
  padding: 0 20px;
  width: 100%;
}
.newsInfoBox .classTitle {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
.newsInfoBox .popdate {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
}

.newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
.newsList .newsItem {
  width: 25%;
  padding: 25px;
}
@media (max-width: 1366px) {
  .newsList .newsItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
    padding: 25px 20px;
  }
}
.newsList .item {
  width: 100%;
}
@media (max-width: 1180px) {
  .newsList .item {
    padding: 0;
  }
}
.newsList .Img {
  border-radius: 80px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.newsList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
.newsList .Txt {
  position: relative;
  padding: 30px 0px;
}
.newsList .Txt .title {
  border-top: 1px dashed #d3d3d3;
  margin: 20px 0;
  padding-top: 20px;
}
.newsList .Txt .title a {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList .Txt .eventDate {
  color: #7e848d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
}
.newsList .Txt .eventDate span {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.8px;
  position: relative;
  padding-right: 5px;
  margin-right: 10px;
}
.newsList .Txt .eventDate span::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7e848d;
  top: 45%;
  right: 0;
}

.insPage .newsInfoBox {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 20px;
  padding: 0 20px;
}

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