@charset "UTF-8";
/* CSS Document */
.mainArea {
  background: url(../images/ins_bg.jpg) repeat top/cover;
}
.mainArea.ins {
  padding: 30px 0 135px;
}
@media (max-width: 1600px) {
  .mainArea.ins2 .wrap {
    max-width: 1100px;
  }
}
@media (max-width: 1440px) {
  .mainArea.ins2 .wrap {
    max-width: 900px;
  }
}
.mainArea .contentBox {
  position: relative;
}

.titleBox {
  margin: 0 auto 13px;
}
.titleBox h1,
.titleBox h2 {
  text-transform: uppercase;
  padding-top: 38px;
}

.newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -23px;
  padding-bottom: 25px;
}
@media (max-width: 1200px) {
  .newsList {
    margin: 0 -10px;
  }
}
@media (max-width: 640px) {
  .newsList {
    margin: 0;
  }
}
.newsList .newsItem {
  width: 33.3333%;
  padding: 0 23px 42px;
}
@media (max-width: 1200px) {
  .newsList .newsItem {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
    padding: 0 0 20px;
  }
}
.newsList .item {
  position: relative;
  border-radius: 0 20px;
  box-shadow: 3px 3px 5px rgba(85, 85, 85, 0.1);
  overflow: hidden;
}
@media (min-width: 1201px) {
  .newsList .item:hover .Img {
    opacity: 1;
  }
  .newsList .item:hover .iconDateBox,
.newsList .item:hover .titleIntroductionBox {
    pointer-events: none;
  }
  .newsList .item:hover .more a {
    color: #fff;
  }
  .newsList .item:hover .btn a {
    background-color: #fff;
  }
  .newsList .item:hover .btn a::before {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .newsList .item:hover .btn span::before, .newsList .item:hover .btn span::after {
    background-color: #4d9673;
  }
  .newsList .item:hover .btn span::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .newsList .item:hover .btn span::after {
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
            transform: translate(-50%, -50%) rotate(270deg);
  }
}
.newsList .Img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
}
.newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .newsList .Img {
    position: relative;
    top: initial;
    left: initial;
    height: auto;
    opacity: 1;
  }
}
.newsList .Txt {
  background-color: #fff;
  padding: 35px 23px;
}
@media (max-width: 1200px) {
  .newsList .Txt {
    position: relative;
    padding: 35px 23px 35px;
  }
}
.newsList .iconDateBox {
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 6px 16px 0;
}
.newsList .titleIntroductionBox {
  height: 156px;
}
@media (max-width: 960px) {
  .newsList .titleIntroductionBox {
    height: 139.2px;
  }
}
.newsList h3 {
  max-height: 54px;
  margin-bottom: 8px;
}
.newsList h3 a {
  color: #1c1c1c;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 960px) {
  .newsList h3 {
    max-height: 50px;
  }
  .newsList h3 a {
    font-size: 20px;
  }
}
.newsList p {
  max-height: 94px;
  color: #333333;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 960px) {
  .newsList p {
    font-size: 16px;
  }
}
.newsList .btnBox {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 23px 10px 0 0;
  z-index: 1;
}
@media (min-width: 1201px) {
  .newsList .btnBox {
    pointer-events: none;
  }
}
.newsList .more a {
  color: #4d9673;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s;
}
.newsList .btn a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 43px;
  height: 43px;
  background-color: #4d9673;
  border: none;
  padding: 0;
  box-shadow: none;
  transition: all 0.4s;
}
.newsList .btn a::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: #b8d5c6;
  border-radius: 50%;
  transition: all 0.4s;
  z-index: -1;
}
.newsList .btn span {
  position: relative;
}
.newsList .btn span::before, .newsList .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
.newsList .btn span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsList .btn span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.iconDateBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
}

.newIcon {
  color: #226b48;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #b8d5c7;
  background-color: #fff;
  border-radius: 50px;
  letter-spacing: 0.3px;
  padding: 4.5px 11.5px;
  margin: 0 25px 5px 0;
}

.newsDate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #686868;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.newsDate img {
  padding-right: 4px;
}

.back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
  padding-top: 20px;
}
.back a {
  color: #4d9673;
  padding: 20px 110px 17px 20px;
}
.back a .circle::before {
  width: 11px;
  height: 11px;
  background: url(../images/icon/rectangle_icon.png) no-repeat;
  background-color: initial;
}
.back a .circle::after {
  content: none;
}
@media (min-width: 1201px) {
  .back a:hover .circle::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
    background-color: initial;
    -webkit-filter: grayscale(10);
            filter: grayscale(10);
  }
}
.back.position {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-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: #ae4233;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  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;
}
@media (min-width: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

/********標題區*******/
.titleArea {
  clear: both;
}
.titleArea h1 {
  font-size: 25px;
  font-weight: 700;
  color: #1c1c1c;
  border-bottom: 1px solid #c6c6c5;
  margin-bottom: 16px;
  padding: 15px 0 10px;
}