/* CSS Document */
.design_ne-007 .newsList .plusArrow {
  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;
  padding: 5px 10px;
}

.design_ne-007 .contentBox > .rightBox {
  padding-top: 45px;
}
@media (max-width: 1023px) {
  .design_ne-007 .contentBox > .rightBox {
    padding-top: 0;
  }
}
.design_ne-007 .newsList {
  position: relative;
}
.design_ne-007 .newsList::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .design_ne-007 .newsList::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .design_ne-007 .newsList {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.design_ne-007 .newsList .newsItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px !important;
  margin: 0;
}
.design_ne-007 .newsList .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #0033a0;
  position: absolute;
  right: 0;
  bottom: -1px;
  transition: all 1s ease;
}
@media (min-width: 1201px) {
  .design_ne-007 .newsList .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .design_ne-007 .newsList .newsItem:hover .Img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .design_ne-007 .newsList .newsItem:hover .title a {
    color: #0033a0;
  }
  .design_ne-007 .newsList .newsItem:hover .plusArrow {
    border-color: #0033a0;
    background-color: #0033a0;
  }
  .design_ne-007 .newsList .newsItem:hover .plusArrow::before, .design_ne-007 .newsList .newsItem:hover .plusArrow::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .design_ne-007 .newsList .newsItem {
    padding: 20px 0;
  }
}
.design_ne-007 .newsList .newsItem .Txt {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.design_ne-007 .newsList .item {
  position: relative;
  cursor: pointer;
}
.design_ne-007 .newsList .Img {
  width: 215px;
  display: block;
  position: absolute;
  right: 66px;
  top: -20px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  transition: all 0.5s ease;
  z-index: 9;
}
.design_ne-007 .newsList .Img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .design_ne-007 .newsList .Img {
    display: none;
  }
}
.design_ne-007 .newsList .newsInfoBox {
  width: 146px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.design_ne-007 .newsList .newsInfoBox::after {
  content: "";
  display: block;
  width: 1px;
  height: 62px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.design_ne-007 .newsList .newsInfoBox .dateBox {
  text-align: center;
}
.design_ne-007 .newsList .newsInfoBox .dateBox .date {
  font-size: 49px;
  letter-spacing: 0.245px;
  color: #0033a0;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 4px 0;
}
.design_ne-007 .newsList .newsInfoBox .dateBox .year {
  font-size: 18px;
  letter-spacing: 0.09px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .design_ne-007 .newsList .newsInfoBox {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .design_ne-007 .newsList .newsInfoBox {
    padding: 0 20px;
  }
  .design_ne-007 .newsList .newsInfoBox .dateBox .date {
    font-size: 44px;
  }
  .design_ne-007 .newsList .newsInfoBox .dateBox .year {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 767px) {
  .design_ne-007 .newsList .newsInfoBox {
    padding: 0 10px;
    width: 80px;
  }
  .design_ne-007 .newsList .newsInfoBox .dateBox .date {
    font-size: 40px;
  }
  .design_ne-007 .newsList .newsInfoBox .dateBox .year {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
.design_ne-007 .newsList .textBox {
  height: 111px;
  width: calc(100% - 80px);
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0px 60px 0 48px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1440px) {
  .design_ne-007 .newsList .textBox {
    padding: 0 60px 0 30px;
  }
}
@media (max-width: 1023px) {
  .design_ne-007 .newsList .textBox {
    height: 100px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .design_ne-007 .newsList .textBox {
    height: 95px;
    padding: 0 0px 0 20px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 480px) {
  .design_ne-007 .newsList .textBox {
    height: 90px;
    padding: 0 10px;
  }
}
.design_ne-007 .newsList .textBox .classTitle {
  min-width: 86px;
  height: 25px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #0033a0;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .design_ne-007 .newsList .textBox .classTitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .design_ne-007 .newsList .textBox .classTitle {
    margin-bottom: 0px;
  }
}
.design_ne-007 .newsList .textBox .title {
  margin-bottom: 5px;
  padding-right: 100px;
  font-size: 18px;
  letter-spacing: 0.09px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.design_ne-007 .newsList .textBox .title.ellipsis {
  height: 28px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .design_ne-007 .newsList .textBox .title {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .design_ne-007 .newsList .textBox .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .design_ne-007 .newsList .textBox .title.ellipsis {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .design_ne-007 .newsList .textBox .title {
    font-size: 20px;
  }
}
.design_ne-007 .newsList .textBox .text {
  line-height: 1.9;
  font-size: 15px;
  letter-spacing: 0.075px;
  opacity: 0.8;
}
.design_ne-007 .newsList .textBox .text.ellipsis {
  height: 29px;
  overflow: hidden;
}
.design_ne-007 .newsList .plusArrow {
  position: absolute;
  width: 38px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 51, 160, 0.5);
  right: 18px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .design_ne-007 .newsList .plusArrow {
    right: 0px;
  }
}
@media (max-width: 1023px) {
  .design_ne-007 .newsList .plusArrow {
    display: none;
  }
}
.design_ne-007 .newsList .plusArrow::before, .design_ne-007 .newsList .plusArrow::after {
  content: "";
  display: block;
  background-color: #0033a0;
  transition: all 0.5s;
}
.design_ne-007 .newsList .plusArrow::before {
  width: 15px;
  height: 1px;
}
.design_ne-007 .newsList .plusArrow::after {
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.design_ne-007 .newsList .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.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;
}
/* 聯絡訊息 */
.newsContactBox {
  margin: 20px 0 0 0;
  font-size: 15px;
  color: #000;
}
.newsContactBox p {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.newsContactBox span:nth-child(1) {
  min-width: 80px;
  color: #0033a0;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}
.newsContactBox span:nth-child(2) {
  color: #333;
  padding-left: 10px;
  word-break: break-all;
}
@media (min-width: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}