@charset "UTF-8";
/* CSS Document */
.side_news .slick-arrow, .side_news .item, .newsList .classTitle, .newsList .item {
  transition: all 0.5s;
}

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

/*一般新訊列表*/
.newsList {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsList .newsItem {
  padding: 15px;
  width: 33.3333333333%;
}
@media (max-width: 1023px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
    padding: 15px 0;
  }
}
.newsList .item {
  position: relative;
  background-color: #fff;
  padding: 0 0 10px;
  box-shadow: 0px 4px 28px 0px rgba(21, 21, 21, 0);
}
.newsList .item:hover {
  box-shadow: 0px 4px 28px 0px rgba(21, 21, 21, 0.2);
}
.newsList .item:hover .classTitle {
  border: 1px solid #29b8ed;
  background-color: #29b8ed;
}
.newsList .item:hover .title a {
  color: #EE8A0C;
}
.newsList .Img {
  width: 100%;
}
.newsList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.newsList .classTitle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 20px;
}
@media (max-width: 1023px) {
  .newsList .classTitle {
    border: 1px solid #29b8ed;
    background-color: #29b8ed;
  }
}
.newsList .Txt {
  padding: 0px 25px 25px;
  text-align: left;
  margin: 25px 15px 15px;
  position: relative;
}
.newsList .Txt::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: #e5e5e5;
  top: 0;
  left: 0;
}
.newsList .Txt .title a {
  display: block;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 20px;
  height: 70px;
  color: #02152c;
}
.newsList .Txt .text {
  height: 60px;
  font-size: 15px;
  color: #606060;
  line-height: 1.8;
}
.newsList .Txt .date {
  color: #29b8ed;
  font-size: 13px;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
}

.newsDate {
  padding: 5px 0;
  font-size: 12px;
  color: #29b8ed;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.newsDate strong {
  font-weight: 400;
}
.newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #ae4233;
}
.newsDate b {
  margin-left: 3px;
}

.labBox .newsList .newsItem {
  width: 25%;
}
@media (max-width: 1023px) {
  .labBox .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .labBox .newsList .newsItem {
    width: 100%;
  }
}

.fullBox .newsList .newsItem {
  width: 100%;
}
.fullBox .newsList .item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0;
}
@media (max-width: 1023px) {
  .fullBox .newsList .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.fullBox .newsList .item:hover .classTitle {
  color: #fff;
}
.fullBox .newsList .Img {
  width: 30%;
}
@media (max-width: 1023px) {
  .fullBox .newsList .Img {
    width: 100%;
  }
}
.fullBox .newsList .classTitle {
  color: #29b8ed;
  border: 1px solid #29b8ed;
}
@media (max-width: 1023px) {
  .fullBox .newsList .classTitle {
    color: #fff;
    background-color: #29b8ed;
  }
}
.fullBox .newsList .Txt {
  width: 70%;
  margin: 0;
  padding: 60px 20px;
}
@media (max-width: 1023px) {
  .fullBox .newsList .Txt {
    width: 100%;
    padding: 30px 20px;
  }
}
.fullBox .newsList .Txt::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: #e5e5e5;
  top: 0;
  left: 0;
  display: none;
}
.fullBox.wpbox .classTitle {
  max-width: 150px;
  top: 15px;
  right: 15px;
}
@media (max-width: 1023px) {
  .fullBox.wpbox .classTitle {
    max-width: calc(100% - 30px);
  }
}
.fullBox.wpbox .Txt {
  padding: 20px;
}
@media (max-width: 1023px) {
  .fullBox.wpbox .Txt {
    position: initial;
  }
}
.fullBox.wpbox .Txt .title {
  width: calc(100% - 150px);
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .fullBox.wpbox .Txt .title {
    width: 100%;
    padding: 0;
  }
}
.fullBox.wpbox .Txt .text {
  height: 140px;
  padding-top: 10px;
}
@media (max-width: 1023px) {
  .fullBox.wpbox .Txt .text {
    height: 80px;
    padding-top: 0;
  }
}

/*內頁*/
.topBox {
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 1180px) {
  .topBox {
    padding: 0;
  }
}
.topBox .top {
  width: 100%;
}
.topBox .top .classTitle {
  padding: 5px 20px;
  background-color: #29b8ed;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .topBox .top .classTitle {
    font-weight: 400;
    font-size: 14px;
  }
}

.side_news {
  max-width: 1545px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  background-color: transparent;
}
@media (max-width: 1180px) {
  .side_news {
    display: none;
  }
}
.side_news .sideNewsList {
  margin-top: 0;
  padding: 10px 60px;
  width: 50%;
  margin: 0 0 0 auto;
}
.side_news .sideNewsItem {
  width: 100%;
  margin: 0;
  padding: 5px;
}
.side_news .item {
  border: 1px solid #ddd;
  padding: 10px 15px;
}
.side_news .item:hover {
  background-color: #fff;
  border: 1px solid #fff;
}
.side_news .title {
  text-align: center;
}
.side_news .title a {
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side_news .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 1 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #c1c1c1;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .side_news .slick-arrow {
    display: none;
  }
}
.side_news .slick-arrow:hover, .side_news .slick-arrow:focus {
  color: #c1c1c1;
  outline: none;
  background: #c1c1c1;
}
.side_news .slick-arrow:hover::after, .side_news .slick-arrow:focus::after {
  opacity: 1;
}
.side_news .slick-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: "Poppins";
  font-size: 20px;
  opacity: 1 !important;
  z-index: 2;
}
.side_news .slick-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgb(236, 131, 5), rgb(251, 200, 106), rgb(251, 200, 106), rgb(236, 131, 5));
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.side_news .slick-arrow.slick-prev {
  left: 0px;
}
.side_news .slick-arrow.slick-prev::before {
  content: "<";
}
.side_news .slick-arrow.slick-next {
  right: 0px;
}
.side_news .slick-arrow.slick-next::before {
  content: ">";
}

/****分享*****/