@charset "UTF-8";
/* CSS Document */
.classBoxRow1 .classLink .slick-slide {
  transition: all 0.5s;
}

.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  border-radius: 5px;
  padding: 5px 10px;
}

.newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
  border-top: 1px solid #e4e2e2;
}
.newsList .newsItem {
  width: 25%;
  padding: 25px;
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    width: 33.33%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .Img {
  border: 4px solid #d2d2d2;
  margin-bottom: 10px;
  border-radius: 10px;
}
.newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
.newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList .Txt .text {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
  padding: 0 50px;
}
.classBox .slick-list {
  overflow: unset;
}
.classBox .classCurrent {
  background-color: #262c78;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
.classBoxRow1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.classBoxRow1 .classLink .slick-slide:not(.slick-active) {
  opacity: 0.1;
}
.classBoxRow1 .classLink .slick-prev {
  left: -70px;
  width: 50px;
  height: 100%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  padding-top: 10px;
  padding-left: 20px;
}
.classBoxRow1 .classLink .slick-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #286acc;
  border-bottom: 1px solid #286acc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.classBoxRow1 .classLink .slick-next {
  right: -70px;
  width: 100px;
  height: 100%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  padding-top: 10px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .classBoxRow1 .classLink .slick-next {
    width: 50px;
  }
}
.classBoxRow1 .classLink .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #262c78;
  border-bottom: 1px solid #262c78;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.classBoxRow1 .classLink .classItem.current a {
  color: #fff;
  background-color: #262c78;
}
.classBoxRow1 .classLink a {
  display: block;
  padding: 10px 0;
  margin-right: 5px;
  font-size: 12px;
  color: #000;
  background-color: #f0f0f0;
  letter-spacing: 2px;
  text-align: center;
}
.classBoxRow1 .classLink a:hover {
  color: #fff;
  background-color: #262c78;
}

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