@charset "UTF-8";

.page-box {
  max-width: 1200px;
  margin: 0 auto;
}

.news-list {
  position: relative;
  max-width: 1300px;
  padding: 3% 0 0 0;
  margin: 0 auto;
}

.news-list ul li {
  position: relative;
  margin-bottom: 7%;
}

.news-list ul li:before {
  content: '';
  position: absolute;
  display: block;
  left: 0px;
  height: 70px;
  bottom: 0px;
  right: 0;
  z-index: -1;
  border: #E50012 1px solid;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-list ul li a.detail {
  display: block;
  font-family: Arial, "微軟正黑體", sans-serif, "0xe804";
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 34px 3%;
}

.news-list ul li:hover:before {
  opacity: 1;
}

.news-list ul li a.detail .pic {
  width: 34%;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.news-list ul li a.detail .txt {
  width: 66%;
  line-height: 1.4;
  padding: 0px 0 0px 50px;
  position: relative;
}

.news-list ul li a.detail .txt .name {
  font-size: 1.7em;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0px 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media(max-width:1200px) {
  .news-list ul li a.detail .txt .name {
    font-size: 1.25em;
  }
}

.news-list ul li a.detail .txt .con {
  font-size: 18px;
  color: #777777;
  margin: 0 0px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-list ul li a.detail .txt .date {
  padding: 15% 0 0 0;
  font-size: 16px;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  color: #D7000F;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-list ul li a.detail .more {
  display: flex;
  align-items: center;
  color: #FFF;
  background: #000000;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  position: absolute;
  width: 25%;
  height: 70px;
  text-align: left;
  padding: 1.2em;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-list ul li a.detail .more:before {
  content: '';
  display: block;
  position: absolute;
  background: #E50012;
  height: 1px;
  left: 60%;
  bottom: 40%;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-list ul li a.detail .more:after {
  content: '';
  display: block;
  position: absolute;
  background: #E50012;
  height: 1px;
  width: 20px;
  bottom: 40%;
  right: 30px;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-list ul li:hover:before {
  background: #E50012;
}

.news-list ul li:hover a.detail .txt .date {
  color: #FFF;
}

.news-top {
  position: relative;
  max-width: 1300px;
  margin: 0 auto 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 0.8em;
}

.news-top .date {
  color: #E50012;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  line-height: 1;
  padding: 0 5% 0 0;
  font-weight: bold;
  position: relative;
  text-align: center;
  border-right: #CCCCCC 1px solid;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-top .date .year {
  width: 90px;
  font-size: 16px;
}

.news-top .date .day {
  width: 90px;
  font-size: 71px;
}

.news-top .name {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 5%;
  position: relative;
}

.news-top .name span {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.news-detail {
  padding: 3% 0 0;
  margin: 0 -10px;
  background: url(../images/in/contact/bg.jpg) center repeat;
}

.news-detail .txt {
  background: #FFF;
  max-width: 1300px;
  padding: 3% 5%;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .news-list ul li a.detail {
    flex-direction: column;
    ;
  }

  .news-list ul li a.detail .pic {
    width: 100%;
    margin-bottom: 20px;
  }

  .news-list ul li a.detail .txt {
    width: 100%;
    padding: 0;
  }

  .news-list ul li a.detail .txt .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .news-top {
    position: relative;
    max-width: 1300px;
    padding: 10px;
    margin: 0 auto 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .news-top .date {
    border-right: none;
    display: flex;
    flex-direction: row;
  }

  .news-top .date .year {
    width: auto;
    font-size: 16px;
    display: inline-flex;
  }

  .news-top .date .day {
    width: auto;
    font-size: 16px;
    display: inline-flex;
  }

  .news-top .date .day:before {
    content: ".";
    display: inline-flex;
  }

  .news-top .name {
    font-size: 24px;
    padding: 0;
  }

  .news-top .name span {
    width: 100%;
    display: block;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
  }
}

@media screen and (max-width: 500px) {
  .news-list ul li {
    margin-bottom: 10%;
  }

  .news-list ul li:before {
    height: 40px;
  }

  .news-list ul li a.detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
  }

  .news-list ul li a.detail .txt {
    line-height: 1.4;
    padding: 0px;
    position: relative;
  }

  .news-list ul li a.detail .txt .con {
    font-size: 14px;
    margin: 0 0px 10PX 0;
  }

  .news-list ul li a.detail .txt .date {
    padding: 25px 0 0 10px;
    font-size: 14px;
  }

  .news-list ul li a.detail .more {
    width: 140px;
    height: 40px;
    font-size: 14px;
    padding: 0.5em 1em;
    text-align: center;
  }

  .news-list ul li a.detail .more:before,
  .news-list ul li a.detail .more:after {
    display: none;
  }
}