@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

/*新訊列表*/
.filterTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filterTitleBox .filterTxtEn {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}
.filterTitleBox .filterTxtCn {
  margin-left: 20px;
  font-size: 16px;
}

.filterCheckBox {
  margin-bottom: 30px;
}
.filterCheckBox .chTxt {
  color: black;
  font-size: 16px;
}
.filterCheckBox .enTxt {
  color: rgb(143, 143, 143);
  font-size: 16px;
  margin-left: 10px;
}

.filterMonth, .filterDate {
  padding: 20px 0;
  border-bottom: 1px solid rgb(143, 143, 143);
}

.filterSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filterSelect li {
  width: 16.6666666667%;
  margin-top: 20px;
}
.filterSelect li .mBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.filterSelect li .mBox input {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 10px;
}

.eventsList {
  margin: 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eventsList .eventsItem {
  padding: 10px 30px 30px;
  width: 33.33%;
}
@media (max-width: 960px) {
  .eventsList .eventsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .eventsList .eventsItem {
    width: 100%;
  }
}
.eventsList .eventsItem.imgHover .Img img {
  opacity: 0.3;
}
.eventsList .item {
  position: relative;
  /*box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);*/
}
.eventsList .Img {
  position: relative;
  overflow: hidden;
}
.eventsList .Img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.eventsList .Img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}
.eventsList .Txt .newsDate {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: default;
}
.eventsList .Txt .eventsDate {
  font-size: 14px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
}
.eventsList .Txt .eventsDate strong {
  font-weight: 400;
}
.eventsList .Txt .eventsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}
.eventsList .Txt .eventsDate b {
  margin-left: 3px;
}
.eventsList .Txt .classTitle {
  display: inline-block;
  padding: 0 15px;
  margin-right: 3px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  cursor: default;
}
.eventsList .Txt .icon_clock {
  position: relative;
  top: 2px;
  right: 5px;
  width: 15px;
  height: 15px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #808080;
}
.eventsList .Txt .startTime {
  color: #959595;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.455px;
  cursor: default;
}
.eventsList .Txt .eventTime {
  font-size: 16px;
  padding: 0 0 5px;
  font-weight: 500;
  cursor: default;
}
.eventsList .Txt .title a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 1180px) {
  .eventsList .Txt .title a {
    font-size: 30px;
  }
}
.eventsList .Txt .title a:hover {
  color: #14345b;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.eventsList .Txt .text {
  font-size: 15px;
  height: 60px;
  color: #818181;
  cursor: default;
}
.eventsList .Txt .more {
  margin-top: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  padding: 5px 40px;
  border: 2px solid #99925f;
  color: #99925f;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.eventsList .Txt .more::before, .eventsList .Txt .more::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  width: 10px;
  height: 1px;
  background-color: #000;
}
.eventsList .Txt .more::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.eventsList .Txt .more:hover {
  color: #14345b;
  border-color: #14345b;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/*內頁*/
/****分享*****/
.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;
}