@charset "UTF-8";
/* CSS Document */
.wrap {
  max-width: 1540px;
}
@media (max-width: 1680px) {
  .wrap.ins {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 1023px) {
  .wrap.ins {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.mainArea {
  padding-bottom: 60px;
  margin-top: -285px;
}
@media (max-width: 1024px) {
  .mainArea {
    margin-top: 0;
  }
}
.mainArea::after {
  background-position: 100% 285px;
}
@media (max-width: 1024px) {
  .mainArea::after {
    background-position: 100% 0px;
  }
}
.mainArea .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0 0px;
}
.mainArea .leftBox {
  width: 360px;
  padding-right: 60px;
  position: relative;
  z-index: 6;
}
@media (max-width: 1023px) {
  .mainArea .leftBox {
    padding: 0;
  }
}
.mainArea .rightBox {
  width: calc(100% - 360px);
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  .mainArea .rightBox {
    padding: 0;
  }
}
.mainArea .rightBox.ins {
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 3px 20px rgba(133, 179, 202, 0.25);
          box-shadow: 0 3px 20px rgba(133, 179, 202, 0.25);
  padding: 60px 55px;
  margin-top: -70px;
}
@media (max-width: 1280px) {
  .mainArea .rightBox.ins {
    padding: 30px 20px;
  }
}
@media (max-width: 1023px) {
  .mainArea .rightBox.ins {
    margin: 0 50px;
    padding: 60px 55px;
  }
}
@media (max-width: 800px) {
  .mainArea .rightBox.ins {
    margin: 0 40px;
    padding: 30px 45px;
  }
}
@media (max-width: 460px) {
  .mainArea .rightBox.ins {
    margin: 0;
  }
}
@media (max-width: 414px) {
  .mainArea .rightBox.ins {
    margin: 0;
    padding: 30px 25px;
  }
}
@media (max-width: 1280px) {
  .mainArea .leftBox {
    width: 280px;
    padding-right: 40px;
  }
  .mainArea .rightBox {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1023px) {
  .mainArea .contentBox {
    padding: 20px 0 0;
  }
  .mainArea .leftBox {
    width: 100%;
    padding-right: 0;
  }
  .mainArea .rightBox {
    width: 100%;
  }
}

.bannerArea .Txt {
  padding: 40px 20px 155px;
}
@media (max-width: 1024px) {
  .bannerArea .Txt {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .Txt .titleBox {
    margin: 0;
  }
}
.bannerArea .Txt .titleBox .titleImg {
  position: relative;
  max-width: 705px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
}
.bannerArea .Txt .titleBox .titleImg img {
  height: 100%;
}
.bannerArea .Txt .titleBox .titleImg::after {
  position: absolute;
  right: 35px;
  top: 75px;
  content: attr(data-tip);
  display: block;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 3px;
  color: #000000;
}
@media (max-width: 1024px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 620px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    right: 0px;
    top: 45px;
  }
}
@media (max-width: 800px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 520px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    top: 40px;
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 420px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 280px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    font-size: 18px;
    top: 110%;
  }
}
.bannerArea .decoBox .city {
  position: absolute;
  top: 150px;
  left: calc(50% - 730px);
  display: block;
  max-width: 1474px;
  z-index: 1;
  -webkit-animation: up 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: up 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media (max-width: 1280px) {
  .bannerArea .decoBox .city {
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 60%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .city {
    height: 70%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .city {
    height: 50%;
    top: 200px;
  }
}
.bannerArea .decoBox .n {
  position: absolute;
  top: 430px;
  left: calc(50% - 620px);
  display: block;
  max-width: 315px;
  width: 100%;
  opacity: 0;
  z-index: 4;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: gTextUp 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
          animation: gTextUp 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .n {
    max-width: 30vh;
    top: 400px;
    left: calc(50% - 580px);
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .n {
    top: 52%;
    left: calc(50% - 500px);
  }
}
@media (max-width: 800px) {
  .bannerArea .decoBox .n {
    top: 45%;
    left: calc(50% - 400px);
  }
}
@media (max-width: 640px) {
  .bannerArea .decoBox .n {
    max-width: 25%;
    left: 5%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .n {
    max-width: 28%;
    top: 65%;
  }
}
.bannerArea .decoBox .e {
  position: absolute;
  top: 370px;
  right: calc(50% - 440px);
  display: block;
  max-width: 230px;
  width: 100%;
  opacity: 0;
  z-index: 4;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
          animation: e01TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .e {
    max-width: 30vh;
    right: calc(50% - 320px);
    bottom: 320px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .e {
    right: calc(50% - 200px);
    bottom: 12%;
    max-width: 25vh;
  }
}
@media (max-width: 800px) {
  .bannerArea .decoBox .e {
    left: calc(50% - 50px);
    bottom: 15%;
  }
}
@media (max-width: 640px) {
  .bannerArea .decoBox .e {
    max-width: 30%;
    right: 32%;
    left: initial;
    top: initial;
    bottom: 15%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .e {
    max-width: 30%;
    right: 37%;
    bottom: 15%;
  }
}
.bannerArea .decoBox .w {
  position: absolute;
  top: 370px;
  left: calc(50% + 380px);
  display: block;
  max-width: 300px;
  width: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: gTextUp 1.9s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
          animation: gTextUp 1.9s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .w {
    max-width: 36vh;
    left: calc(50% + 300px);
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .w {
    left: calc(50% + 200px);
    top: 50%;
  }
}
@media (max-width: 800px) {
  .bannerArea .decoBox .w {
    max-width: 28vh;
    left: calc(50% + 150px);
    top: initial;
    bottom: 22%;
  }
}
@media (max-width: 640px) {
  .bannerArea .decoBox .w {
    max-width: 26%;
    bottom: 18%;
    left: 65%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .w {
    bottom: 28%;
  }
}
.bannerArea .decoBox .s {
  position: absolute;
  bottom: 340px;
  right: calc(50% - 670px);
  display: block;
  max-width: 216px;
  width: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e02TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
          animation: e02TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .s {
    max-width: 25vh;
    right: calc(50% - 600px);
    bottom: 30%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .s {
    right: calc(50% - 500px);
    bottom: 2%;
  }
}
@media (max-width: 800px) {
  .bannerArea .decoBox .s {
    right: calc(50% - 450px);
    bottom: 0%;
  }
}
@media (max-width: 640px) {
  .bannerArea .decoBox .s {
    max-width: 24%;
    right: 4%;
    bottom: 2%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .s {
    bottom: 10%;
  }
}
.bannerArea .decoBox .box02 {
  position: absolute;
  top: 160px;
  left: calc(50% - 470px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move02 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
          animation: move02 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
}
.bannerArea .decoBox .box02 img {
  display: block;
  height: auto;
  max-width: 125px;
  width: 100%;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .box02 {
    right: 10%;
    left: initial;
  }
  .bannerArea .decoBox .box02 img {
    max-width: 12vh;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .box02 img {
    max-width: 9vh;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .box02 {
    top: 20%;
  }
}
.bannerArea .decoBox .box03 {
  position: absolute;
  bottom: initial;
  top: 520px;
  left: calc(50% - 530px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
          animation: move 1.5s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
}
.bannerArea .decoBox .box03 img {
  display: block;
  height: auto;
  max-width: 52px;
  width: 100%;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .box03 {
    left: 10%;
  }
  .bannerArea .decoBox .box03 img {
    max-width: 5vh;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .box03 {
    top: 45%;
  }
}

.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #003670;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.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;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .classBoxColumn {
    margin-bottom: 0;
  }
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #003670;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
  background-color: #f8f8f8;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
  background-color: #e5e5e5;
  color: #003670;
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #becdc8;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #becdc8;
  }
  .classBoxColumn .classLink a {
    position: relative;
    display: block;
    padding: 22px 0px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    font-size: 20px;
    font-weight: 700;
    color: #616161;
    border-bottom: 1px solid #becdc8;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
    background-color: transparent;
    color: #003670;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #becdc8;
  }
  .classBoxColumn .classLink > li > a.current {
    color: #003670;
  }
  .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxColumn .classLink a {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    font-size: 14px;
    padding: 14px 15px;
    position: relative;
  }
}
.classBox.m2 {
  border: 1px solid #000;
  margin-top: 15px;
  margin-bottom: 25px;
  z-index: 3;
  max-width: 270px;
}
@media (min-width: 1024px) {
  .classBox.m2 .classCurrent {
    display: block;
    padding: 15px 30px;
    font-size: 19px;
    font-family: Roboto, "Noto Sans Tc";
    font-weight: 700;
    background: transparent;
    color: #0b427d;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    border: 3px solid #003670;
  }
  .classBox.m2 .classCurrent::before {
    content: "\f107";
    color: #003670;
    font-size: 30px;
    font-family: FontAwesome;
    line-height: 1;
    margin-top: -15px;
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 1;
  }
  .classBox.m2 .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBox.m2 .classLink.open {
    display: block;
  }
  .classBox.m2 .classLink > li:not(:first-child) {
    border-top: 1px solid #becdc8;
  }
  .classBox.m2 .classLink > li > a.current {
    color: #003670;
  }
  .classBox.m2 .classLink > li ul {
    display: none;
  }
  .classBox.m2 .classLink a {
    color: #2f2f2f;
    background-color: #fff;
    font-weight: 500;
    display: block;
    font-size: 19px;
    padding: 15px 30px;
    position: relative;
    font-family: Roboto, "Noto Sans Tc";
  }
}
@media (max-width: 1023px) {
  .classBox.m2 {
    max-width: 100%;
  }
}
.classBox .sectionTitle {
  padding: 5px 0 30px;
  margin-bottom: 0;
  border-bottom: 3px solid #003670;
}
.classBox .sectionTitle::before {
  content: attr(data-tip);
  font-size: 47px;
  font-weight: 500;
  font-family: Outfit;
  color: #003670;
}
.classBox .sectionTitle strong {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
  letter-spacing: 1.8px;
}
@media (max-width: 1280px) {
  .classBox .sectionTitle::before {
    font-size: 40px;
  }
  .classBox .sectionTitle strong {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .classBox .sectionTitle {
    display: none;
  }
}

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

.topNewsList .item {
  position: relative;
}
.topNewsList .Img {
  position: relative;
  z-index: 4;
  max-width: 900px;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-shadow: 0 3px 20px rgba(133, 179, 202, 0.25);
          box-shadow: 0 3px 20px rgba(133, 179, 202, 0.25);
}
@media (max-width: 1180px) {
  .topNewsList .Img {
    max-width: 100%;
    width: 900px;
  }
}
@media (max-width: 1023px) {
  .topNewsList .Img {
    width: 768px;
  }
}
@media (max-width: 640px) {
  .topNewsList .Img {
    width: 480px;
    margin: 0 auto;
  }
}
.topNewsList .Img img {
  display: block;
  width: 100%;
}
.topNewsList .Txt {
  position: relative;
  z-index: 5;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 540px;
  padding: 15px 38px;
  margin: -180px 0 0 -15px;
  -webkit-box-shadow: 0 3px 20px rgba(133, 179, 202, 0.25);
          box-shadow: 0 3px 20px rgba(133, 179, 202, 0.25);
}
@media (max-width: 1280px) {
  .topNewsList .Txt {
    max-width: 95%;
    padding: 25px 0;
    margin: -70px 0 0 -20px;
  }
}
@media (max-width: 1023px) {
  .topNewsList .Txt {
    margin: -70px 0 0 20px;
  }
}
@media (max-width: 640px) {
  .topNewsList .Txt {
    max-width: 480px;
    padding: 20px 0;
    margin: -70px 0 0 0;
  }
}
@media (max-width: 480px) {
  .topNewsList .Txt {
    margin-top: -15px;
    max-width: calc(100% + 10px);
  }
}
.topNewsList .date {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #45d2e8;
  margin-right: 18px;
  width: 100px;
}
.topNewsList .date span {
  display: block;
  font-size: 53px;
}
@media (max-width: 1280px) {
  .topNewsList .date {
    margin: 0 15px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .topNewsList .date {
    margin: 0 15px;
    font-size: 15px;
  }
  .topNewsList .date span {
    font-size: 48px;
  }
}
@media (max-width: 460px) {
  .topNewsList .date {
    font-size: 14px;
  }
  .topNewsList .date span {
    font-size: 40px;
  }
}
@media (max-width: 414px) {
  .topNewsList .date {
    margin: 0 10px;
    font-size: 12px;
    width: 80px;
  }
  .topNewsList .date span {
    font-size: 22px;
  }
}
.topNewsList .title {
  border-left: 1px solid #e4e4e4;
  padding: 25px;
  width: 100%;
}
.topNewsList .title a {
  display: block;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: 3.2px;
  color: #003670;
  max-height: 115px;
}
@media (max-width: 1280px) {
  .topNewsList .title {
    padding: 0 15px;
  }
  .topNewsList .title a {
    line-height: 1.4;
  }
}
@media (max-width: 1180px) {
  .topNewsList .title {
    padding-right: 25px;
  }
  .topNewsList .title a {
    max-width: initial;
  }
}
@media (max-width: 640px) {
  .topNewsList .title {
    padding: 10px 15px;
  }
  .topNewsList .title a {
    font-size: 19px;
    max-height: 60px;
  }
}
@media (max-width: 414px) {
  .topNewsList .title {
    padding: 0px 10px;
  }
  .topNewsList .title a {
    font-size: 16px;
  }
}
.topNewsList .classTitle {
  position: absolute;
  right: 20px;
  top: 12px;
  padding: 10px 20px;
  background: #003670;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #ffffff;
  pointer-events: none;
}
@media (max-width: 640px) {
  .topNewsList .classTitle {
    font-size: 13px;
    padding: 8px 15px;
  }
}
@media (max-width: 414px) {
  .topNewsList .classTitle {
    right: 8px;
    top: 8px;
  }
}

.bottomBox {
  margin-top: 50px;
}

/*新訊列表*/
.insTopBox .Txt {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .insTopBox .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insTopBox .date {
  font-family: Roboto;
  font-weight: 500;
  font-size: 19px;
  color: #45d2e8;
  text-align: center;
  margin-right: 18px;
  width: 100px;
}
.insTopBox .date span {
  display: block;
  font-size: 53px;
}
@media (max-width: 800px) {
  .insTopBox .date {
    margin-left: -10px;
    margin-right: auto;
  }
}
.insTopBox .articleTitle {
  border-left: 1px solid #cdcdcd;
  padding: 0 0 0 25px;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.6;
  letter-spacing: 3.2px;
  color: #003670;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .insTopBox .articleTitle {
    font-size: 27px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  .insTopBox .articleTitle {
    width: 100%;
    padding: 0;
    border-left: transparent;
  }
}
@media (max-width: 460px) {
  .insTopBox .articleTitle {
    margin-top: 15px;
  }
}

.newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsList .newsItem {
  padding: 10px 0;
  width: 50%;
}
@media (max-width: 460px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  padding: 15px;
}
@media (max-width: 640px) {
  .newsList .item {
    padding: 8px;
  }
}
.newsList .Img {
  width: 100%;
  max-height: 320px;
}
.newsList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .Txt {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 0 0;
}
@media (max-width: 640px) {
  .newsList .Txt {
    padding-top: 15px;
  }
}
.newsList .date {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #45d2e8;
  margin: 0 5px;
  max-width: 100px;
  text-align: center;
}
.newsList .date span {
  font-size: 53px;
}
@media (max-width: 1280px) {
  .newsList .date {
    margin: 0 10px;
    font-size: 14px;
    text-align: center;
  }
  .newsList .date span {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .newsList .date {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 460px) {
  .newsList .date {
    font-size: 14px;
  }
  .newsList .date span {
    font-size: 40px;
  }
}
@media (max-width: 414px) {
  .newsList .date {
    margin: 0 10px;
    font-size: 12px;
    width: 80px;
  }
  .newsList .date span {
    font-size: 22px;
  }
}
.newsList .title {
  width: 100%;
  border-left: 1px solid #e4e4e4;
  padding: 0 25px;
}
.newsList .title a {
  display: block;
  max-height: 64px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 3.2px;
  color: #003670;
}
@media (max-width: 1280px) {
  .newsList .title {
    padding: 0 15px;
  }
  .newsList .title a {
    line-height: 1.4;
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .newsList .title {
    padding-right: 25px;
  }
  .newsList .title a {
    max-width: initial;
  }
}
@media (max-width: 800px) {
  .newsList .title a {
    letter-spacing: 2.2px;
  }
}
@media (max-width: 640px) {
  .newsList .title {
    padding: 0px 10px;
  }
  .newsList .title a {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .newsList .title {
    padding: 0px 10px;
  }
  .newsList .title a {
    display: block;
  }
}
.newsList .classTitle {
  position: absolute;
  right: 20px;
  top: 12px;
  padding: 10px 20px;
  background: #003670;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #ffffff;
  pointer-events: none;
}
@media (max-width: 640px) {
  .newsList .classTitle {
    right: 12px;
    font-size: 12px;
    padding: 8px 15px;
  }
}
@media (max-width: 414px) {
  .newsList .classTitle {
    right: 8px;
    top: 8px;
  }
}

.newsDate {
  padding: 5px 0;
  font-size: 12px;
  color: #818181;
  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;
}

.classTitle {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  font-family: "微軟正黑體";
  color: #fff;
}

/*內頁*/
.insBottomBox {
  padding-top: 90px;
}
@media (max-width: 1023px) {
  .insBottomBox {
    padding-top: 40px;
  }
}

.sideShare {
  position: absolute;
  right: -50px;
  top: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
@media (max-width: 800px) {
  .sideShare {
    right: -40px;
  }
}
@media (max-width: 460px) {
  .sideShare {
    right: 0px;
    top: 40px;
  }
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem {
  border-radius: 0 20px 20px 0;
  margin: 5px 0;
}
.sideShare .shareList .shareItem:nth-of-type(odd) {
  background: #45d2e8;
}
.sideShare .shareList .shareItem:nth-of-type(even) {
  background: #003670;
}
.sideShare .shareList .shareItem:hover {
  background: #e17300;
}
@media (max-width: 460px) {
  .sideShare .shareList .shareItem {
    margin: 2.5px 0;
    border-radius: 20px 0 0 20px;
  }
}
.sideShare .shareList .shareItem a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sideShare .shareList .shareItem a i {
  display: block;
}
.sideShare .shareList .shareItem a svg {
  width: 25px;
  height: 25px;
  display: block;
  margin-top: 0px;
}
@media (max-width: 800px) {
  .sideShare .shareList .shareItem a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .sideShare .shareList .shareItem a svg {
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 0px;
  }
}

/****分享*****/
.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;
}

.historylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-left: 0 !important;
}

.historylist li {
  list-style-type: none;
}

.historylist li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.historylist li dd {
  text-align: right;
  list-style-type: none;
  position: relative;
  float: left;
  width: 18%;
  min-height: 100px;
  padding: 20px 20px 20px 0;
  color: #000;
}

.historylist li dd span {
  line-height: 30px;
  font-weight: 500;
}

.historylist li dd:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: -13px;
  background: #fff;
  border: 5px solid #68ae33;
  width: 20px;
  height: 20px;
  border-radius: 99em;
  z-index: 50;
}

.historylist li dt {
  border-left: 5px solid #68ae33;
  padding: 20px 0 20px 30px;
  min-height: 100px;
  list-style-type: none;
  width: 70%;
  float: left;
  display: block;
  position: relative;
}

@media (max-width: 1440px) {
  .historylist li dd {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .historylist li dd {
    width: 35%;
    padding-left: 0;
  }

  .historylist li dd span {
    font-size: 18px !important;
  }

  .historylist li dt {
    width: 65%;
  }
}
@media (max-width: 640px) {
  .historylist li dd:after {
    border: 3px solid #68ae33;
    width: 15px;
    height: 15px;
    right: -9px;
    top: 28px;
  }

  .historylist li dt {
    border-left: 3px solid #68ae33;
  }
}