@charset "UTF-8";
.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 200px) and (max-width: 1920px) {
    .test {
      background-color: blue; } }

.contentBox .leftBox {
  padding: 0 50px 0 0; }

.contentBox .rightBox {
  padding: 0; }

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

/*內頁*/
/****分享*****/
.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 */
    background: -moz-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4233), color-stop(100%, #c44c4c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    /* 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: 0 0 15px;
  border-bottom: 1px solid #b6b6b6; }
  .titleArea.diving {
    padding-top: 27px; }
  .titleArea h1 {
    font-size: 19px;
    font-weight: 400;
    color: #4A4A4A;
    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; }

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

@media (max-width: 640px) {
  ul.newsList li .Img {
    width: 70px;
    height: 70px; } }

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 781px) {
    .newsList li {
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }
  @media (max-width: 780px) {
    .newsList li {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px; } }
  .newsList .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px; }
    .newsList .item:hover .date {
      border-color: #005490; }
    .newsList .item:hover .btn:after {
      width: 130px; }
      @media (max-width: 380px) {
        .newsList .item:hover .btn:after {
          width: 20%; } }
  .newsList .date {
    -ms-flex-negative: 0;
    flex-shrink: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90px;
    min-height: 105px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: solid 1px #CFCFCF;
    text-align: center;
    margin-right: 25px; }
    @media (max-width: 380px) {
      .newsList .date {
        width: 80px;
        margin-right: 15px; } }
    .newsList .date .top {
      font-size: 40px;
      font-weight: 600;
      font-style: italic;
      letter-spacing: 0.06em;
      color: #005490; }
      @media (max-width: 380px) {
        .newsList .date .top {
          font-size: 34px; } }
    .newsList .date .bottom {
      font-size: 14px;
      font-weight: 500;
      font-style: italic;
      letter-spacing: 0.06em;
      color: #5F5F5F;
      text-transform: uppercase; }
  .newsList .Txt {
    position: relative;
    width: calc(100% - 115px); }
    @media (max-width: 380px) {
      .newsList .Txt {
        width: calc(100% - 95px); } }
  .newsList .title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #005490;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .newsList .ellipsis {
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #252525;
    line-height: 25px;
    margin-top: 5px; }
  .newsList .btn {
    position: absolute;
    bottom: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .newsList .btn:before {
      content: '';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%;
      height: 1px;
      background-color: #CFCFCF;
      margin-right: 20px; }
    .newsList .btn:after {
      content: '';
      position: absolute;
      width: 0;
      height: 1px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      background-color: #005490; }
  .newsList .moreBtn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #005490;
    line-height: 20px; }
  .newsList .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.classNote {
  max-width: 690px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 25px;
  color: #4A4A4A;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px; }

.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; }

.divingList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .divingList li {
    width: 33.33%;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 40px; }
    @media (min-width: 641px) {
      .divingList li {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 1024px) {
      .divingList li {
        width: 50%; } }
    @media (max-width: 640px) {
      .divingList li {
        width: 100%; } }
    .divingList li:hover .Img:after {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .divingList li:hover .Txt {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .divingList li:hover .ellipsis {
      opacity: 1; }
  .divingList .item {
    position: relative;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .divingList .Img {
    position: relative; }
    .divingList .Img:before {
      content: attr(data-num);
      position: absolute;
      right: 10px;
      font-family: "Oswald", sans-serif;
      bottom: -8px;
      font-size: 80px;
      line-height: 1;
      font-weight: 600;
      font-style: italic;
      -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      color: #FFF;
      opacity: 0.3; }
    .divingList .Img:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 120px;
      height: 120px;
      background-image: url(../images/icon.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      pointer-events: none;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 0;
      margin-top: -60px;
      margin-left: -60px; }
  .divingList img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .divingList .Txt {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
    pointer-events: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    @media (max-width: 640px) {
      .divingList .Txt {
        width: 100%; } }
    .divingList .Txt h3 {
      position: relative; }
      .divingList .Txt h3:before {
        content: '';
        position: absolute;
        left: 0;
        top: -15px;
        width: 20px;
        height: 2px;
        background-color: #FFF; }
    .divingList .Txt .title {
      position: relative;
      display: block;
      max-width: 240px;
      font-family: "Noto Sans TC", sans-serif;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.06em;
      color: #FFF;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .divingList .Txt .ellipsis {
      height: 75px;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.06em;
      line-height: 25px;
      color: #FFF;
      opacity: 0;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      margin-top: 10px; }
