@charset "UTF-8";
/* CSS Document */
.left-circle {
  padding-left: 23px;
  position: relative;
}
@-webkit-keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.left-circle::before {
  -webkit-animation: beat 1.5s ease-in-out infinite;
          animation: beat 1.5s ease-in-out infinite;
  border-radius: 999px;
  border: 1px solid #00802b;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 14px;
}
.left-circle::after {
  -webkit-animation: beat 1.5s ease-in-out infinite;
          animation: beat 1.5s ease-in-out infinite;
  background-color: #4d70b1;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 3px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.contentBox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*新訊列表*/
.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
}
.newsList .Img {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .newsList .Img {
    width: 70px;
    height: 70px;
  }
}
.newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .Txt {
  overflow: hidden;
  text-align: left;
}
.newsList .Txt p {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
  height: 69px;
}
.newsList h3 {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
.newsList h3 a {
  display: inline-block;
  vertical-align: middle;
  height: 54px;
}
.newsList li {
  padding: 25px 14px;
  width: 33.3333%;
  border: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsList .item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 600px;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newsList .item .Img {
  height: 220px;
  width: 100%;
  border: 0;
  background-color: #e1e1e1;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .newsList li {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .newsList li {
    width: 100%;
    margin: 0;
  }
}

.newsDate {
  padding: 20px 0 16px 0;
  font-size: 12px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
  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;
}
.newsDate strong {
  font-weight: 500;
  font-family: "Saira", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 16px;
}
.newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}
.newsDate b {
  margin-left: 3px;
}

.newIcon {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  font-family: "微軟正黑體";
  color: #fff;
  position: static;
  max-width: 113px;
  height: 25px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

/*內頁*/
/****分享*****/
.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: #ae4233;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
.shareBox .back:hover {
  background: #398cb1;
}

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 10px;
  border-bottom: 1px dashed #b6b6b6;
}
.titleArea h1 {
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
  overflow: hidden;
}
.titleArea h1 strong {
  display: block;
  font-weight: 400;
}
.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}
.titleArea .newsDate {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1200px) {
  .titleArea .newsDate {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.titleArea .newIcon {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .titleArea .newIcon {
    margin-right: 0;
  }
}

.insBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 100%;
}

.classRowBox .classLink.classLink li a {
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
  border-top: 2px solid #efefef;
}
.classRowBox .classLink.classLink li a:hover, .classRowBox .classLink.classLink li a.current {
  border-color: #4d70b1;
  background-color: #efefef;
  color: #4d70b1;
}

.side_news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.side_news ul li {
  width: 25%;
}
.side_news ul li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
}
.side_news ul li .item .Img {
  height: 180px;
  width: 100%;
}
.side_news ul li .item .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side_news .Txt a {
  font-weight: 400;
}
@media (max-width: 1400px) {
  .side_news ul li {
    width: 33.33%;
  }
  .side_news ul li .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
  .side_news ul li .item .Img {
    height: 140px;
  }
}
@media (max-width: 1200px) {
  .side_news ul li {
    width: 50%;
  }
  .side_news ul li .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
  .side_news ul li .item .Img {
    height: 140px;
  }
}

.side_share {
  display: none;
}

.wrap {
  max-width: 1340px;
}

.contentBox .leftBox {
  width: 242px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  margin-right: 100px;
  padding-top: 17px;
}
.contentBox .leftBox ul li {
  width: 100%;
  margin: 0;
}
.contentBox .leftBox ul li a {
  font-size: 16px;
  padding: 11px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  color: #545454;
  border-top: 1px solid #efefef;
  text-align: left;
  padding-left: 34px;
}
.contentBox .leftBox ul li a.current {
  background: #efefef;
  color: #4d70b1;
  border-top: 2px solid #4d70b1;
}
.contentBox .leftBox ul li a:hover {
  background: #efefef;
  color: #545454;
}
.contentBox .leftBox ul li:last-child a {
  border-bottom: 1px solid #efefef;
}

@media (max-width: 1400px) {
  .contentBox .leftBox {
    margin-right: 60px;
  }
}
@media (max-width: 1200px) {
  .contentBox {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentBox .enTitle {
    display: none;
  }
  .contentBox .enTitle.m {
    display: inline;
  }
  .contentBox .leftBox {
    width: 100%;
    margin: 0;
  }

  .classLink {
    display: none;
  }
}
.wrap {
  max-width: 1650px;
}

.titleBox {
  text-align: left;
}
.titleBox p {
  padding: 0;
  margin: 0;
  margin-bottom: 28px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  line-height: 66px;
  padding-bottom: 20px;
}