@charset "UTF-8";
/* CSS Document */
.newsList .Img a:before, .newsList .Img a:after, .newsDate, .shareList .Img a:before, .shareList .Img a:after {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contentBox .leftBox {
  padding-top: 0;
  padding-left: 0;
  padding-right: 50px;
  padding-bottom: 0;
}

.contentBox .rightBox {
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.classLink {
  margin-bottom: 95px;
}

/*新訊列表*/
.newsList {
  margin-left: -20px;
  margin-right: -20px;
}

.newsList .item {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}

.newsList .item:hover .Img a:before {
  opacity: 0.8;
}

.newsList .item:hover .Img a:after {
  border: solid 15px rgba(255, 255, 255, 0.2);
}

.newsList .item:hover .Txt h3 a {
  color: #1ab3ca;
}

.newsList .item:hover .newsDate {
  color: #1ab3ca;
}

.newsList .Img {
  margin-bottom: 15px;
}

.newsList .Img a {
  position: relative;
  display: block;
}

.newsList .Img a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab3ca), color-stop(56%, #1ab3ca), to(#18a1b6));
  background-image: -webkit-linear-gradient(top, #1ab3ca 0%, #1ab3ca 56%, #18a1b6 100%);
  background-image: -o-linear-gradient(top, #1ab3ca 0%, #1ab3ca 56%, #18a1b6 100%);
  background-image: linear-gradient(180deg, #1ab3ca 0%, #1ab3ca 56%, #18a1b6 100%);
}

.newsList .Img a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsList .Img img {
  max-height: 240px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsList .Txt {
  margin-bottom: 100px;
  overflow: hidden;
}

.newsList .Txt p {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
}

.newsList h3 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 300;
  color: #111111;
}

.newsList h3 a {
  display: inline-block;
  vertical-align: middle;
}

.newsDate {
  padding: 5px 0;
  font-size: 14px;
  color: #B5B5B5;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.newsDate strong {
  font-weight: 300;
}

.newsDate b {
  margin-left: 3px;
}

.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 */
  /* 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+ */
  /* 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-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}

.titleArea h1 {
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  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;
}

.shareList li {
  margin-bottom: 60px;
}

.shareList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shareList .item:hover .Img a:before {
  opacity: .85;
}

.shareList .item:hover .Img a:after {
  opacity: 1;
}

.shareList .item:hover .Txt a,
.shareList .item:hover .Txt .mTitle {
  color: #1ab3ca;
}

.shareList .Img {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.shareList .Img a {
  position: relative;
  display: block;
  font-size: 0;
}

.shareList .Img a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab3ca), color-stop(65%, #1ab3ca), to(#18a1b6));
  background-image: -webkit-linear-gradient(top, #1ab3ca 0%, #1ab3ca 65%, #18a1b6 100%);
  background-image: -o-linear-gradient(top, #1ab3ca 0%, #1ab3ca 65%, #18a1b6 100%);
  background-image: linear-gradient(180deg, #1ab3ca 0%, #1ab3ca 65%, #18a1b6 100%);
  border-radius: 50%;
  opacity: 0;
}

.shareList .Img a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background: url(../images/iconCross.png) no-repeat center;
  opacity: 0;
}

.shareList img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
}

.shareList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.shareList .Txt h3 {
  margin-bottom: 5px;
  margin-right: 12px;
  display: inline-block;
}

.shareList .Txt a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  color: #111111;
}

.shareList .Txt .mTitle {
  display: inline-block;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 30px;
  color: #BBB;
}

.shareList .Txt p {
  font-weight: 300;
  letter-spacing: .75px;
  line-height: 28px;
  color: #444444;
}

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

@media (max-width: 640px) {
  .shareList {
    padding: 0;
  }
  .shareList .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .shareList .Img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
